Skip to content

Commit

Permalink
Story #12075: Upgrade logstash version from 7.17.20 to 8.13.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
GiooDev committed Jun 25, 2024
1 parent a2f19fb commit f280f85
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 f280f85

Please sign in to comment.