How to adds summary statistics to all results in a streaming manner?
Answer Posted / Manish Kumar Gaur
To add summary statistics to all results in a streaming manner, you can use the stats command with the stream mode (stats _time=now-1h TO now by <field> sum(<field>) min(<field>) max(<field>) avg(<field>) median(<field>)). This will calculate summary statistics for each specified field in real time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers