-
Notifications
You must be signed in to change notification settings - Fork 455
[fortinet_fortigate] Add deltabytes field, ensure rcvddelta and sentdelta fields are integers #13668
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
[fortinet_fortigate] Add deltabytes field, ensure rcvddelta and sentdelta fields are integers #13668
Conversation
…elta fields are integers - Changed rcvddelta and sentdelta fields to long type, added convert processors - Added new fortinet.firewall.deltabytes field, which is the sum of the rcvddelta and senddelta fields
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
packages/fortinet_fortigate/data_stream/log/elasticsearch/ingest_pipeline/traffic.yml
Show resolved
Hide resolved
💚 Build Succeeded
History
|
|
Package fortinet_fortigate - 1.32.0 containing this change is available at https://epr.elastic.co/package/fortinet_fortigate/1.32.0/ |
Hello @taylor-swanson, This change should've been marked as For example, this would break any custom security rule that where using those fields. I personally wasn't using it, but I keep fortigate logs for 90 days including frozen, I will need to wait at least 90 days for the conflict to be fixed. The conflict in Kibana: ES|QL breaks because of the conflict: |
I would agree with your assessment. Also good to see that discussion pop up around the same time. Any further discussions on the issue should go there, just so all the conversations can be kept together. Version handling in Kibana is a bit rough right now. Even with making it a breaking change, this isn't called out to the user very well (if at all), and unless someone was paying attention, they might click through anyway and end up in the same situation. I don't have the issue handy, but word is that the Kibana team is improving this experience (calling out breaking changes). I do apologize for the breakage, it certainly wasn't my intention with this change. Edit: Kibana issues were called out in this comment. |
Proposed commit message
rcvddelta
andsentdelta
fields to long type, added convert processorsfortinet.firewall.deltabytes
field, which is the sum of thercvddelta
andsenddelta
fieldsChecklist
changelog.yml
file.How to test this PR locally
Related issues