OpenBAS-Platform / openbas

Open Breach and Attack Simulation Platform
https://openbas.io
Other
484 stars 45 forks source link

Better readability for platform logs: from java default stack traces to JSON #1418

Closed EllynBsc closed 1 day ago

EllynBsc commented 2 weeks ago

Use case

Java logs are difficult to exploit for the platform team in their dashboarding tool, Grafana.

For better readability, efficiency in troubleshooting (filtering, graphs), we should change our logs from Java (default stack) to JSON like we did in openCTI.

Current logs in grafana with java in OBAS 👇

image (3)

Current logs in grafana with Json in OCTI 👇

image (5) image (6)

EllynBsc commented 1 day ago

@Dimfacion 🚀