Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/1238
+1 Thanks
This took a bit more work to validate since the sensors don't just work
auto-magically. I had to manually restart each of the sensors and pcap-replay
for things to really start functioning.
After running the following commands, I am able to see the number of alerts
growing for each of the 3 demo sensors.
```
vagrant --ansible-skip-tags="sensor-stubs" up
vagrant ssh
sudo su -
service pcap-replay restart
service yaf restart
service snortd restart
service snort-producer restart
```
<img width="1415" alt="screen shot 2018-10-20 at 3 27 52 pm"
src="https://user-images.githubusercontent.com/2475409/47259777-c02ce100-d47c-11e8-8b11-e0972badd5ea.png">
---