This is an automated email from the ASF dual-hosted git repository.

mmiklavcic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new fb80e32  METRON-1989 Tooltip for ES mpack path_data is incorrect 
(JonZeolla via mmiklavc) closes apache/metron#1329
fb80e32 is described below

commit fb80e32e04f5e02ba1b10bd1a915047e42480819
Author: JonZeolla <zeo...@gmail.com>
AuthorDate: Mon May 13 17:03:41 2019 -0600

    METRON-1989 Tooltip for ES mpack path_data is incorrect (JonZeolla via 
mmiklavc) closes apache/metron#1329
---
 .../common-services/ELASTICSEARCH/5.6.14/configuration/elastic-site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/metron-deployment/packaging/ambari/elasticsearch-mpack/src/main/resources/common-services/ELASTICSEARCH/5.6.14/configuration/elastic-site.xml
 
b/metron-deployment/packaging/ambari/elasticsearch-mpack/src/main/resources/common-services/ELASTICSEARCH/5.6.14/configuration/elastic-site.xml
index 440c66d..bb6773c 100755
--- 
a/metron-deployment/packaging/ambari/elasticsearch-mpack/src/main/resources/common-services/ELASTICSEARCH/5.6.14/configuration/elastic-site.xml
+++ 
b/metron-deployment/packaging/ambari/elasticsearch-mpack/src/main/resources/common-services/ELASTICSEARCH/5.6.14/configuration/elastic-site.xml
@@ -54,7 +54,7 @@
     <property>
         <name>path_data</name>
         <value>"/opt/lmm/es_data"</value>
-        <description>Comma-separated list of directories where to store index 
data allocated for each node: "/mnt/first","/mnt/second".  Number of paths 
should relate to number of shards, and preferably should be on separate 
physical volumes.</description>
+        <description>Comma-separated list of directories where to store index 
data allocated for each node: [ "/mnt/first", "/mnt/second" ].  Number of paths 
should relate to number of shards, and preferably should be on separate 
physical volumes.</description>
     </property>
     <property>
         <name>http_cors_enabled</name>

Reply via email to