freebsd-ports/textproc/opensearch/files/pkg-message.in
Jose Alonso Cardenas Marquez bb6241a540 textproc/opensearch-*: Update to 2.4.0
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>
2022-12-06 19:10:34 -05:00

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
}
]