Dashboards & Visualizations

Is there any way to represent this in Splunk when table formats are different in comparison to database?

Sss
Path Finder

I have to export data from database table where the table format is as shown below,

Sss_0-1686129319011.png

But,I want this data to be represented in splunk in different table format like this,

Sss_1-1686129380038.png

Is there any way to represent this in splunk when table formats are different in comparison to database.

 

 

Labels (1)
Tags (1)
0 Karma
1 Solution

isoutamo
SplunkTrust
SplunkTrust

And add 

| fillnull value="_"

to the end of @gcusello 's SPL 

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi @Sss,

you have to use the chart command, something like this:

<your_search>
| chart values(Status) AS Status OVER Profile BY version

Ciao.

Giuseppe

Sss
Path Finder

I tried this and got the result thanks,but if at all i need to add two more columns into it

where database table is like,

Sss_0-1686135583017.png

and i want this data to be represented in splunk as below,

Sss_1-1686135626747.png

How can we add two more columns in our chart command - 

| chart values(Status) AS Status OVER Profile BY version

 

0 Karma

Sss
Path Finder

thank you,I will try doing this way

 

0 Karma

isoutamo
SplunkTrust
SplunkTrust

And add 

| fillnull value="_"

to the end of @gcusello 's SPL 

Sss
Path Finder

okay thank you.

 

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 ...