How to curl towards Elasticsearch to get a Kibana visualization data?

Hi,

Using the visualization request (gained from Saved Objects > “My_Visualization” > Inspect > Request), how do i curl towards elasticsearch to get the data table from the visualization? Which is the elasticsearch path to make the request?

Regards,
Daniel D.

GET /${MY_INDEX_PATTER}/_search

2 Likes

That was exactly what i was looking for. Thanks!