-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Convert Filebeat system.auth to ECS #9138
Commits on Nov 27, 2018
-
Mathieu Martin committed
Nov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for be887d2 - Browse repository at this point
Copy the full SHA be887d2View commit details -
Perform all the straightforward renames at once.
- system.auth.hostname => host.hostname - system.auth.pid => process.pid - system.auth.user => user.name - system.auth.program => process.name - system.auth.ssh.ip => source.ip - system.auth.ssh.port => source.port - system.auth.ssh.geoip.* => source.geo.*
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 4bae9c1 - Browse repository at this point
Copy the full SHA 4bae9c1View commit details -
Rename
system.auth.message
tomessage
...Note that there's no log in this format being tested by the integration tests, at this time.
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for b7411f0 - Browse repository at this point
Copy the full SHA b7411f0View commit details -
Perform a few more renames and type conversion on numeric fields.
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 6496361 - Browse repository at this point
Copy the full SHA 6496361View commit details -
Mathieu Martin committed
Nov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 8471b23 - Browse repository at this point
Copy the full SHA 8471b23View commit details -
Move
group.*
definitions to a safer haven.Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for af04a97 - Browse repository at this point
Copy the full SHA af04a97View commit details -
List the fields that moved in ecs-migration.yml
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 5e6bde4 - Browse repository at this point
Copy the full SHA 5e6bde4View commit details -
Replace previous definitions with aliases for all normalized fields
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for e82aa64 - Browse repository at this point
Copy the full SHA e82aa64View commit details -
Revert the mapping of ssh.signature to event.hash until discussed
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for c148869 - Browse repository at this point
Copy the full SHA c148869View commit details -
Move the fields not aliased to the top, to promote sanity
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 816f3e0 - Browse repository at this point
Copy the full SHA 816f3e0View commit details -
Bring back
dropped_ip
and copy it tosource.ip
when it's there.Damn, painless scripting is painful
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 7524102 - Browse repository at this point
Copy the full SHA 7524102View commit details -
Fix test failure after introducing aliases.
`'Cannot write to a field alias [system.auth.timestamp].'`
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for c789b17 - Browse repository at this point
Copy the full SHA c789b17View commit details -
Add back missing log entry, likely lost during rebase
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 4cc3167 - Browse repository at this point
Copy the full SHA 4cc3167View commit details -
Output to group.*, not to the alias
Mathieu Martin committedNov 27, 2018 Configuration menu - View commit details
-
Copy full SHA for cd583ae - Browse repository at this point
Copy the full SHA cd583aeView commit details