Splunk Search

Splunk Cloud: How do we extract multiple values for one field for one entry?

mcristinzio
New Member

for splunk cloud how do we extract multiple values for one field for one entry

Labels (1)
Tags (1)
0 Karma

woodcock
Esteemed Legend

|makeresults
| eval _raw="5:20:02.000 PM
20230316-132002 moving files 1 - 10 to \\AT03\E$\S\P\file-staging\20230316-132002\0001
#################### files in this batch ####################
\\Vp$\P\T\UD\type\\20164054874693700.xml
\\Vp$\P\T\UD\type\\20164246664691300.xml
\\Vp$\P\T\UD\type\\20164344334694900.xml
\\Vp$\P\T\UD\type\\20164344334726200.xml
\\Vp$\P\T\UD\type\\20164511624683501.xml
\\Vp$\P\T\UD\type\\20164511624699100.xml
\\Vp$\P\T\UD\type\\20164795204693200.xml
\\Vp$\P\T\UD\type\\20164800004737500.xml
\\Vp$\P\T\UD\type\\20164882364695400.xml
\\Vp$\P\T\UD\type\\20164921544689900.xml
######################### end batch #########################
moved 10 files in 01.10 sec."
|rex max_match=0 "(?<xmlID >[^\r\n]+.xml)"

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...