Vinícius
unread,Oct 1, 2023, 10:41:51 AM10/1/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hello guys, could you help me?
I need to remove some fields from a specific log on my ASA firewall, however, on wazuh's default decoder, only the 3 fields have already been removed (cisco.facility, cisco.mnemonic, cisco.severity)
This is my log and I need to remove it, for example, the source IP: OUTSIDE-BGP:IP/port
2023-09-24T07:38:55-03:00 FW-ASA : %ASA-6-302016: Teardown UDP connection 142067707 for OUTSIDE-BGP:999.999.999.999/51952 to identity:888.888.888.888/500 duration 0:02 :24 bytes 752
The default decoder on Wazuh is this: <decoder name="cisco-ios">
For example, I made a new decoder, with the cisco-ios as parent, with regex in an attempt to remove the desired field. But I still have no success.