This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new fe66fec Update backend-storage.md (#2915)
fe66fec is described below
commit fe66feccb73d96458f6b4e2928ced101c4ef0795
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Thu Jun 20 12:47:48 2019 +0800
Update backend-storage.md (#2915)
---
docs/en/setup/backend/backend-storage.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/en/setup/backend/backend-storage.md
b/docs/en/setup/backend/backend-storage.md
index 415e3a9..3d897d1 100644
--- a/docs/en/setup/backend/backend-storage.md
+++ b/docs/en/setup/backend/backend-storage.md
@@ -76,6 +76,8 @@ storage:
concurrentRequests: ${SW_STORAGE_ES_CONCURRENT_REQUESTS:2} # the number of
concurrent requests
```
+Read the [ElasticSearch storage FAQ](../../FAQ/ES-Server-FAQ.md) if you are
new to ElasticSearch. And recommend read more about these configuration from
ElasticSearch official document. This effects the performance of ElasticSearch
very much.
+
### ElasticSearch 6 with Jaeger trace extension
This implementation shares most of `elasticsearch`, just extend to support
zipkin span storage.
It has all same configs.