Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue with elasticsearch container #1166

Open
wants to merge 4 commits into
base: release/next
Choose a base branch
from

Conversation

YevhenZvieriev
Copy link
Contributor

Description

This PR adds functionality to disable ElasticSearch security if the service fails to start and stops after approximately 150 seconds with the container for service "elasticsearch" is unhealthy error to the compose.yaml file for the ElasticSearch service. The comment provides guidance on how to disable security features in ElasticSearch to resolve issues #1165 and #1159.

Included the environment variable xpack.security.enabled=false within the comment, which can be uncommented by users if needed.

For local development environments, configuring ElasticSearch with security disabled can simplify setup and avoid common issues related to security configuration.

@markshust if you have a better idea feel free to edit this PR.

markshust and others added 3 commits April 25, 2024 12:18
Copy link

what-the-diff bot commented Jun 2, 2024

PR Summary

  • Disabling xpack.security in Elasticsearch
    This PR includes changes that turn off a feature called "xpack.security" in a service named Elasticsearch. Doing this simplifies how applications connect to Elasticsearch for managing and retrieving data by bypassing certain security protocols.

@YevhenZvieriev YevhenZvieriev changed the title Fix a issue with elasticsearch container Fix an issue with elasticsearch container Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants