Skip to content

Commit

Permalink
Merge pull request #1918 from ProgrammeVitam/story_12075_upgrade_elas…
Browse files Browse the repository at this point in the history
…tic_version

Story #12075: Upgrade logstash version from 7.17.20 to 8.13.4.
  • Loading branch information
GiooDev authored Jun 25, 2024
2 parents a2f19fb + f280f85 commit d9d2b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/roles/logstash/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# HOTFIX: Workaround for logstash package which is actually a "1:7.17.20-1" on Debian, and "7.17.20" for Redhat-family
logstash_version: "{{ '1:' if ansible_os_family == 'Debian' else '' }}{{ logstash.version | default('7.17.20') }}{{ '-1' if ansible_os_family == 'Debian' else '' }}"
# HOTFIX: Workaround for logstash package which is actually a "1:8.13.4-1" on Debian, and "8.13.4" for Redhat-family
logstash_version: "{{ '1:' if ansible_os_family == 'Debian' else '' }}{{ logstash.version | default('8.13.4') }}{{ '-1' if ansible_os_family == 'Debian' else '' }}"
logstash_package: "logstash{{ '=' if ansible_os_family == 'Debian' else '-' }}{{ logstash_version }}"

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

0 comments on commit d9d2b2b

Please sign in to comment.