diff options
author | Mark Felder <feld@FreeBSD.org> | 2018-08-23 16:27:11 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2018-08-23 16:27:11 +0000 |
commit | 2cd7b19663d9dc17301686fc9c2ede12938058f6 (patch) | |
tree | 8ed9890dd5420c502aab62117659ca023098d929 /textproc/elasticsearch6/files | |
parent | - Update to 2.1.9 (diff) |
ElasticSearch: Update to 6.3.2
Differential Revision: https://reviews.freebsd.org/D16597
Notes
Notes:
svn path=/head/; revision=477876
Diffstat (limited to 'textproc/elasticsearch6/files')
-rw-r--r-- | textproc/elasticsearch6/files/pkg-message.in | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/textproc/elasticsearch6/files/pkg-message.in b/textproc/elasticsearch6/files/pkg-message.in index 9349221a6854..4cba88e90f3f 100644 --- a/textproc/elasticsearch6/files/pkg-message.in +++ b/textproc/elasticsearch6/files/pkg-message.in @@ -10,12 +10,12 @@ sysctl security.bsd.unprivileged_mlock=1 !!! PLUGINS NOTICE !!! -ElasticSearch plugins such as X-Pack should only be installed via the -elasticsearch-plugin script included with this software. As we strive -to provide a minimum semblance of security, the files installed by -the package are owned by root:wheel. This is different than upstream -which expects all of the files to be owned by the user and for you to -execute the elasticsearch-plugin script as said user. +ElasticSearch plugins should only be installed via the elasticsearch-plugin +included with this software. As we strive to provide a minimum semblance +of security, the files installed by the package are owned by root:wheel. +This is different than upstream hich expects all of the files to be +owned by the user and for you to execute the elasticsearch-plugin script +as said user. You will encounter permissions errors with configuration files and directories created by plugins which you will have to manually correct. @@ -24,11 +24,8 @@ a poorly designed security model. e.g., after installing X-Pack you will have to correct: -%%ETCDIR%%/elasticsearch.keystore file to be owned by root:elasticsearch -%%ETCDIR%%/x-pack directory/files to be owned by root:elasticsearch - -Also you need to add "xpack.ml.enabled: false" to your elasticsearch.yml -configuration as this plugin does not support FreeBSD. +%%ETCDIR%%/elasticsearch.keystore file to be owned by elasticsearch:elasticsearch +%%ETCDIR%%/x-pack directory/files to be owned by elasticsearch:elasticsearch !!! PLUGINS NOTICE !!! |