Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Winlogbeat] Add setting to load event_logs configuration from files #8281

Closed
jsoriano opened this issue Sep 11, 2018 · 5 comments
Closed

[Winlogbeat] Add setting to load event_logs configuration from files #8281

jsoriano opened this issue Sep 11, 2018 · 5 comments
Labels
enhancement needs_team Indicates that the issue/PR needs a Team:* label Stalled Winlogbeat

Comments

@jsoriano
Copy link
Member

Add setting to load winlogbeat event_logs configuration from files, in a similar fashion to filebeat.config.modules.path or metricbeat.config.modules.path. So when using configuration management tools specific event logs configuration can be deployed to specific servers while sharing the same general settings.

The configuration could then be something like this:

winlogbeat.config.event_logs:
  path: ${path.config}/event_logs.d/*.yml
  reload.enabled: false
  #reload.period: 10s
@DirkAmelinckx
Copy link

+1

@andrewkroh
Copy link
Member

One thing that I would add is that there needs to be change to allow Winlogbeat to map each event_log reader to a registry entry. Currently there is an implied limitation that each event log reader name be unique (e.g. you should never start two readers on the same event log) because the registry uses the event log name as the key.

This limitation means that you could not have granular configs like one reader that handles logon events from Security and one that handles group membership changes from Security.

By requiring (or assigning) each event_log reader to have a unique ID in the config this will allow for more granular and more powerful configs (like an event_log reader that reads from multiple event logs or allows for a XML query).

@andrewkroh andrewkroh changed the title Add setting to load winlogbeat event_logs configuration from files [Winlogbeat] Add setting to load event_logs configuration from files Sep 18, 2018
@botelastic
Copy link

botelastic bot commented Jul 9, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added Stalled needs_team Indicates that the issue/PR needs a Team:* label labels Jul 9, 2020
@botelastic
Copy link

botelastic bot commented Jul 9, 2020

This issue doesn't have a Team:<team> label.

@jsoriano
Copy link
Member Author

jsoriano commented Jul 9, 2020

This will be superseded by #15324, winlogbeat will be an input in filebeat.

@jsoriano jsoriano closed this as completed Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs_team Indicates that the issue/PR needs a Team:* label Stalled Winlogbeat
Projects
None yet
Development

No branches or pull requests

3 participants