-
Notifications
You must be signed in to change notification settings - Fork 458
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
[system] Sync system auth data stream with beats #695
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, small comments only. Feel free to ignore them if you don't feel they include in the ECS work, we can work on them afterwards as well!
@@ -14,11 +14,14 @@ | |||
} | |||
} | |||
}, | |||
"@timestamp": "2020-02-21T21:54:44.000Z", | |||
"@timestamp": "2021-02-21T21:54:44.000Z", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the year missing from these logs?
ecs.version: 1.8.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file sensitive to missing newlines?
eab9ce9
to
54bf096
Compare
What does this PR do?
Syncs system auth data stream with changes made in beats
Checklist