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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...