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

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new fe17881  AMBARI-23513. Fix logsearch-performance.json file path. (#937)
fe17881 is described below

commit fe17881b9cfc03f817a5652c92ef70e2e12fb807
Author: Olivér Szabó <oleew...@gmail.com>
AuthorDate: Mon Apr 9 17:11:52 2018 +0200

    AMBARI-23513. Fix logsearch-performance.json file path. (#937)
---
 .../LOGSEARCH/0.5.0/package/templates/input.config-logsearch.json.j2    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/templates/input.config-logsearch.json.j2
 
b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/templates/input.config-logsearch.json.j2
index 25bfa63..dc014f8 100644
--- 
a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/templates/input.config-logsearch.json.j2
+++ 
b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/templates/input.config-logsearch.json.j2
@@ -30,7 +30,7 @@
     {
       "type":"logsearch_perf",
       "rowtype":"service",
-      "path":"{{default('/configurations/logfeeder-env/logfeeder_log_dir', 
'/var/log/ambari-logsearch-logfeeder')}}/logsearch-performance.json"
+      "path":"{{default('/configurations/logsearch-env/logsearch_log_dir', 
'/var/log/ambari-logsearch-portal')}}/logsearch-performance.json"
     }
   ],
   "filter":[

-- 
To stop receiving notification emails like this one, please contact
oleew...@apache.org.

Reply via email to