Dashboards & Visualizations

Specify map height

rantravee
Path Finder

Hello,

I', using simple xml to display some geolocation data . However the map that is displayed occupies 100% width and only 50% height.

The code to define it is below

<row>
    <map>
      <title>Traffic Geo</title>
      <searchString>....</searchString>
    </map>
  </row>

What options would there be in order to parametireze the aspect of the map so that it also occupies 100% height ?

Thanks

nfilippi_splunk
Splunk Employee
Splunk Employee

For maps, as well as most other dashboard elements, you have the ability to configure absolute height in # of pixels.

For example:
<option name="height">450px</option>

eddiemoya
Engager

I needed to enter this as <option name="height">450</option>. With no "px".

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

New This Month - Observability Updates Give Extended Visibility and Improve User ...

This month is a collection of special news! From Magic Quadrant updates to AppDynamics integrations to ...

Intro to Splunk Synthetic Monitoring

In our last post, we mentioned that the 3 key pieces of observability – metrics, logs, and traces – provide ...