
Adds variables to pin elastic package versions to ensure they can't move out of sequence. An individual variable is added for journalbeat given it is withdrawn from 7.16. Includes a version bump to a more recent 7.x release which is still compatible with this role Change-Id: I5e6c42398acf70012bf879f41953d409abbd89f4
21 lines
617 B
YAML
21 lines
617 B
YAML
beat_version: "7.15.2"
|
|
default_ilm_rollover_max_size: "30G"
|
|
default_ilm_rollover_max_age: "15d"
|
|
default_ilm_delete_min_age: "30d"
|
|
default_ilm_policy:
|
|
policy:
|
|
phases:
|
|
hot:
|
|
actions:
|
|
rollover:
|
|
max_size: "{{ default_ilm_rollover_max_size }}"
|
|
max_age: "{{ default_ilm_rollover_max_age }}"
|
|
delete:
|
|
min_age: "{{ default_ilm_delete_min_age }}"
|
|
actions:
|
|
delete: {}
|
|
default_ilm_policy_filename: "default-ilm-policy.json"
|
|
default_ilm_policy_file_location: "/tmp"
|
|
|
|
elastic_beat_no_proxy: "{{ hostvars[groups['elastic'][0]]['ansible_host'] }}"
|