deviantony / docker-elk

The Elastic stack (ELK) powered by Docker and Compose.
MIT License
17.26k stars 6.79k forks source link

Update to v8.10.3 #926

Closed docker-elk-updater[bot] closed 1 year ago

docker-elk-updater[bot] commented 1 year ago

Automated changes by create-pull-request GitHub action

antoineco commented 1 year ago

The Fleet test originally failed due to disk watermarks being exceeded:

"WARN", "message":"high disk watermark [90%] exceeded on [HZaXBD3QTIabzb9G6YnVKQ][elasticsearch][/usr/share/elasticsearch/data] free: 8.3gb[9.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"
"INFO", "message":"high disk watermark [90%] no longer exceeded on [HZaXBD3QTIabzb9G6YnVKQ][elasticsearch][/usr/share/elasticsearch/data] free: 8.3gb[10%], but low disk watermark [85%] is still exceeded"

This was addressed on main in 3b61a6bb177e4d8c65795254e39db6b4a058d49c prior to merging this.