Splunk Search

How to edit my search to display the current count and the count from 5 minutes ago in one line?

RICKZHANG
Engager

Hi

Now I need to show the current count and the count five minutes ago in one row. The current count search is:

 index=app   host="xxxx"   sourcetype=xxx    status>399   route =*   earliest=-15m@m latest=@m| bucket span=5m _time
 | stats count as current_count by _time route

And the respected result is like this:
alt text
How can I do it?

0 Karma

somesoni2
Revered Legend

Try this

index=app host="xxxx" sourcetype=xxx status>399 route =* earliest=-15m@m latest=@m| bucket span=5m _time
| stats count as current_count by _time route | streamstats current=f window=1 values(current_count) as previous_count  by route
0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...