We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff2e6c commit 28afe22Copy full SHA for 28afe22
roles/elasticsearch/templates/elasticsearch.yml.j2
@@ -13,7 +13,7 @@ cluster.initial_master_nodes: [ {% for host in groups['elasticsearch'] %}
13
{% if elastic_temperature is defined %}
14
node.attr.temp: "{{ elastic_temperature }}"
15
{% endif %}
16
-{% if elasticsearch_disable_systemcallfilterchecks | bool %}
+{% if elasticsearch_disable_systemcallfilterchecks | bool and elastic_release == 7 %}
17
bootstrap.system_call_filter: false
18
19
{% if elastic_variant == "elastic" %}
0 commit comments