Dashboards & Visualizations

Splunk Dashboard Studio - Map - Center

j01am
Explorer

Hi all !

I display a map in a dashboard. The map only contains 1 point

I need to center the map dynamically for this point. But I can't do it because I'm not able to insert into the "center" value other value than integer (I tried token for example)

How can I perform it ?

Thank you a lot

 

 

My search : 

 

 

"ds_search_1_new": {
            "type": "ds.search",
            "options": {
                "query": "xxx | table lon lat",
                "queryParameters": {
                    "earliest": "$time.earliest$",
                    "latest": "$time.latest$"
                },
                "enableSmartSources": true
            },
            "name": "mapSearch"
        }

 

 


My visualization : 

 

 

"viz_map_1": {
    "type": "splunk.map",
    "options": {
        "zoom": 0,
        "layers": [
            {
                "type": "marker",
                "latitude": "> primary | seriesByName('lat')",
                "longitude": "> primary | seriesByName('lon')",
                "bubbleSize": "> primary | seriesByName('lat')"
            }
        ],
        "center": [
            0,
            0
        ]
    },
    "dataSources": {
        "primary": "ds_search_1_new"
    },
    "title": ""
}

 

 

 

Labels (2)

ferdousfahim
Engager

Facing the same problem, I notice the issue is a year old..

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Rounding off the Splunk Dashboard Contest

What does a contest-winning Splunk dashboard look like? In this case, it isn't in a browser tab at all. It ...

A Four Part Event Series: AI + Observability: AI Agents, LLMs, Apps, & Infrastructure

AI + Observability: AI Agents, LLMs, Apps, & Infrastructure The rapid evolution of artificial intelligence ...