Hello, i'm new to kibana / elasticsearch and i want to extract data from a kibana dashboard using the API ( if possible ) , the kibana dashboard contains multiple graphs , i want to extract data from each graph individually , is this possible ? if yes, is there any documenttaion or source to read from about this, thank you.
There will be a inspect option for each visualization in kibana dashboard which shows you the request and response. It is describe in at the end of below blog.
@Hemanth_Gowda is correct. The best way to view the data from the panels is with the Inspect flyout. There is currently no way to retrieve this from an API, but we have an existing feature request.
Thank you for your answer @nickpeihl ! as far as i know kibana takes data from elasticsearch, so its possible to retrieve this data using an api