How to get xml option in kibana instead of json

my logs are in xml format and how to get as it is in kibana, because it had only table and json features

thanks in advance

kib

Hi,

You will need to convert that into json, load it into elasticsearch and then use Kibana to explore and visualize. Its not possible to ingest data in xml format to elasticsearch now.

Thanks,
Bhavya