Skip to content

Commit

Permalink
Removed Security Event Log from default configuration. (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshjain2 authored and mayankbansal018 committed Nov 21, 2017
1 parent 5a04fba commit 9f8ae85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ private void ConfigureEventLogNames(CollectorNameValueConfigurationManager colle
{
// Default to collecting these standard logs
this.eventLogNames.Add("System");
this.eventLogNames.Add("Security");
this.eventLogNames.Add("Application");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public void InitializeShouldInitializeDefaultEventLogNames()
{
List<string> eventLogNames = new List<string>();
eventLogNames.Add("System");
eventLogNames.Add("Security");
eventLogNames.Add("Application");

this.eventLogDataCollector.Initialize(null, this.mockDataCollectionEvents.Object, this.mockDataCollectionSink, this.mockDataCollectionLogger.Object, this.dataCollectionEnvironmentContext);
Expand Down

0 comments on commit 9f8ae85

Please sign in to comment.