From 04e853fc0568bdd986aa7e0ce5cbd3bdb9bc11e8 Mon Sep 17 00:00:00 2001 From: Manu Date: Wed, 8 Jul 2026 08:59:37 +0000 Subject: [PATCH 1/2] feat: bump elasticsearch from 8.18.2 to 8.19.18 --- .metwork-framework/components.md | 2 +- layers/layer1_logs/0050_elasticsearch/Makefile.mk | 4 ++-- layers/layer1_logs/0050_elasticsearch/sources | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 7dca64a..4bde757 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -11,7 +11,7 @@ | [click](https://pypi.org/project/click) | 8.3.3 | ldap | | [distlib](https://github.com/pypa/distlib) | 0.4.0 | ldap | | [distro](https://github.com/python-distro/distro) | 1.9.0 | ldap | -| [elasticsearch](https://www.elastic.co/products/elasticsearch) | 8.18.2 | logs | +| [elasticsearch](https://www.elastic.co/products/elasticsearch) | 8.19.18 | logs | | [fastapi](https://github.com/fastapi/fastapi) | 0.136.3 | ldap | | [filelock](https://github.com/tox-dev/py-filelock) | 3.29.1 | ldap | | [grafana](https://grafana.com) | 11.6.3 | metrics | diff --git a/layers/layer1_logs/0050_elasticsearch/Makefile.mk b/layers/layer1_logs/0050_elasticsearch/Makefile.mk index 7e067a8..ba4cbb0 100644 --- a/layers/layer1_logs/0050_elasticsearch/Makefile.mk +++ b/layers/layer1_logs/0050_elasticsearch/Makefile.mk @@ -2,10 +2,10 @@ include ../../../adm/root.mk include $(MFEXT_HOME)/share/package.mk export NAME=elasticsearch -export VERSION=8.18.2 +export VERSION=8.19.18 export EXTENSION=tar.gz export CHECKTYPE=MD5 -export CHECKSUM=60561954bc33816636f1a30a7c73b840 +export CHECKSUM=dc3aef85c211a5a628527104da748b80 DESCRIPTION=\ Elasticsearch is a distributed, RESTful search and analytics engine WEBSITE=https://www.elastic.co/products/elasticsearch diff --git a/layers/layer1_logs/0050_elasticsearch/sources b/layers/layer1_logs/0050_elasticsearch/sources index c0e9fc0..c60c466 100644 --- a/layers/layer1_logs/0050_elasticsearch/sources +++ b/layers/layer1_logs/0050_elasticsearch/sources @@ -1 +1 @@ -https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.18.2-linux-x86_64.tar.gz +https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.19.18-linux-x86_64.tar.gz From 514f071ebff2e455b078afa9e47b951c2514ef74 Mon Sep 17 00:00:00 2001 From: Manu Date: Sat, 11 Jul 2026 06:07:42 +0000 Subject: [PATCH 2/2] feat: bump kibana from 8.18.2 to 8.19.16 --- .metwork-framework/components.md | 2 +- config/elasticsearch_jvm_options.conf | 6 +++--- layers/layer1_logs/0060_kibana/Makefile.mk | 4 ++-- layers/layer1_logs/0060_kibana/sources | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 4bde757..1fd87be 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -20,7 +20,7 @@ | [importlib_metadata](https://pypi.org/project/importlib_metadata) | 8.6.1 | ldap | | [influxdb](https://www.influxdata.com) | 1.11.7 | metrics | | [Jinja2](https://pypi.org/project/Jinja2) | 3.1.6 | ldap | -| [kibana](https://www.elastic.co/products/kibana) | 8.18.2 | logs | +| [kibana](https://www.elastic.co/products/kibana) | 8.19.16 | logs | | [logcli](https://grafana.com/oss/loki/) | 3.5.1 | logs_loki | | [loki](https://grafana.com/oss/loki/) | 3.5.1 | logs_loki | | [MarkupSafe](https://pypi.org/project/MarkupSafe) | 3.0.2 | ldap | diff --git a/config/elasticsearch_jvm_options.conf b/config/elasticsearch_jvm_options.conf index 47cc6f1..1ed80fd 100644 --- a/config/elasticsearch_jvm_options.conf +++ b/config/elasticsearch_jvm_options.conf @@ -114,13 +114,13 @@ 8:-XX:+PrintGCDateStamps 8:-XX:+PrintTenuringDistribution 8:-XX:+PrintGCApplicationStoppedTime -8:-Xloggc:logs/gc.log +8:-Xloggc:{{MFMODULE_RUNTIME_HOME}}/log/elasticsearch_gc.log 8:-XX:+UseGCLogFileRotation -8:-XX:NumberOfGCLogFiles=32 +8:-XX:NumberOfGCLogFiles=4 8:-XX:GCLogFileSize=64m # JDK 9+ GC logging -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={{MFMODULE_RUNTIME_HOME}}/log/elasticsearch_gc.log:utctime,pid,tags:filecount=4,filesize=64m # due to internationalization enhancements in JDK 9 Elasticsearch need to set the provider to COMPAT otherwise # time/date parsing will break in an incompatible way for some date patterns and locals 9-:-Djava.locale.providers=COMPAT diff --git a/layers/layer1_logs/0060_kibana/Makefile.mk b/layers/layer1_logs/0060_kibana/Makefile.mk index 3e5f191..0bf2cdd 100644 --- a/layers/layer1_logs/0060_kibana/Makefile.mk +++ b/layers/layer1_logs/0060_kibana/Makefile.mk @@ -2,10 +2,10 @@ include ../../../adm/root.mk include $(MFEXT_HOME)/share/package.mk export NAME=kibana -export VERSION=8.18.2 +export VERSION=8.19.16 export EXTENSION=tar.gz export CHECKTYPE=MD5 -export CHECKSUM=b94bc82fced5e2e13e0ff4aacd6d7bf1 +export CHECKSUM=9501beb417354519c041ce1a0bb80362 DESCRIPTION=\ kibana is a log ui for elasticsearch WEBSITE=https://www.elastic.co/products/kibana diff --git a/layers/layer1_logs/0060_kibana/sources b/layers/layer1_logs/0060_kibana/sources index 17a62b1..68a1340 100644 --- a/layers/layer1_logs/0060_kibana/sources +++ b/layers/layer1_logs/0060_kibana/sources @@ -1 +1 @@ -https://artifacts.elastic.co/downloads/kibana/kibana-8.18.2-linux-x86_64.tar.gz +https://artifacts.elastic.co/downloads/kibana/kibana-8.19.16-linux-x86_64.tar.gz