Server configurations for Elasticsearch.
Key | Description | Default |
---|---|---|
| Sets the number of replica shards for an index upon creation, where |
|
| Sets the number of shards for an index upon creation, where |
|
| (Multi-tenant) Enables security features in Elasticsearch. Change to false to override and disable security. |
|
| (Multi-tenant) If there is no API key on the main/host configuration, you can create an API key for a tenant. |
|
| Set to false to make html fields searchable in the UI. To limit memory consumption, by default, indexing for HTML fields is disabled. | true |
| Set to | true |
| For both Bolt DB and Elasticsearch, by default, indexing HTML, markdown, and long text fields, are set to 30,000 characters. If large fields are detected, only the first 30,000 characters are searchable. Increasing the amount may have a detrimental effect on performance. | 30000 |