Github user wardbekker commented on the issue:
https://github.com/apache/metron/pull/946
Steps to test:
- build centos vagrant dev build box
- vagrant ssh
- sudo /usr/share/elasticsearch/bin/elasticsearch-plugin install x-pack
- sudo /usr/share/elasticsearch/bin/x-pack/users useradd
transport_client_user -p changeme -r superuser
- restart ES via ambari
- verify 401 status: curl http://localhost:9200
- verify new documents are indexed in ES: http://node1:9200/_cat/indices?v---
