Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to query Kibana data through REST API

I have access to someone's Kibana dashboard. I want a programmatic way of accessing the data there from one of the panels. Is there a way to do this ? eg: Is there is a REST API access to query for data with parameters like time range.

like image 516
EnnioMorricone Avatar asked Nov 27 '25 11:11

EnnioMorricone


1 Answers

You can get the data used in the panel by going to

  1. that particular visualization and
  2. go to Inspect
  3. click request and copy

This request can be used in a curl command or in a rest call to get the data you saw in the panel enter image description here

like image 178
Nu-ONE Avatar answered Nov 29 '25 02:11

Nu-ONE



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!