Splunk Search

How to to many to single mapping in multi value fields

sivaranjiniG
Communicator

i have a event like this

stage_result:
[{
stage_name:deploy,
edge:[
{
type:Parallel
},
{
type:Parallel
}]
},
{
stage_name:deploy2,
edge:[{
type:stage}]
}

From the above event i want my output like this in a table format,

Stage Type
deploy Parallel,Parallel
deploy1 stage

Note: The above json structure is one single event thats why i am not able to get the my data extracted. Stage is a multivalue field which is having field inside which is Type thats again multi-value field

Please help me to resolve this:)

Tags (1)
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 ...