Splunk Search

Need help in extracting json fields

Nadhiyaa
Path Finder

Hi

Below is my json data format .

 organisations: {   [-] 
    :   {   [+] 
    }   
     adbsafegate.com:   {   [-] 
     active:     0  
     active_selected:    0  
     all:    0  
     on_realm:   0  
    }   
     aeroflot.ru:   {   [-] 
     active:     0  
     active_selected:    0  
     all:    25 
     on_realm:   5  
    }   
     airalgerie.dz: {   [-] 
     active:     0  
     active_selected:    0  
     all:    3  
     on_realm:   1  
    }   
     airastana.com: {   [-] 
     active:     1  
     active_selected:    1  
     all:    3  
     on_realm:   1  
    }

}

i want it to extract like below table format :

organisations on_realm
adbsafegate 0
aeroflot 5
airalgerie 1
airastana 1

Kindly help.Thanks

Tags (1)
0 Karma

jutzasconsist
New Member

Hi Nadhiyaa,

may be this helps you getting started:

\}\s+(?<EXTRACTION1>\w+)|on_realm:\s+(?<EXTRACTION2>\d)

It will extract the lines below your headline "organisations on_realm"

This should also work for extractig all of the relevant data:
^\s+(?\w+):\D+}|(?\w+).\w+:\s+{\s+[-]|\w+:\s+\d+\s+\w+:\s+\d+\s+\w+:\s+\d+\s+(?\w+)|:\s+(?\d+)\s+

0 Karma
Get Updates on the Splunk Community!

Observability | How to Think About Instrumentation Overhead (White Paper)

Novice observability practitioners are often overly obsessed with performance. They might approach ...

Cloud Platform | Get Resiliency in the Cloud Event (Register Now!)

IDC Report: Enterprises Gain Higher Efficiency and Resiliency With Migration to Cloud  Today many enterprises ...

The Great Resilience Quest: 10th Leaderboard Update

The tenth leaderboard update (11.23-12.05) for The Great Resilience Quest is out &gt;&gt; As our brave ...