Forum Discussion
peter
Cato Employee
2 months agoHello 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.
- pranav2 months ago
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?
- peter2 months ago
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