I am new in elastic search and kibana, i run some test in my cloud to test the healthiness of it. in Kibana dashboard i get some table which measure test performance and the average timing, min ,max.
i have found from inspect ---> response query's result in json
how can i read this response in python using elasticsearch ?
i have connected my python code with kibana successfully.