Skip to content

Commit 2a6053f

Browse files
committed
Update docs
1 parent 3ce9afc commit 2a6053f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/role-elasticsearch.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ elasticsearch_extra_config:
4545
order: 0
4646
enabled: true
4747
```
48+
* *elasticsearch_keystore_extra*: You can set additional items for the elasticsearch keystore. Example:
49+
```YAML
50+
...
51+
elasticsearch_keystore_extra:
52+
the.setting.name.to.set: "some value",
53+
the.other.setting.name.to.set: "some other value"
54+
55+
```
56+
57+
* *elasticsearch_keystore_purge*: Purge items from keystore not set by this role. (Default: false)
4858

4959
This variable activates a workaround to start on systems that have certain hardening measures active. See [Stackoverflow](https://stackoverflow.com/questions/47824643/unable-to-load-jna-native-support-library-elasticsearch-6-x/50371992#50371992) for details and logmessages to look for. **WARNING**: This will change your `/etc/sysconfig/elasticseach`or `/etc/default/elasticsearch` file and overwrite `ES_JAVA_OPTS`. See this [issue](https://github.com/netways/ansible-role-elasticsearch/issues/79) for details.
5060

0 commit comments

Comments
 (0)