Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
callmesam
New Contributor

Custom Parser Not Classifying Cisco FTD Logs (Shows as Unknown Event Type in FortiSIEM)

Hi Team,

I’m currently working on a custom parser for Cisco FTD logs in FortiSIEM, but I’m facing an issue where the events are still being shown as “Unknown Event Type” even though the parser validation is successful.

 

 

These are the logs being ingested from the FMC:

<46>Oct 22 10:09:04 FTD1: IPRep.pl: csm_processes@Default User IP, Login, Login Success
<46>Oct 22 10:03:28 FTD1: cluster_plug.pl: csm_processes@Default User IP, Login, Login Success
<46>Oct 22 10:03:26 FTD1: vpn_plug.pl: csm_processes@Default User IP, Login, Login Success
<46>Oct 22 10:03:22 FTD1: deploy_telemetry.pl: csm_processes@Default User IP, Login, Login Success
<46>Oct 22 10:03:19 FTD1: devices_plug.pl: csm_processes@Default User IP, Login, Login Success
<46>Oct 22 02:00:00 MFTD1: sfdccsm: System@Default User IP, Purge, System purged 0 number of Deployment Jobs

 

 

<eventParser>
<eventFormatRecognizer>
<![CDATA[.*FTD1.*@.*]]>
</eventFormatRecognizer>

<parsingInstructions>
<setEventAttribute attr="eventType">Cisco-FMC-Audit-Event</setEventAttribute>
<setEventAttribute attr="eventSeverity">INFO</setEventAttribute>
<setEventAttribute attr="category">System Audit</setEventAttribute>
</parsingInstructions>
</eventParser>

 

Current status:

  • The parser passes validation and matches logs in test parsing.

  • However, in the Event Explorer, events still appear as “Unknown Event Type” instead of “Cisco-FMC-Audit-Event”.

  • The parser file is created via the GUI (not manually uploaded).

  • We have not restarted any services yet.

0 REPLIES 0
Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors