*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit b0016891 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Upgrade to OpenSearch v2

parent 0e31eb60
No related branches found
No related tags found
1 merge request!2Upgrade to OpenSearch v2
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# (see docker-compose.yml) # (see docker-compose.yml)
# general config # general config
server.host: "0" server.host: "0.0.0.0"
opensearch.hosts: [ "https://os-node-1:9200" ] opensearch.hosts: [ "https://os-node-1:9200" ]
opensearch.requestHeadersWhitelist: [ authorization, securitytenant ] opensearch.requestHeadersWhitelist: [ authorization, securitytenant ]
opensearch.username: "kibanaserver" opensearch.username: "kibanaserver"
......
...@@ -2,7 +2,7 @@ version: '3' ...@@ -2,7 +2,7 @@ version: '3'
services: services:
os-node: os-node:
image: opensearchproject/opensearch:1 image: opensearchproject/opensearch:2
restart: "unless-stopped" restart: "unless-stopped"
environment: environment:
- DISABLE_INSTALL_DEMO_CONFIG=true - DISABLE_INSTALL_DEMO_CONFIG=true
......
...@@ -22,7 +22,7 @@ services: ...@@ -22,7 +22,7 @@ services:
- ./ssl/root-ca-crt.pem:/usr/share/opensearch/config/root-ca.pem:ro - ./ssl/root-ca-crt.pem:/usr/share/opensearch/config/root-ca.pem:ro
os-dashboards: os-dashboards:
image: opensearchproject/opensearch-dashboards:1 image: opensearchproject/opensearch-dashboards:2
restart: "unless-stopped" restart: "unless-stopped"
environment: environment:
# note: the dashboards entrypoint performs translations of naming for the env vars # note: the dashboards entrypoint performs translations of naming for the env vars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment