Opensearch embed changes
This commit is contained in:
parent
130554d86b
commit
a8dd53507d
11 changed files with 237 additions and 178 deletions
|
|
@ -6,8 +6,8 @@ services:
|
|||
restart: ${RESTART}
|
||||
environment:
|
||||
- discovery.type=single-node
|
||||
# - plugins.security.ssl.transport.enforce_hostname_verification=false
|
||||
# - plugins.security.ssl.transport.resolve_hostname=false
|
||||
- plugins.security.ssl.transport.enforce_hostname_verification=false
|
||||
- plugins.security.ssl.transport.resolve_hostname=false
|
||||
- cluster.routing.allocation.disk.watermark.low=3gb
|
||||
- cluster.routing.allocation.disk.watermark.high=2gb
|
||||
- cluster.routing.allocation.disk.watermark.flood_stage=500mb
|
||||
|
|
@ -47,10 +47,10 @@ services:
|
|||
- ../opensearch-dashboards/opensearch_dashboards.yml:/usr/share/opensearch-dashboards/config/opensearch_dashboards.yml
|
||||
environment:
|
||||
OPENSEARCH_HOSTS: '["https://opensearch:9200"]'
|
||||
# OPENSEARCH_SECURITY_AUTH_TYPE: "proxy"
|
||||
# OPENSEARCH_SECURITY_PROXYCACHE_USER_HEADER: "x-proxy-user"
|
||||
# OPENSEARCH_SECURITY_PROXYCACHE_ROLES_HEADER: "x-proxy-roles"
|
||||
# OPENSEARCH_REQUESTHEADERSALLOWLIST: '["securitytenant","Authorization","x-forwarded-for","x-proxy-user","x-proxy-roles"]'
|
||||
OPENSEARCH_SECURITY_AUTH_TYPE: "proxy"
|
||||
OPENSEARCH_SECURITY_PROXYCACHE_USER_HEADER: "x-proxy-user"
|
||||
OPENSEARCH_SECURITY_PROXYCACHE_ROLES_HEADER: "x-proxy-roles"
|
||||
OPENSEARCH_REQUESTHEADERSALLOWLIST: '["securitytenant","Authorization","x-forwarded-for","x-proxy-user","x-proxy-roles"]'
|
||||
|
||||
volumes:
|
||||
opensearch-data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue