XML output from elastic

Hello:
I wanted to ask if it is possible with elastic 5.6 to generate xml as an output format.
For me it is much faster to deal with the XML response in java.

Thank you.

No it's not.

Have a look at Jackson framework which is handy to read JSon.

Hello:
I've seen that Elastic has so many output plugins that I thought it would exist for XML.

Thank you.

Logstash has output plugins, not elasticsearch.

If you meant to ask in #logstash group, then please move your question there.

There was a third-party plugin at one point for XML:

The plugin is old and will not work as is with recent versions of
Elasticsearch. Perhaps you can inspect the code and re-do the plugin
yourself, or take parts of it and implement in the client side.

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