You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/10 23:47:19 UTC

[skywalking] branch master updated: Fix unclear doc and add missing variable (#4484)

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 9c974b8  Fix unclear doc and add missing variable (#4484)
9c974b8 is described below

commit 9c974b80b44bacc1a8199ecc578b93bfaed5d079
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Mar 11 07:46:59 2020 +0800

    Fix unclear doc and add missing variable (#4484)
    
    * Revert "[BugFix] Docker InfluxDB cannot be enabled (#4483)"
    
    This reverts commit 73d0802cd69e7bdf5fd925060afc00207edb711d.
    
    * Fix unclear doc and add missing variable
---
 docker/oap-es7/docker-entrypoint.sh      | 2 +-
 docker/oap/docker-entrypoint.sh          | 2 +-
 docs/en/setup/backend/backend-storage.md | 5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/docker/oap-es7/docker-entrypoint.sh b/docker/oap-es7/docker-entrypoint.sh
index c8188e2..07e02c1 100755
--- a/docker/oap-es7/docker-entrypoint.sh
+++ b/docker/oap-es7/docker-entrypoint.sh
@@ -302,7 +302,7 @@ generateApplicationYaml() {
 
     validateVariables "SW_CLUSTER" "$SW_CLUSTER" "standalone zookeeper kubernetes consul etcd nacos"
 
-    validateVariables "SW_STORAGE" "$SW_STORAGE" "elasticsearch h2 mysql"
+    validateVariables "SW_STORAGE" "$SW_STORAGE" "elasticsearch h2 mysql influxdb"
 
     validateVariables "SW_CONFIGURATION" "$SW_CONFIGURATION" "none apollo nacos zookeeper"
 
diff --git a/docker/oap/docker-entrypoint.sh b/docker/oap/docker-entrypoint.sh
index 41b5c68..3069334 100755
--- a/docker/oap/docker-entrypoint.sh
+++ b/docker/oap/docker-entrypoint.sh
@@ -303,7 +303,7 @@ generateApplicationYaml() {
 
     validateVariables "SW_CLUSTER" "$SW_CLUSTER" "standalone zookeeper kubernetes consul etcd nacos"
 
-    validateVariables "SW_STORAGE" "$SW_STORAGE" "elasticsearch h2 mysql"
+    validateVariables "SW_STORAGE" "$SW_STORAGE" "elasticsearch h2 mysql influxdb"
 
     validateVariables "SW_CONFIGURATION" "$SW_CONFIGURATION" "none apollo nacos zookeeper"
 
diff --git a/docs/en/setup/backend/backend-storage.md b/docs/en/setup/backend/backend-storage.md
index 72169ba..a9702c9 100644
--- a/docs/en/setup/backend/backend-storage.md
+++ b/docs/en/setup/backend/backend-storage.md
@@ -38,8 +38,6 @@ storage:
 
 For now, ElasticSearch 6 and ElasticSearch 7 share the same configurations, as follows:
 
-Setting fragment example
-
 ```yaml
 storage:
   elasticsearch:
@@ -70,6 +68,9 @@ storage:
     advanced: ${SW_STORAGE_ES_ADVANCED:""}
 ```
 
+In order to use ElasticSearch 7, comment/remove the section `storage/elasticsearch` and find the corresponding config section(`storage/elasticsearch7`),
+uncomment to enable it.
+
 ### Downsampling Data Packing
 
 Downsampling data packing(`storage/elasticsearch/enablePackedDownsampling`, default activated) is a new feature since 7.0.0.