Dashboards & Visualizations

How to plot a country on a map ?

nyasharashad59
Explorer

Good day good people

I am trying to get a map of Zimbabwe on a dashboard but it keeps giving me a world map

source=my_data_source.csv | lookup geo_zimbabwe longitude as Lon, latitude as Lat | stats count by featureId | geom geo_zimbabwe

Any idea on how i can plot Zimbabwe and its cities?

Thanks

0 Karma

niketn
Legend

@nyasharashad59, Add the following to simpleXML configuration:

<option name="mapping.map.center">(19.21,31.17)</option>
<option name="mapping.map.zoom">6</option>

Refer to Splunk documentation for details: http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#map

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...