Dashboards & Visualizations

Is it possible to change the size of a Geostats map?

mmoermans
Path Finder

When creating a report (for embedding purposes, using a dashboard is not viable) and using geostats to create a map, is it possible to change the size of the map somehow?

There does not seem to be a XML edit or any other way to change the map size of the embedded iframe.

Edit: I'm trying to display a geostats generated report on a large screen but the frame of the map doesn't seem to be changeable anywhere.

0 Karma

DalJeanis
Legend

Try playing with the following -

geom command, http://docs.splunk.com/Documentation/Splunk/6.5.2/SearchReference/Geom

min_x, min_y, max_x, max_y - these should be what you are looking for, the outside corners of the map.

geostats command - http://docs.splunk.com/Documentation/Splunk/6.5.2/SearchReference/Geostats

binspanlat, binspanlong - these are the size of latitude and longitude bins at the lowest level of zoom. (might be relevant if you are trying to zoom in past a certain bounds.)

maxzoomlevel - The maximum level to be created in the quad tree. (probably not what you are looking for)

If you want to zoom past the lowest level a map can get to, then you need to find a lower-level choropleth map of the appropriate region for the data.

http://docs.splunk.com/Documentation/Splunk/6.5.2/SearchReference/Geostats

DalJeanis
Legend

Unless you are looking to get a higher-res/larger reference map, I don't know of any other buttons or handles to push or pull on.

0 Karma

mmoermans
Path Finder

Those seem to change the inside of the map layouts for a choropleth map or the boundries of the zoom.
I'm looking to display a geostats map report on a large screen so ideally I'd change the XML background of the report which so far doesn't seem possible sadly, it seems like such a simple thing that should be possible.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...