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!

Splunk Observability Synthetic Monitoring - Resolved Incident on Detector Alerts

We’ve discovered a bug that affected the auto-clear of Synthetic Detectors in the Splunk Synthetic Monitoring ...

Video | Tom’s Smartness Journey Continues

Remember Splunk Community member Tom Kopchak? If you caught the first episode of our Smartness interview ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud? Learn how unique features like ...