Splunk Search

How to split a table-formatted event into multiple events during search time?

davidcraven02
Communicator

Is it possible to have each piece of software as an event of its own so that I could search for a particular item?

Could some cool regex break this up into searchable data?

Desired output in screenshot below

alt text

Tags (2)
0 Karma
1 Solution

Yunagi
Communicator

To split a table-formatted event into multipe events during search time, you can use the multikv command.

Try it like this:

your search | multikv

You should get an event for each line. Each event should have the fields NAME, VERSION, RELEASE etc.

View solution in original post

Yunagi
Communicator

To split a table-formatted event into multipe events during search time, you can use the multikv command.

Try it like this:

your search | multikv

You should get an event for each line. Each event should have the fields NAME, VERSION, RELEASE etc.

davidcraven02
Communicator

Thank you so much

0 Karma
Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...