Github user anandsubbu commented on a diff in the pull request:
https://github.com/apache/metron/pull/907#discussion_r163600738
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/ELASTICSEARCH/5.6.2/package/scripts/service_check.py
---
@@ -32,7 +32,7 @@ def service_check(self, env):
doc = '{"name": "Ambari Smoke test"}'
index = "ambari_smoke_test"
- Logger.info("Running Elastic search service check",
file=sys.stdout)
+ Logger.info("Running Elastic search service check")
--- End diff --
Hi @cestella , would it be a good idea to leave this unchanged since
@mmiklavc has PR #904 which addresses this issue?
---