Dashboards & Visualizations

How to insert a fixed list in a dashboard with better view like in a tabular format?

pavanae
Builder

I'm trying to provide some tabulated fixed description on my Dashboard but I'm not sure how to insert a 2X2 table like below

HOST TYPE
A XX
B YY

Current XML I have is as below which gives me some listed information.
alt text

Could anyone suggest a better xml format with better customization to display them in tabullar format?

0 Karma
1 Solution

somesoni2
SplunkTrust
SplunkTrust

You can run a search with table visualization. Your search will generate your static data like this
Updated- fixed typo in TYPE regex

| makeresults | eval temp="A,XX#B,YY" | makemv temp delim="#" | mvexpand temp | rex field=temp "(?<HOST>.+),(?<TYPE>.+)"
| table HOST TYPE

View solution in original post

0 Karma

somesoni2
SplunkTrust
SplunkTrust

You can run a search with table visualization. Your search will generate your static data like this
Updated- fixed typo in TYPE regex

| makeresults | eval temp="A,XX#B,YY" | makemv temp delim="#" | mvexpand temp | rex field=temp "(?<HOST>.+),(?<TYPE>.+)"
| table HOST TYPE
0 Karma

pavanae
Builder

thanks for the answer @somesoni2 HOST displays perfect but there isn't anything coming under the TYPE.

0 Karma

somesoni2
SplunkTrust
SplunkTrust

I mistyped regex for TYPE field. Corrected now. Try again.

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

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