I’m trying to understand a little better how the Rundeck Log Events Webhook works and I wanted to know if it is possible to obtain information similar to that found in the log file /var/log/rundeck/rundeck.executions.log through this Webhook.
[2024-05-31T17:09:00,057] INFO running.status admin start [134664:running] my_project admin/- “-/teste -“[e8d60adasba-c980-471e-b0a1-b307886dase116d]]
[2024-05-31T17:09:12,657] INFO execution.statusadmin finish [134664:success] my_project admin/- “-/test -“[e8d60adasba-c980-471e-b0a1-b307886dase116d]
Because after creating an event log webhook and consuming the api, I only received the request status code as 200 OK
I looked through the runcek documentation, but it doesn’t seem very informative.
https://docs.rundeck.com/docs/manual/webhooks.html