From fe66feccb73d96458f6b4e2928ced101c4ef0795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 20 Jun 2019 12:47:48 +0800 Subject: [PATCH] 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 415e3a92d9..3d897d112b 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. -- GitLab