The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# When true, indexing of new posts occurs automatically. Search queries will use database search until "Enable Elasticsearch for search queries" is enabled.
enableindexing:true
# Elasticsearch index prefix
indexprefix:"mm-"
# When true, Mattermost will not require the Elasticsearch certificate to be signed by a trusted Certificate Authority
skiptlsverification:true
# Frequency to index to elasticsearch
bulkindexingtimewindowseconds:3600
# When true, sniffing finds and connects to all data nodes in your cluster automatically.
sniff:false
# When true, Elasticsearch will be used for all search queries using the latest index. Search results may be incomplete until a bulk index of the existing post database is finished. When false, database search is used.
enablesearching:true
# When true, Elasticsearch will be used for all autocompletion queries on users and channels using the latest index. Autocompletion results may be incomplete until a bulk index of the existing users and channels database is finished. When false, database autocomplete is used.