You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/role-elasticsearch.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,16 @@ elasticsearch_extra_config:
45
45
order: 0
46
46
enabled: true
47
47
```
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)
48
58
49
59
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.
0 commit comments