Could you please confirm what is the updated query ?
I am using below query. No result found. Please suggest
index=whatever yoursearchterms
| bin _time span=1s
| stats count AS TPS by _time service
| stats max(TPS) AS "NaxTPS" min(TPS) AS "MinTPS" avg(TPS) AS "AVG TPS" by service
... View more