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

Fileset for the Linux authorization logs auth #3669

Merged
merged 2 commits into from
Feb 27, 2017

Conversation

tsg
Copy link
Contributor

@tsg tsg commented Feb 24, 2017

This adds a new fileset under the system module: system/auth. It parses
the authorization logs (typically /var/log/auth.log or /var/log/secure) and
creates events for things like:

  • SSH login attempts
  • Commands executed with SUDO
  • New users or groups created

The fileset includes several dashboards for visualizing this data. The dashboards are in a separate commit.

This adds a new fileset under the system module: system/auth. It parses
the authorization logs (typically `/var/log/auth.log` or `/var/log/secure`) and
creates events for things like:

* SSH login attempts
* Commands executed with SUDO
* New users or groups created

The fileset includes several dashboards for visualizing this data.
@tsg tsg added needs_backport PR is waiting to be backported to other branches. review v5.4.0 labels Feb 24, 2017
@tsg
Copy link
Contributor Author

tsg commented Feb 24, 2017

Sample dashboards included:

screen shot 2017-02-24 at 15 12 17

screen shot 2017-02-24 at 15 11 54

screen shot 2017-02-24 at 15 11 35

@monicasarbu monicasarbu merged commit 687ce87 into elastic:master Feb 27, 2017
tsg added a commit to tsg/beats that referenced this pull request Feb 27, 2017
* Filebeat module fileset for the Linux authorization logs

This adds a new fileset under the system module: system/auth. It parses
the authorization logs (typically `/var/log/auth.log` or `/var/log/secure`) and
creates events for things like:

* SSH login attempts
* Commands executed with SUDO
* New users or groups created

The fileset includes several dashboards for visualizing this data.

* Added dashboards for the system/auth module

(cherry picked from commit 687ce87)
@tsg tsg removed the needs_backport PR is waiting to be backported to other branches. label Feb 27, 2017
ruflin pushed a commit that referenced this pull request Feb 27, 2017
This adds a new fileset under the system module: system/auth. It parses
the authorization logs (typically `/var/log/auth.log` or `/var/log/secure`) and
creates events for things like:

* SSH login attempts
* Commands executed with SUDO
* New users or groups created

The fileset includes several dashboards for visualizing this data.

* Added dashboards for the system/auth module

(cherry picked from commit 687ce87)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants