OpenSearch/docs/reference/setup
Jason Tedor 30806af6bd Rename bootstrap.seccomp to bootstrap.system_call_filter
We try to install a system call filter on various operating systems
(Linux, macOS, BSD, Solaris, and Windows) but the setting
(bootstrap.seccomp) to control this is named after the Linux
implementation (seccomp). This commit replaces this setting with
bootstrap.system_call_filter. For backwards compatibility reasons, we
fallback to bootstrap.seccomp and log a deprecation message if
bootstrap.seccomp is set. We intend to remove this fallback in
6.0.0. Note that now is the time to make this change it's likely that
most users are not making this setting anyway as prior to version 5.2.0
(currently unreleased) it was not necessary to configure anything to
enable a node to start up if the system call filter failed to install
(we marched on anyway) but starting in 5.2.0 it will be necessary in
this case.

Relates #22226
2016-12-16 18:22:54 -05:00
..
install Fix reference to jvm.options docs 2016-12-01 20:05:19 -05:00
sysconfig Fix systemd override example in configuring docs 2016-12-07 19:41:59 -05:00
bootstrap-checks.asciidoc Rename bootstrap.seccomp to bootstrap.system_call_filter 2016-12-16 18:22:54 -05:00
cluster_restart.asciidoc Added upgrade docs explaining how to reindex in place or reindex from remote 2016-10-11 12:14:35 +02:00
configuration.asciidoc Fix incorrect instructions for disabling deprecation logging (#21569) 2016-11-15 09:57:26 -07:00
important-settings.asciidoc Remove stale mention of minimum master nodes check 2016-11-18 06:56:23 -05:00
install.asciidoc [docs] Document Docker installation method 2016-11-17 15:06:32 +02:00
reindex_upgrade.asciidoc Add note about retention periods to reindex-upgrade docs 2016-10-13 12:13:55 +02:00
rolling_upgrade.asciidoc Added upgrade docs explaining how to reindex in place or reindex from remote 2016-10-11 12:14:35 +02:00
stopping.asciidoc [DOC] Remove obsolete node names from documentation 2016-09-19 11:56:28 +02:00
sysconfig.asciidoc Docs: Complete rewrite of setup, installation, and configuration docs 2016-04-03 16:09:48 +02:00
upgrade.asciidoc Added upgrade docs explaining how to reindex in place or reindex from remote 2016-10-11 12:14:35 +02:00