Splunk Dev

Building top with log source where values are given with a double dot(:) and not equal(=)

dschuermann
New Member

I’ve got trouble to build a top with log source, where the from value is given by "from*:" and not “from=*"

That way I just got 0 results, using “index="myindex" "from:"| top limit=10 from”
I’ve tried with rename and replace, but no success. How can I tell Splunk that the delimiter is “:” and not “=” for the search value? Or how can I replace/rename the result and then build a top over the result?

Tags (1)
0 Karma

manjunathmeti
Champion

Delimiter ":" or "=" is set during parsing of your logs before indexing them. For existing data you need to extract value using rex and then do top.

index=INDEX_NAME "from:" | rex "from:\s*(?<from>[\w]+)" | top limit=10 from
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 ...