-
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
Cyberark PAS: Fix handling of non-array CAProperty #31094
Conversation
This pull request does not have a backport label. Could you fix it @adriansr? 🙏
NOTE: |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
/test |
This pull request is now in conflicts. Could you fix it? 🙏
|
The CAProperty field included in events from the Cyberark PAS can be an object instead of an array in cases when a single property is defined.
76f7708
to
f48bf4b
Compare
The CAProperty field included in events from the Cyberark PAS can be an object instead of an array in cases when a single property is defined. (cherry picked from commit 7b366f9)
The CAProperty field included in events from the Cyberark PAS can be an object instead of an array in cases when a single property is defined. (cherry picked from commit 7b366f9)
The CAProperty field included in events from the Cyberark PAS can be an object instead of an array in cases when a single property is defined. (cherry picked from commit 7b366f9)
The CAProperty field included in events from the Cyberark PAS can be an object instead of an array in cases when a single property is defined. (cherry picked from commit 7b366f9) Co-authored-by: Adrian Serrano <adrisr83@gmail.com>
The CAProperty field included in events from the Cyberark PAS can be an object instead of an array in cases when a single property is defined.
…erty (#31162) The CAProperty field included in events from the Cyberark PAS can be an object instead of an array in cases when a single property is defined. (cherry picked from commit 7b366f9) Co-authored-by: Adrian Serrano <adrisr83@gmail.com> Co-authored-by: Denis Rechkunov <denis.rechkunov@elastic.co>
The CAProperty field included in events from the Cyberark PAS can be an object instead of an array in cases when a single property is defined.
The CAProperty field included in events from the Cyberark PAS can be an object instead of an array in cases when a single property is defined.
What does this PR do?
Fixes handling of the CAProperties.CAProperty field included in events from the Cyberark PAS.
It can be an object instead of an array of objects when a single property is defined.
Why is it important?
Prevents ingestion errors in the above case:
Checklist
- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.