Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Converting CEF to CSV with Apache NiFi

avatar
New Contributor

Hi all!

I've been trying to convert logs from CEF to CSV to no avail lately. There is a processor that, if I have understood it properly, parses CEF files and lets you use the fields as attributes, and I have been checking online for anything that helps, but I can't seem to find anything. Is it factible to process CEF data in NiFi, or would you recommend switching over to another component of Big Data?

Thank you so much.

Kind regards.

1 ACCEPTED SOLUTION

avatar
Expert Contributor

The ParseCEF processor should get you started. It can either pass the CEF fields as attributes of the flowfile or convert to a JSON flowfile for further processing.

View solution in original post

1 REPLY 1

avatar
Expert Contributor

The ParseCEF processor should get you started. It can either pass the CEF fields as attributes of the flowfile or convert to a JSON flowfile for further processing.