-
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][Fortinet] Fortinet ingest pipeline should set event.kind: alert #22136
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
The current sample logs don't have anything that sets the |
Hi @legoguy1000 , thanks for looking at this. Unfortunately, I don't have the actual log message at hand right now. I will try to find one. The |
looks like Fortinet provides sample logs for the different types. I'll see if that works. https://docs.fortinet.com/document/fortigate/6.2.0/cookbook/986892/sample-logs-by-log-type |
@legoguy1000 Glad to know that you could find the Fortinet sample logs! Thanks for working on it. For further improvement, let me share a actual log message corrected by fortigate via rsyslog. This message does not have the
|
I think that makes sense. I proposed a couple other things to change in the PR. As someone who uses the module, can you take a look at the PR #24816 and see if you have any thoughts or concerns about what i changed/am thinking to change? |
Change made please see the the PR for the updates. |
Describe the enhancement:
Fortinet ingest pipeline should set
event.kind: alert
iffortinet.firewall.attack
field is set.Describe a specific use case for the enhancement or feature:
Filebeat Paloalt module has its ingest pipeline to set
event.kind: alert
ifctx?.panw?.panos?.type == "THREAT"
. So analysts can see such events at SIEM Overview 'External alert trend' graph. But Fortinet module doesn't have such logic and its kind is alwaysevent.kind: event
. Fortinet module should implement the similar logic.The text was updated successfully, but these errors were encountered: