How can we query Kibana?

Nader picture Nader · Aug 5, 2015 · Viewed 37.2k times · Source

How can we request Kibana with REST API to get the visualization request and response?

Like this: screenshot

I want to do that using NodeJS to manipulate this results of Kibana. The purpose is that I want to directly query Kibana programmatically (via REST API) to get the ES request body.

Answer

mherbert picture mherbert · Aug 5, 2015

You can directly request the ES. The documentation is here