Elasticsearch仅支持阿里云产品文档上提供的参数,产品上未提供的参数目前不支持修改,
详见配置YML参数。
例如下面参数对集群稳定性影响极大,产品不支持修改,Elasticsearch官方不建议修改:
index.store.compress.stored: true
transport.tcp.compress: true
api_key.enabled: true
http.max_content_length:100mb
discovery.zen.ping_timeout:3s
indices.breaker.total.use_real_memory:true
indices.memory.index_buffer_size:默认为堆内存10%
提示:discovery.zen.ping_timeout、discovery.zen.fd.ping_timeout、discovery.zen.fd.ping_interval、discovery.zen.fd.ping_retries参数通常是不需要调整的,index.translog.flush_threshold_size参数可在索引setting中设置。