Kibana webhook payload in XML

Hello All,

I would want to send events from Kibana to external ticketing system but the external system accepts only xml as payload for processing. Is it possible to somehow send xml as events payload from Kibana ?

Hints are highly appreciated, tia.

Thanks,
Karthick N

Hi @batman,

When you say events do you mean alerts? There are various ways to send that out of kibana: email, slack, etc.

Hi @Wave

Thanks for the reply.. Much appreciated..

And yes i mean alerts, In alerts payload i would want to provide xml instead of Json..

Do you know if this is possible by any chance?

Thanks

This might be a bit of a hack, but you could have the alert save to an Index. Then configure logstash to query that index at whatever frequency you decide, and save the output as the xml file.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.