Splunk Search

How to table the count of each instance of fieldA, but also show fieldB as an additional column next to it for reference?

stage1v8
Engager

Hi all,

I am trying to search some logs that have event_name and event_number. I want to produce a table that shows a count of how many instances of the event_number exist, but also show the event_name field next to it for reference.

So a table with 3 columns:
event_number, event_name, count

I can get one or the other, but not both.
This works for one: index=index1 | chart count by event_number
This works for one: index=index1 | chart count by event_name
This doesn't work: index=index1 | chart count by event_name event_number
Nor this: index=index1 | chart count by event_number | fields event_number event_name count

Does what I am trying to achieve make sense?

Any suggestions?

Thanks

Tags (4)
0 Karma
1 Solution

stage1v8
Engager

After lots of googling, I seem to have answered it myself

index=index1 | stats count(event_name) by event_name event_number | sort event_number

View solution in original post

stage1v8
Engager

After lots of googling, I seem to have answered it myself

index=index1 | stats count(event_name) by event_name event_number | sort event_number

Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...