-
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
[SIEM] Bad network.direction ingested by Cisco module #13891
Comments
Pinging @elastic/siem (Team:SIEM) |
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Oct 3, 2019
In some case network.direction can be `Inbound` instead of `inbound` as expected. This happens with message 106001 in the ASA and FTD. Fixes elastic#13891
A fix in case this error appears in your SIEM :
|
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Oct 4, 2019
…ection (elastic#13903) In some case network.direction can be `Inbound` instead of `inbound` as expected. This happens with message 106001 in the ASA and FTD. Fixes elastic#13891 (cherry picked from commit e40fbdd)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…e 106001 producing bad network.direction (elastic#13912) In some case network.direction can be `Inbound` instead of `inbound` as expected. This happens with message 106001 in the ASA and FTD. Fixes elastic#13891
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User is getting
Looks like
network.direction
isInbound
where it should beinbound
.The text was updated successfully, but these errors were encountered: