954 B
954 B
layout | title | parent | nav_order |
---|---|---|---|
default | WMS map server | OpenSearch Dashboards | 5 |
Configure WMS map server
Due to licensing restrictions, the default installation of OpenSearch Dashboards doesn't include a map server for tile map visualizations. To configure OpenSearch Dashboards to use a WMS map server:
-
Open OpenSearch Dashboards at
https://<host>:<port>
. For example, https://localhost:5601. -
If necessary, log in.
-
Choose Management and Advanced Settings.
-
Locate
visualization:tileMap:WMSdefaults
. -
Change
enabled
to true and add the URL of a valid WMS map server:{ "enabled": true, "url": "<wms-map-server-url>", "options": { "format": "image/png", "transparent": true } }
Map services often have licensing fees or restrictions. You're responsible for all such considerations on any map server that you specify. {: .note }