-
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] Missing sessionContext in cloudtrail fields #18894
Labels
Filebeat
Filebeat
Comments
Pinging @elastic/siem (Team:SIEM) |
5 tasks
leehinman
added a commit
to leehinman/beats
that referenced
this issue
Jun 2, 2020
pipeline & fields.yml had session issuer outside of the session context object. session issuer only appears inside the session context object. Not a breaking change because prior to this the data was being skipped. Closes elastic#18894
leehinman
added a commit
that referenced
this issue
Jun 5, 2020
pipeline & fields.yml had session issuer outside of the session context object. session issuer only appears inside the session context object. Not a breaking change because prior to this the data was being skipped. Closes #18894
5 tasks
leehinman
added a commit
to leehinman/beats
that referenced
this issue
Jun 5, 2020
pipeline & fields.yml had session issuer outside of the session context object. session issuer only appears inside the session context object. Not a breaking change because prior to this the data was being skipped. Closes elastic#18894 (cherry picked from commit 632c086)
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this issue
Oct 14, 2020
pipeline & fields.yml had session issuer outside of the session context object. session issuer only appears inside the session context object. Not a breaking change because prior to this the data was being skipped. Closes elastic#18894
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ref issue: #16086
Ref PR: #17155
The parsing of cloudtrail's session issuer information miss session context in the path. From AWS doc the
sessionIssuer
part is undersessionContext
On logstash i've used the following mapping:
I've mapped
sessionIssuer
toissuer
(as we already have session_context)principalId
toid
andaccountId
toaccount.id
(to try to have name closer to ECS ones)What do you think?
The text was updated successfully, but these errors were encountered: