Skip to content

Commit 28afe22

Browse files
committed
Disabled setting bootstrap.system_call_filter for elasticsearch 8
1 parent aff2e6c commit 28afe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/elasticsearch/templates/elasticsearch.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cluster.initial_master_nodes: [ {% for host in groups['elasticsearch'] %}
1313
{% if elastic_temperature is defined %}
1414
node.attr.temp: "{{ elastic_temperature }}"
1515
{% endif %}
16-
{% if elasticsearch_disable_systemcallfilterchecks | bool %}
16+
{% if elasticsearch_disable_systemcallfilterchecks | bool and elastic_release == 7 %}
1717
bootstrap.system_call_filter: false
1818
{% endif %}
1919
{% if elastic_variant == "elastic" %}

0 commit comments

Comments
 (0)