Dashboards & Visualizations

Splunk Dashboard Studio spaces in overlay

nickdekkersmt
Loves-to-Learn

Hi i'm trying to have spaces in my overlay field name in a column chart.

As example field1 is working but "field 1" not.

Not working:

 "options": {
        "chart.stackMode""stacked",
         "axisY2.enabled"true,

 

        "overlayFields""field 1, field 2, field 3",
        "fieldColors": {
            "field4""#E7DA78",
            "field5""#82BACF"
        }
    },

Working:

 "options": {
        "chart.stackMode""stacked",
         "axisY2.enabled"true,

        "overlayFields""field1, field2, field3",
        "fieldColors": {
            "field4""#E7DA78",
            "field5""#82BACF"
        }
    },
Labels (2)
Tags (2)
0 Karma

dauren_akilbeko
Communicator

Hello, @nickdekkersmt could you try it like this?

"overlayFields": ["field 1", "field 2", "field 3"]

0 Karma

nickdekkersmt
Loves-to-Learn

I tried that, but that is not working @dauren_akilbeko 

 

      "overlayFields": [
            "OTP Rolling Average",
            "Target"
        ],

But it wont overlay  "OTP Rolling Average"
0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...