Skip to content

Commit c70dfa6

Browse files
authored
Merge pull request #3429 from ProgrammeVitam/story_15048
Story #15048: Upgrade Elasticsearch components from v8.18.0 to v9.2.2.
2 parents 4f7e17f + 50ea78f commit c70dfa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployment/roles/filebeat/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
filebeat_version: "{{ filebeat.version | default('8.18.0') }}"
3+
filebeat_version: "{{ filebeat.version | default('9.2.2') }}"
44
filebeat_package: "filebeat{{ '=' if ansible_os_family == 'Debian' else '-' }}{{ filebeat_version }}"
55

66
filebeat:

deployment/roles/logstash/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

3-
# HOTFIX: Workaround for logstash package which is actually a "1:8.18.0-1" on Debian, and "8.18.0" for Redhat-family
4-
logstash_version: "{{ '1:' if ansible_os_family == 'Debian' else '' }}{{ logstash.version | default('8.18.0') }}{{ '-1' if ansible_os_family == 'Debian' else '' }}"
3+
# HOTFIX: Workaround for logstash package which is actually a "1:9.2.2-1" on Debian, and "9.2.2" for Redhat-family
4+
logstash_version: "{{ '1:' if ansible_os_family == 'Debian' else '' }}{{ logstash.version | default('9.2.2') }}{{ '-1' if ansible_os_family == 'Debian' else '' }}"
55
logstash_package: "logstash{{ '=' if ansible_os_family == 'Debian' else '-' }}{{ logstash_version }}"
66

77
logstash_user: "{{ logstash.user | default('logstash') }}"

0 commit comments

Comments
 (0)