Dashboards & Visualizations

How to format column individually?

splunkuser320
Path Finder

 

I am trying to configure formatting for each column in the table on dashboard but column formatting is not changing 

      "columnFormat": {
            "ColumnA": {
                "align""> table | pick(alignment)"
            }
        }
 
 
     "alignment": [
            "center"
        }]
 
 
Labels (1)
0 Karma

tscroggins
Influencer

Hi,

This worked for me:

...,
"options": {
"columnFormat": {
"ColumnA": {
"align": "> table | seriesByName('ColumnA') | pick(ColumnAAlignConfig)"
}
}
},
...,
"context": {
"ColumnAAlignConfig": [
"center"
]
}

 

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...