You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By testing the auparse command I saw that it doesn't summarize the values correctly or as expected. I wanted to know if this is done by purpose or if this needs additional effort for the interpreter.
As you can see in the output for the section data, there is no second entry for the second event with "family 10". Shouldn't that be part of the output, similar to your example with the list entries for type: PATH?
Thank you and regards.
The text was updated successfully, but these errors were encountered:
I don't think there is any special handling for netfilter_cfg messages. IIRC it merges the fields into data so it's probably not overwriting the fields that already exist when the second message is added. In order to handle multiple netfilter_cfg messages in the same event there would need to be some special handling for that type in the code (like there is for paths).
By testing the auparse command I saw that it doesn't summarize the values correctly or as expected. I wanted to know if this is done by purpose or if this needs additional effort for the interpreter.
Here the example log:
Here the command
auparse -i -format yaml
And the result
As you can see in the output for the section data, there is no second entry for the second event with "family 10". Shouldn't that be part of the output, similar to your example with the list entries for type: PATH?
Thank you and regards.
The text was updated successfully, but these errors were encountered: