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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...