-
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] Change okta.target to nested field #24636
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
d1eb331
to
cfa5355
Compare
jenkins, run tests |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
cfa5355
to
3db2360
Compare
After doing some digging, this could also be a |
db20183
to
eb88a2a
Compare
eb88a2a
to
d828cc5
Compare
Good point, from https://developer.okta.com/docs/reference/api/system-log/#target-object it seems that the |
Will do. |
d828cc5
to
f25cda9
Compare
Done. |
@marc-gr Ready for review |
x-pack/filebeat/module/okta/system/test/okta-system-test.json.log-expected.json
Outdated
Show resolved
Hide resolved
jenkins run tests |
Thanks for the contribution! ❤️ |
* upstream/master: (91 commits) [Filebeat] Change okta.target to nested field (elastic#24636) Add RFC5424 format support for syslog input (elastic#23954) Fix links to Beats product pages (elastic#24821) [DOCS] Fix 'make setup' instructions for a new beat (elastic#24944) Remove duplicate decode_xml entry (elastic#24941) [libbeat] Add wineventlog schema to decode_xml processor (elastic#24726) [Elastic Agent] Add check for URL set when cert and cert key. (elastic#24904) feat: stage execution cache (elastic#24780) Fix error in Journalbeat commands (elastic#24880) Add baseline ECS 1.9.0 upgrade (elastic#24909) [Elastic Agent] Cloud container legacy apm files. (elastic#24896) [Elastic Agent]: Reduce allowed socket path length (elastic#24914) Add ability to destroy indices with wildcards in testing (elastic#24915) Add status subcommand to report status of running daemon. (elastic#24856) Fix types of fields GetHits and Ops in Metricbeat module for Couchbase (elastic#23287) Add support for Filestream input in elastic agent. (elastic#24820) Implement k8s secrets provider for Agent (elastic#24789) Sort processor list in docs (elastic#24874) Add support for SCRAM authentication in kafka metricbeat module (elastic#24810) Properly update offset in case of unparasable line (elastic#22685) ...
* Change okta.target to nested field * update to flattened field type * fixed test files * update changelog * Move changelog line to Added section Co-authored-by: Marc Guasch <marc.guasch@elastic.co> (cherry picked from commit 803e8ca)
* Change okta.target to nested field * update to flattened field type * fixed test files * update changelog * Move changelog line to Added section Co-authored-by: Marc Guasch <marc.guasch@elastic.co> (cherry picked from commit 803e8ca) Co-authored-by: Alex Resnick <adr8292@gmail.com>
What does this PR do?
Resolves #24354. Changes the okta.target field from an
array
toflattened
typeWhy is it important?
unable to perform nested searches on the fields without it.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Resolves #24354
Use cases
Screenshots
Logs
#24354 (comment)