You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/10/22 09:04:20 UTC

incubator-griffin git commit: Update recommended ES index schema

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 1456e86cc -> 3c61e3f1f


Update recommended ES index schema

Author: Nikolay Sokolov <ch...@gmail.com>

Closes #440 from chemikadze/patch-1.


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/3c61e3f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/3c61e3f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/3c61e3f1

Branch: refs/heads/master
Commit: 3c61e3f1fcdf47816e6cb56199102d419d5032bc
Parents: 1456e86
Author: Nikolay Sokolov <ch...@gmail.com>
Authored: Mon Oct 22 17:04:00 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Mon Oct 22 17:04:00 2018 +0800

----------------------------------------------------------------------
 griffin-doc/deploy/deploy-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/3c61e3f1/griffin-doc/deploy/deploy-guide.md
----------------------------------------------------------------------
diff --git a/griffin-doc/deploy/deploy-guide.md b/griffin-doc/deploy/deploy-guide.md
index 58bff6b..de5d611 100644
--- a/griffin-doc/deploy/deploy-guide.md
+++ b/griffin-doc/deploy/deploy-guide.md
@@ -84,14 +84,14 @@ curl -XPUT http://es:9200/griffin -d '
                     "type": "text"
                 },
                 "tmst": {
-                    "type": "long"
+                    "type": "date"
                 }
             }
         }
     },
     "settings": {
         "index": {
-            "number_of_replicas": "1",
+            "number_of_replicas": "2",
             "number_of_shards": "5"
         }
     }