forked from Lainports/freebsd-ports
ChangeLog at: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.4.0.md PR: 266456 266521 Reported by: Sven Ruediger <admin@ _at_ hackacad.net>
27 lines
641 B
Text
27 lines
641 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Opensearch was installed
|
|
|
|
Please see %%ETCDIR%% for a sample version of
|
|
opensearch.yml.
|
|
|
|
OpenSearch requires memory locking of large amounts of RAM.
|
|
You may need to set:
|
|
|
|
sysctl security.bsd.unprivileged_mlock=1
|
|
|
|
When running within a jail, it's highly advisable to set:
|
|
|
|
enforce_statfs = 1
|
|
|
|
for the jail running opensearch instance.
|
|
|
|
If OpenSearch was built with the PLUGINS option enabled (default) it will not
|
|
start until the security plugin is properly configured. Please refer to the
|
|
OpenSearch documentation for setting-up TLS:
|
|
|
|
https://opensearch.org/docs/security-plugin/configuration/tls
|
|
EOM
|
|
}
|
|
]
|