-
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
Filebeat Okta module #16362
Filebeat Okta module #16362
Conversation
Pinging @elastic/siem (Team:SIEM) |
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.
Looks really good.
A couple of suggestions for mappings
- add client.ip & source.ip to related.ip array
- set event.kind to event
- set event.category (are both iam and authentication appropriate?)
- set event.type (allowed/denied for logins, probably user as well?)
- map okta.event_type to event.action
- map okta.outcome.result to event.outcome
- map okta.uuid -> event.id
- map okta.actor.display_name to user.full_name if okta.actor.type is User
- map okta.actor.id to user.id if okta.actor.type is User
Please add an overview dashboard to accompany the module and highlight some of the key signals coming from the data (activity over time, geo data, failures, etc). |
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.
There were some more renames of OKTA to Okta.
@alakahakai Is this ready for another look by @leehinman?
I think the only thing left is to add an overview dashboard. Maybe you want to add that in a follow up PR to get the testing going sooner?
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.
Looking good. Just a few ECS changes.
x-pack/filebeat/module/okta/system/test/okta-system-test.json.log-expected.json
Outdated
Show resolved
Hide resolved
x-pack/filebeat/module/okta/system/test/okta-system-test.json.log-expected.json
Outdated
Show resolved
Hide resolved
x-pack/filebeat/module/okta/system/test/okta-system-test.json.log-expected.json
Outdated
Show resolved
Hide resolved
x-pack/filebeat/module/okta/system/test/okta-system-test.json.log-expected.json
Show resolved
Hide resolved
x-pack/filebeat/module/okta/system/test/okta-system-test.json.log-expected.json
Show resolved
Hide resolved
x-pack/filebeat/module/okta/system/test/okta-system-test.json.log-expected.json
Outdated
Show resolved
Hide resolved
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.
The dashboard looks nice
Filebeat Okta module for Okta system logs.