Splunk Search

How to Make a Table for JSON Data?

apignata
Explorer

I have the following JSON structure in my events. I am trying to figure out an SPL Query to format the JSON in a table for a dashboard. The names of the WLCs could change, so WLC-1 will not always be the first entry or have the same name. Is it possible to make a dynamic table like the one below? Thank you.

WLC-1 SSID1: 2 SSID2: 4  
WLC-2 SSID1: 16 SSID3: 8  
WLC-3 SSID2: 6 SSID3: 6 SSID4: 9

 

{ 
WLC-1: {
SSID1: 2
SSID2: 4
}
WLC-2: {
SSID1: 16
SSID3: 8
}
WLC-3: {
SSID2: 6
SSID3: 6
SSID4: 9
}
}

 

 

Labels (3)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @apignata,

you could use the INDEXED_EXTRACTIONS=json option in the props.conf (https://docs.splunk.com/Documentation/Splunk/9.0.4/admin/Propsconf), in this way all the fields are automatically extracted.

In addition you could also use the spath command (https://docs.splunk.com/Documentation/Splunk/9.0.4/SearchReference/Spath) that makes the same thing.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...