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

Filebeat Okta module #16362

Merged
merged 33 commits into from
Mar 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a223aee
initial commit for okta
Feb 13, 2020
ce70c8d
Add a TLS test and more debug output to httpjson input
Feb 13, 2020
9c169e0
Add okta module
Feb 14, 2020
eba83af
Add Rate Limit support
Feb 16, 2020
eaed64c
Merge in httpjson input updates
Feb 16, 2020
0be2725
Update fields and add test cases for OKTA module
Feb 16, 2020
7603b21
Update documentation
Feb 16, 2020
8d3bf6e
Merge httpjson input changes
Mar 2, 2020
c2b7af2
Update pipeline.js
Mar 2, 2020
20feaac
Use *regexp.Regexp in config instead of String
Mar 2, 2020
1178d9e
Change OKTA to Okta
Mar 3, 2020
c09c80f
Address some review changes
Mar 9, 2020
377128f
Address review comments
Mar 9, 2020
13d2b36
Address review comments
Mar 9, 2020
a813b5f
merge with master
Mar 11, 2020
89bd3d9
merge with master
Mar 11, 2020
663eeaa
Copy okta.uuid to _id field
Mar 12, 2020
e87d543
Update document and some pipeline funcs
Mar 16, 2020
3293fc9
More renaming from OKTA to Okta
Mar 16, 2020
d004227
More renaming from OKTA to Okta
Mar 16, 2020
d24155c
More renaming from OKTA to Okta
Mar 16, 2020
d00c7c9
Update test result file for Okta
Mar 16, 2020
7893176
Update fields
Mar 17, 2020
7a4996f
Add dashboard
Mar 17, 2020
3432c5f
Add setEventOutcome to set event.outcome properly
Mar 17, 2020
84a5a2c
Add function to drop null fields
Mar 17, 2020
5968252
Update visualization titles
Mar 17, 2020
49dc1b3
Add description for dashboard
Mar 17, 2020
6ecbe17
Address title format for dashboard
Mar 17, 2020
18113c3
Update CHANGELOG. Remove a debug statement.
Mar 18, 2020
95e5923
Update CHANGELOG. Remove a debug statement.
Mar 18, 2020
4163dd4
Update module.yml with help information on disabling SSL verification.
Mar 18, 2020
643f578
Merge branch 'master' into filebeat-okta
Mar 18, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Improve ECS categorization field mappings in suricata module. {issue}16181[16181] {pull}16843[16843]
- Release ActiveMQ module as GA. {issue}17047[17047] {pull}17049[17049]
- Improve ECS categorization field mappings in iptables module. {issue}16166[16166] {pull}16637[16637]
- Add Filebeat Okta module. {pull}16362[16362]

*Heartbeat*

Expand Down
Loading