Github user simonellistonball commented on a diff in the pull request:
https://github.com/apache/metron/pull/946#discussion_r173416554
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/metron_service.py
---
@@ -70,6 +70,11 @@ def build_global_config_patch(params, patch_file):
"path": "/es.date.format",
"value": "{{es_date_format}}"
},
+ {
+ "op": "add",
+ "path": "/es.xpack.user",
+ "value": "{{es_xpack_user}}"
--- End diff --
could we lean on the hadoop credentials apis?
---