0

elasticsearch 6.4.2 on Centos 7.5

I need to turn off bootstrap.system_call_filter (because it is preventing startup, for reasons I do not understand, outlined here)

When I add: system_call_filter=false

to jvm.options, elastic doesn't start at all.

Where is this set?

Jonesome Reinstate Monica
  • 6,618
  • 11
  • 65
  • 112

1 Answers1

1

It goes into /etc/elasticsearch/elasticsearch.yml

bootstrap.system_call_filter: false

Not clearly documented....

Jonesome Reinstate Monica
  • 6,618
  • 11
  • 65
  • 112