[elasticsearch][kibana] Upgrade to v8.19.9

+ use absolute paths for log files due to upstream changes
  6876b8cf05

Change-Id: I544afed1ca99f184ed20c2dedc30834ec6e0aeeb
Signed-off-by: Arina Triandafilidi <atriandafilidi@mirantis.com>
This commit is contained in:
Arina Triandafilidi
2026-01-06 13:32:01 +02:00
parent b6bb28b514
commit feb82219d5
6 changed files with 16 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
---
apiVersion: v2
appVersion: v8.18.1
appVersion: v8.19.9
description: OpenStack-Helm ElasticSearch
name: elasticsearch
version: 2025.2.0

View File

@@ -19,7 +19,7 @@ images:
tags:
apache_proxy: docker.io/library/httpd:2.4
memory_init: quay.io/airshipit/openstack-client:2025.1-ubuntu_noble
elasticsearch: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
elasticsearch: docker.elastic.co/elasticsearch/elasticsearch:8.19.9
curator: docker.io/untergeek/curator:8.0.10
ceph_key_placement: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.3-1-20250805
s3_bucket: docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_19.2.3-1-20250805
@@ -564,7 +564,7 @@ conf:
{{- end }}
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=data
-XX:ErrorFile=logs/hs_err_pid%p.log
-XX:ErrorFile=/usr/share/elasticsearch/logs/hs_err_pid%p.log
8:-XX:+PrintGCDetails
8:-XX:+PrintGCDateStamps
8:-XX:+PrintTenuringDistribution
@@ -576,7 +576,7 @@ conf:
8-13:-XX:+UseConcMarkSweepGC
8-13:-XX:CMSInitiatingOccupancyFraction=75
8-13:-XX:+UseCMSInitiatingOccupancyOnly
9-:-Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m
9-:-Xlog:gc*,gc+age=trace,safepoint:file=/usr/share/elasticsearch/logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m
9-:-Djava.locale.providers=COMPAT
10-:-XX:UseAVX=2
init:

View File

@@ -12,7 +12,7 @@
---
apiVersion: v2
appVersion: v8.18.1
appVersion: v8.19.9
description: OpenStack-Helm Kibana
name: kibana
version: 2025.2.0

View File

@@ -22,7 +22,7 @@ labels:
images:
tags:
apache_proxy: docker.io/library/httpd:2.4
kibana: docker.elastic.co/kibana/kibana:8.18.1
kibana: docker.elastic.co/kibana/kibana:8.19.9
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_jammy
image_repo_sync: quay.io/airshipit/docker:27.5.0
register_kibana_indexes: quay.io/airshipit/openstack-client:2025.1-ubuntu_noble

View File

@@ -0,0 +1,6 @@
---
elasticsearch:
- Upgrade to v8.19.9
- Use absolute paths for log files due to upstream changes
(https://github.com/elastic/elasticsearch/commit/6876b8cf05e8a5ae416b5c7394a9c887c8976cf1)
...

View File

@@ -0,0 +1,4 @@
---
kibana:
- Upgrade to v8.19.9, in sync with Elasticsearch
...