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!

Dashboard Studio Challenge - Learn New Tricks, Showcase Your Skills, and Win Prizes!

Reimagine what you can do with your dashboards. Dashboard Studio is Splunk’s newest dashboard builder to ...

Introducing Edge Processor: Next Gen Data Transformation

We get it - not only can it take a lot of time, money and resources to get data into Splunk, but it also takes ...

Take the 2021 Splunk Career Survey for $50 in Amazon Cash

Help us learn about how Splunk has impacted your career by taking the 2021 Splunk Career Survey. Last year’s ...