Update to v8.19.6#1122
Merged
docker-elk-updater[bot] merged 2 commits intorelease-8.xfrom Oct 29, 2025
Merged
Conversation
be0bd57 to
af1be21
Compare
Collaborator
|
The pipeline is failing because we are hitting the 90% disk watermark even before the setup is able to complete, so we don't even get a chance to disable the behavior in the workflow: {"@timestamp":"2025-10-27T07:10:43.630Z", "log.level": "WARN", "message":"high disk watermark [90%] exceeded on [qQNPG8zuQfaFmCPEalPSkA][elasticsearch][/usr/share/elasticsearch/data] free: 6.5gb[9%], shards will be relocated away from this node; currently relocating away shards totalling [0] bytes; the node is expected to continue to exceed the high disk watermark when these relocations are complete", "ecs.version": "1.2.0","service.name":"ES_ECS","event.dataset":"elasticsearch.server","process.thread.name":"elasticsearch[elasticsearch][masterService#updateTask][T#4]","log.logger":"org.elasticsearch.cluster.routing.allocation.DiskThresholdMonitor","elasticsearch.cluster.uuid":"dSjyc7yfTL6MkdJ8X2e_Pw","elasticsearch.node.id":"qQNPG8zuQfaFmCPEalPSkA","elasticsearch.node.name":"elasticsearch","elasticsearch.cluster.name":"docker-cluster"}
{"@timestamp":"2025-10-27T07:10:45.886Z", "log.level":"ERROR", "message":"failed to retrieve password hash for reserved user [elastic]", "ecs.version": "1.2.0","service.name":"ES_ECS","event.dataset":"elasticsearch.server","process.thread.name":"elasticsearch[elasticsearch][transport_worker][T#1]","log.logger":"org.elasticsearch.xpack.security.authc.esnative.ReservedRealm","elasticsearch.cluster.uuid":"dSjyc7yfTL6MkdJ8X2e_Pw","elasticsearch.node.id":"qQNPG8zuQfaFmCPEalPSkA","elasticsearch.node.name":"elasticsearch","elasticsearch.cluster.name":"docker-cluster","error.type":"org.elasticsearch.action.UnavailableShardsException","error.message":"at least one primary shard for the index [.security-7] is unavailable","error.stack_trace":"org.elasticsearch.action.UnavailableShardsException: at least one primary shard for the index [.security-7] is unavailable\n"}docker-elk/.github/workflows/ci.yml Lines 71 to 74 in 78c0848 |
8053866 to
c087540
Compare
When all images are pre-cached, we get dangerously close to Elasticsearch's 90% disk watermark even before the setup is able to complete. Cherry-picked from b90c23a9c4e764fd4589e8af27c62e7628e35fa4.
c087540 to
566f2cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated changes by create-pull-request GitHub action