Splunk Search

how to extract all values separately suing rex command

Puvi
New Member

hi,

i have a string like: AAA TEST BBB 1000 CCC DDD EEE FFF GG 11111
i need to extract all the values separately and display in table..
can you help me in this

Tags (2)
0 Karma

vnravikumar
Champion

Hi

Try this

| makeresults 
| eval test="AAA TEST BBB 1000 CCC DDD EEE FFF GG 11111" 
| rex field=test max_match=0 "(?<output>[^\s]+)" 
| mvexpand output 
| table output
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 ...