My first time posting to Stack Overflow. I apologize if I am re-asking a question. I tried to search but nothing is really clear about what I'm trying to understand.
Do I need to configure additional parameters within Syslog-ng to allow the format-JSON Template to convert standard Syslog format into JSON?
Environment: I have Varonis logs being forwarded to my Linux (Centos 8) server, running Syslog-ng. The logs are are being received in the following format:
"|timestamp| |Server Host| |Rule ID| |Rule Name| |Rule Storyline| |Rule Description| |Alert Time| |Event Time| |Acting Object|"
To reiterate my question, Do I need to manually create key-value pairs and then call the format-JSON() function, or does the format-JSON() function do the work for me?