Github user 2xyo commented on the issue:
https://github.com/apache/incubator-metron/pull/221
Thanks @dlyle65535 for the feedback.
Would you prefer a configuration like this?
Old `full-dev-platform/group_vars/all`:
```
elasticsearch_network_interface: eth0
```
New `full-dev-platform/group_vars/all`:
```
elasticsearch_network_interface:
- eth0
- local
```
If yes, I dont' know how to implement a loop with the `lineinfile` module :/
Could you also elaborate the "ipv4 instead"? (As the result is already ipv4
only "`network.host: ["_eth0:ipv4_","_local:ipv4_"]`" )
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---