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!

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Community Content Calendar, October Edition

Welcome to the October edition of our Community Spotlight! The Splunk Community is a treasure trove of ...

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

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