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 5 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

  • Updated Comments in Configuration File
    The configuration file used to set up our application now includes additional guidance on how to adjust important security settings. This enhancement helps users manage the security feature (xpack) in our Elasticsearch service better, thereby increasing ease of use and reliability.

@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.

2 participants