Splunk Search

Why am I not getting any results trying to get a count by field?

guillecasco
Path Finder

Pretty new with Splunk, simple question.

I have:

index=*  asset id: "*"  

I just want a table that counts every different asset id and show them in a table like:

assetid   count
abc       50
dfg       25
....      ....

using the count by, but I'm not getting any results.

Tags (2)
0 Karma

pradeepkumarg
Influencer

You need to extract asset id values into a field assetid, After which you can add | stats count by assetid at the end of your search to produce the resultset you wanted.

Use the built in field extractor if you need help in extracting the values into a field

0 Karma

guillecasco
Path Finder

can it be donde with rex command? how would that be?

0 Karma

guillecasco
Path Finder

hmmm ok, i´ll see how to extract this asset id with this "field extractor". thanks dude

0 Karma
Get Updates on the Splunk Community!

Don't wait! Accept the Mission Possible: Splunk Adoption Challenge Now and Win ...

Attention everyone! We have exciting news to share! We are recruiting new members for the Mission Possible: ...

Unify Your SecOps with Splunk Mission Control

In today’s post, I'm excited to share some recent Splunk Mission Control innovations. With Splunk Mission ...

Data Preparation Made Easy: SPL2 for Edge Processor

By now, you may have heard the exciting news that Edge Processor, the easy-to-use Splunk data preparation tool ...