Dashboards & Visualizations

Two dimentional table with static headers (row and column) and dynamically values

shayhibah
Path Finder

Hi,
I would like to create the following table:

alt text

The values inside the table should be filled based on search results.
I tired so many option but I could not find a solution to this.

Does anyone have the correct full answer?

Tags (1)
0 Karma

mayurr98
Super Champion

can you give sample 2-3 events and output you want?

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@shayhibah

You can achieve this by the following search.

YOUR_SEARCH | append [
| makeresults | eval Fields="A,B,C,D,E", Fields=split(Fields,",") | mvexpand Fields | eval Blue="", Red="" | table Fields Blue Red ] | stats values(Blue) as Blue values(Red) as Red by Fields

I have used field Fields to define "A,B,C,D,E" values. You can change it as per your requirement.

Note:

YOUR_SEARCH should return column Fields with "A,B,C,D,E" values and Red Blue column. It might be all OR some values.

Please try and let me know if any help required.

Thanks

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...