BREAD
BREAD
Explore posts from servers
RRailway
Created by BREAD on 9/10/2023 in #✋|help
OpenSearch deployment
Hi everyone. I require assistance with deploying an instance of OpenSearch since I get an error during deployment. I'm deploying it using docker image from the docker hub: opensearchproject/opensearch Here are the ENV variables I've set up:
DISABLE_INSTALL_DEMO_CONFIG=true
DISABLE_PERFORMANCE_ANALYZER_AGENT_CLI=true
DISABLE_SECURITY_PLUGIN=true
discovery.type=single-node
DISABLE_INSTALL_DEMO_CONFIG=true
DISABLE_PERFORMANCE_ANALYZER_AGENT_CLI=true
DISABLE_SECURITY_PLUGIN=true
discovery.type=single-node
Here are the logs of deployment:
Disabling execution of install_demo_configuration.sh for OpenSearch Security Plugin

Disabling OpenSearch Security Plugin

Disabling execution of /usr/share/opensearch/bin/opensearch-performance-analyzer/performance-analyzer-agent-cli for OpenSearch Performance Analyzer Plugin

./opensearch-docker-entrypoint.sh: line 70: 10 Killed "$@" "${opensearch_opts[@]}"
Disabling execution of install_demo_configuration.sh for OpenSearch Security Plugin

Disabling OpenSearch Security Plugin

Disabling execution of /usr/share/opensearch/bin/opensearch-performance-analyzer/performance-analyzer-agent-cli for OpenSearch Performance Analyzer Plugin

./opensearch-docker-entrypoint.sh: line 70: 10 Killed "$@" "${opensearch_opts[@]}"
Would appreciate any help
11 replies