Skip to content

Bump elasticsearch from 7.16.3 to 8.17.3 in /docker/elasticsearch #5964

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps elasticsearch from 7.16.3 to 8.17.3.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Mar 10, 2025
@dependabot dependabot bot requested review from a team as code owners March 10, 2025 00:19
@crobert-1
Copy link
Contributor

@dependabot recreate

Bumps elasticsearch from 7.16.3 to 8.17.3.

---
updated-dependencies:
- dependency-name: elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/docker/docker/elasticsearch/elasticsearch-8.17.3 branch from b4bd947 to b22e37e Compare March 14, 2025 22:46

ENV discovery.type=single-node

ENV ES_JAVA_OPTS='-Xms512m -Xmx512m'

ENV xpack.security.enabled=false
Copy link
Contributor

@crobert-1 crobert-1 Mar 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For v7.X this was disabled by default

For v8.X this is enabled by default

The elasticsearch receiver fails to connect to the docker image if this is enabled as it's not configured with authentication information, and there's no longer any default password for the elastic (default) user.

@crobert-1
Copy link
Contributor

Upstream claims compatibility with 7.9+, but it's not tested. Updating this test for 8.X would be testing beyond the upstream component, which is currently unmaintained. I think the best path forward is likely update the upstream testing, and then match it with this test.

@pjanotti
Copy link
Contributor

@crobert-1 What is the upstream in this case?

@crobert-1
Copy link
Contributor

@crobert-1 What is the upstream in this case?

Good question, the Elasticsearch receiver in contrib

@pjanotti pjanotti added the upgrade-blocked This PR was investigated and requires further work. See GH comments or KTLO ticket. label Mar 28, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

A newer version of elasticsearch exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docker Pull requests that update Docker code upgrade-blocked This PR was investigated and requires further work. See GH comments or KTLO ticket.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants