Dashboards & Visualizations

How can I overlay multiple fields in Dashboard Studio Column Chart?

_smp_
Builder

I have a saved report with three output fields that I want to add to a Column chart in Dashboard studio. Two of the three fields contain static values (license limit and optimal utilization threshold) that I want to add as overlays to the third utilized SVC field. I can't seem to get the JSON correct. This is as close as I have come. How can I add two fields as overlays in a Column chart? Image attached.

 

 

{

    "type": "splunk.column",
    "dataSources": {
        "primary": "ds_search_1"
    },
    "title": "SVC License Usage (today)",
    "options": {
        "yAxisAbbreviation": "off",
        "y2AxisAbbreviation": "off",
        "showRoundedY2AxisLabels": false,
        "legendTruncation": "ellipsisMiddle",
        "showY2MajorGridLines": true,
        "xAxisTitleVisibility": "hide",
        "yAxisTitleText": "SVC Usage",
        "overlayFields": ["optimal utilization threshold", "license limit"],
        "columnGrouping": "overlay"
    },
    "context": {},
    "showProgressBar": false,
    "showLastUpdated": false
}

 

 

 

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try without 

"columnGrouping": "overlay"

 

0 Karma

_smp_
Builder
That was one of many things I've tried. Removing that property results in a timechart with a separate column for each field.
0 Karma

nickdekkersmt
Loves-to-Learn

did you found a solution?

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...