Forum Discussion
4 Replies
- peter
Cato Employee
Hello Pranav,
Although the API returns events in delimited JSON, the example script outputs the events in "stacked JSON" format, which some SIEM platforms find easier to interpret. If your SIEM instead requires strict JSON then you have several options:
- Modify the example script to do this.
- Use a different tool, such as the catocli https://github.com/catonetworks/cato-cli
- Engage Cato PS to create a custom script specific for your use case.
- pranav
Joining the Conversation
Hi Peter,
Our SIEM vendor does not require strict JSON. They have first used cato toolbox and had the same issue. Can you please confirm using catocli will solve the multiple events as a single log issue?
- peter
Cato Employee
Hello Pranav,
Without knowing in precise detail the capabilities of the SIEM it is difficult to confirm anything either way. catocli is definitely a good option to try.
Regards,
Peter
- michaelsaw
Cato Professional Services
Hi pranav,
Just to understand a bit better, would you share an example of multiple events and the single log
Cheers