Hi team,
I am working on a poc, where i need to ingest CEF logs from file, and data is in CEF format.(Common Event Format (CEF) is a Logging and Auditing file format from ArcSight and is an extensible, text-based format designed to support multiple device types by offering the most relevant information. Message syntaxes are reduced to work with ESM normalization.) .
I wanted to parse it and ingest into druid.
So please tell me any approach. So i can make a solution of it.
I convert CEF data to json using NIFI processor. But data comes in nested json format.
So could you please suggest me some link or sample code.
thanks in advance.