Dashboards & Visualizations

Graph path

Timeago
Explorer

Hello!

I need to make graph path for the field "Status".

1st step:




































time Name Status
... Name1 A
... Name2 B
... Name1 C
... Name1 A
... Name2 A

2nd step:

...|sort 0 Name time

time Name Status
... Name1 A
... Name1 C
... Name1 A
... Name2 B
... Name2 A

3rd step:

time Name Status Previous_Status
... Name1 A C
... Name1 C A
... Name1 A
... Name2 B A
... Name2 A

So, how can i make the 3rd step?
Or suggest another way to solve this problem?

Thank you

Tags (2)
0 Karma
1 Solution

MuS
Legend

Hi Timeago

you should be able to get this by using streamstats

The streamstats command, similar to the stats command, calculates summary statistics on search results. Unlike, stats (which works on the results as a whole), streamstats calculates statistics for each event at the time the event is seen.

Combined with eval you can make new fields and compare them to each other.

Hope this helps to get you started...........

cheers, MuS

View solution in original post

MuS
Legend

Hi Timeago

you should be able to get this by using streamstats

The streamstats command, similar to the stats command, calculates summary statistics on search results. Unlike, stats (which works on the results as a whole), streamstats calculates statistics for each event at the time the event is seen.

Combined with eval you can make new fields and compare them to each other.

Hope this helps to get you started...........

cheers, MuS

kristian_kolb
Ultra Champion

Hmmm.. maybe. try this as a start.. not tested..

... | sort +Name, +_time | streamstats window=1 current=false first(Status) as Previous_Status

/K

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...