Splunk Search

Build a parent child relation

bharathkumarnec
Contributor

Hi All,

Below is my situation:

parentkey childkey

b c
0 a
a b
b d
b e

Output is to be like this 0-->a-->b-->c,d,e

How can i achieve this in splunk??

TIA

Regards,
BK

0 Karma
1 Solution

Sukisen1981
Champion

|stats values(childkey) by parentkey |rename values(childkey) as chld | mvexpand chld

View solution in original post

0 Karma

Sukisen1981
Champion

|stats values(childkey) by parentkey |rename values(childkey) as chld | mvexpand chld

0 Karma

bharathkumarnec
Contributor

this is valid only when we have a parent and children, but in my case i have grand children as well...

0 Karma

Sukisen1981
Champion

hi @bharathkumarnec
in that case ,can you please provide a clearer description of the 'grandchildren' and a more exact requirement?
both @mayurr98 and my answers were based on what you posted in the question.

0 Karma

mayurr98
Super Champion

try this ?

| stats values(childkey) as childkey by parentkey
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 ...