You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/11/21 12:34:22 UTC

[GitHub] [skywalking] JaredTan95 commented on a change in pull request #3913: support custom elasticsearch settings in index level.

JaredTan95 commented on a change in pull request #3913: support custom elasticsearch settings in index level.
URL: https://github.com/apache/skywalking/pull/3913#discussion_r349059279
 
 

 ##########
 File path: docs/en/setup/backend/backend-storage.md
 ##########
 @@ -103,12 +104,24 @@ storage:
     bulkSize: ${SW_STORAGE_ES_BULK_SIZE:20} # flush the bulk every 20mb
     flushInterval: ${SW_STORAGE_ES_FLUSH_INTERVAL:10} # flush the bulk every 10 seconds whatever the number of requests
     concurrentRequests: ${SW_STORAGE_ES_CONCURRENT_REQUESTS:2} # the number of concurrent requests
+    advanced: ${SW_STORAGE_ES_ADVANCED:""}
 ```
 
 
 ### Data TTL
 TTL in ElasticSearch overrides the settings of core, read [ElasticSearch section in TTL document](ttl.md#elasticsearch-6-storage-ttl)
 
+### Advanced Configurations For Elasticsearch Index
+You can add advanced configurations in `JSON` format to set `elasticsearch index settings`.
+For example, set [translog](https://www.elastic.co/guide/en/elasticsearch/reference/master/index-modules-translog.html) settings:
 
 Review comment:
   Yes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services