Ingesting a generic Syslog RFC 5424 into Chronicle?

Hi. I've got a RFC 5424 Syslog message I am attempting to ingest into Google Chronicle using the REST ingestion API.  The vendor is Mako Networks. I do not see a parser for this particular vendor listed here (https://cloud.google.com/chronicle/docs/ingestion/parser-list/supported-default-parsers). 

Is there a vendor neutral Syslog parser for Chronicle? Do I need to convert this to UDM? Any guidance would be greatly appreciated? 

Solved Solved
0 2 843
1 ACCEPTED SOLUTION

Hi! I did some research and the Mako Network logs conforms to the Netfilter spec (https://www.netfilter.org/) and luckily, there is a NETFILTER_IP parser already written. I had to do some debugging and formatting of the original syslog message coming from the mako devices before sending it to Chronicle as the Grok parser would fail to parse.

View solution in original post

2 REPLIES 2