Splunk Search

format output of a string in a particular format?

erhksadhwani
New Member

I have a search query that returns numbers like 170503007 and 170504021 as outputs. Need to format them as 2017/05/03 007 and 2017/05/04 021

Tags (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Here's one way.

... | rex field=foo "(?<yr>\d\d)(?<mon>\d\d)(?<day>\d\d)(?<num>\d{3})" | eval output="20".yr."/".mon."/".day." ".num | ...
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...