Skip to content

Commit db1910c

Browse files
authored
geonetwork: update compose example Kibana configuration (#2679)
Add the kb.url property to GN_CONFIG_PROPERTIES so GeoNetwork points to the Kibana instance, matching the reference stack in geonetwork/docker-geonetwork. Drop the KIBANA_INDEX environment variable, which is not supported by Kibana 8.
1 parent 9934740 commit db1910c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geonetwork/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ services:
5252
-Des.url=http://elasticsearch:9200
5353
-Des.username=
5454
-Des.password=
55+
-Dkb.url=http://kibana:5601
5556
-Dgeonetwork.ESFeaturesProxy.targetUri=http://elasticsearch:9200/gn-features/{_}
5657
-Dgeonetwork.HttpDashboardProxy.targetUri=http://kibana:5601
5758
@@ -108,7 +109,6 @@ services:
108109
ELASTICSEARCH_URL: http://elasticsearch:9200/
109110
SERVER_BASEPATH: /geonetwork/dashboards
110111
SERVER_REWRITEBASEPATH: 'false'
111-
KIBANA_INDEX: .dashboards
112112
XPACK_MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED: 'true'
113113
depends_on:
114114
elasticsearch:

0 commit comments

Comments
 (0)