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!

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...

Everything Community at .conf24!

You may have seen mention of the .conf Community Zone 'round these parts and found yourself wondering what ...