Update curator to 8.0.10

Update es curator to 8.0.10 and use appropriate config options for
the es_client python module that has been incorporated in 8.0.9

https://github.com/elastic/curator/compare/v8.0.8...v8.0.9

https: //github.com/elastic/curator/blob/bd5dc942bbf173d5e456f1a3c5ca8bec1c0df2ac/docs/usage.rst#log-settings
Change-Id: I88071162f5bc0716bfb098525ed2eacd48367d98
This commit is contained in:
Ritchie, Frank (fr801x) 2024-06-24 13:14:46 -04:00
parent d2937a9aaf
commit 1fc147ae50
3 changed files with 5 additions and 4 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v8.9.0
description: OpenStack-Helm ElasticSearch
name: elasticsearch
version: 0.3.2
version: 0.3.3
home: https://www.elastic.co/
sources:
- https://github.com/elastic/elasticsearch

View File

@ -20,7 +20,7 @@ images:
apache_proxy: docker.io/library/httpd:2.4
memory_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
elasticsearch: docker.io/openstackhelm/elasticsearch-s3:latest-8_9_0
curator: docker.io/untergeek/curator:8.0.8
curator: docker.io/untergeek/curator:8.0.10
ceph_key_placement: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312
s3_bucket: docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312
s3_user: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312
@ -704,8 +704,8 @@ conf:
logging:
loglevel: INFO
logformat: logstash
blacklist: ['elasticsearch', 'urllib3']
logformat: json
blacklist: ['elastic_transport', 'urllib3']
elasticsearch:
config:
xpack:

View File

@ -43,4 +43,5 @@ elasticsearch:
- 0.3.0 Update elasticsearch_exporter to v1.7.0
- 0.3.1 Update Ceph images to Jammy and Reef 18.2.1
- 0.3.2 Update Ceph images to patched 18.2.2 and restore debian-reef repo
- 0.3.3 Update es curator to 8.0.10
...