Update beat version for latest release of ELK7

URLs such as [1] are now 404.

[1] https://artifacts.elastic.co/downloads/elasticsearch-plugins/ingest-attachment/ingest-attachment-linux-x86_64-7.15.2.zip

Change-Id: Idbede3962b200ca3514dae9a81ecd54499344032
This commit is contained in:
Jonathan Rosser 2023-03-08 12:36:48 +00:00
parent 1afff2760f
commit da7646e545
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
beat_version: "7.15.2"
beat_version: "7.17.9"
default_ilm_rollover_max_size: "30G"
default_ilm_rollover_max_age: "15d"
default_ilm_delete_min_age: "30d"

View File

@ -412,7 +412,7 @@ elastic_beats:
skydive:
hosts: "{{ (((groups['skydive_analyzers'] | default([])) | length) > 0) | ternary((groups['hosts'] | default([])), []) }}"
beat_version: "7.15.2"
beat_version: "7.17.9"
default_ilm_rollover_max_size: "30G"
default_ilm_rollover_max_age: "15d"
default_ilm_delete_min_age: "30d"