Splunk Search

In a search, Is there an alternative for the eventstats command?

patricianaguit
Explorer

I need to find another way instead of eventstats for my search.

Is there a way where I can tag the events and add another field based on hierarchy other than eventstats?

For example
Id 1 has different initial tags (A,B,C, and D) since A is the highest, the final tag should be "A"

ID   |                InitialTag               |  FinalTag
1                        A                            A
1                        B                            A
1                        C                            A
1                        D                            A

Tag Ranks:
A
B
C
D
0 Karma
1 Solution

harishalipaka
Motivator

hi @patricianaguit

Can you try this

you can use streamstats
or

 |stats values(InitalTag) by ID 
Thanks
Harish

View solution in original post

0 Karma

harishalipaka
Motivator

hi @patricianaguit

Can you try this

you can use streamstats
or

 |stats values(InitalTag) by ID 
Thanks
Harish
0 Karma

patricianaguit
Explorer

thank you!

0 Karma
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, ...