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!

Think Like an Architect: Introducing the Splunk Certified Cybersecurity Defense ...

In cybersecurity, defenders respond to threats. Architects design the systems that stop them.    As ...

Best Practices: Splunk auto adjust pipeline queue

When you enable autoAdjustQueue in Splunk, maxSize should be understood as the queue size Splunk starts with ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...