Elastic python to extract last 1hr tracing

21 Views Asked by At

My application is java and onboared to elastic. I can write python script with app ame, after testing connection to elastic server. I am in need to get last 1hr tracing details through devtool/API/python.

es.Elastcsearch("https://localhost:9200")

And then query: { "match": { "name": "1NN_java"}}

If I want to get list of transaction, how can we get with API ? How to get Last 1hr tracing through python ?

0

There are 0 best solutions below