Need to query splunk using rest api call and pull mean and stdev
Need to query splunk using rest api call and pull mean and stdev
The query looks about right. I tried a similar query on my end it seemed to give me all 3 aggregates. Only thing I can think of is to make sure you have events that match the search criteria. It could be your time boundaries. Try expanding those or maybe removing one/both of them to see if you get any data for mean and stdev.
Need to query splunk using rest api call and pull mean and stdev
Related Posts
- Adding python logging to FastApi endpoints, hosted on docker doesnt display API Endpoints logs
- Web-scraping JavaScript page with Python
- Making an API call in Python with an API that requires a bearer token
- Excel Python API
- Does Kafka python API support stream processing?
- api – Constructing requests with URL Query String in Python