Github user nickwallen commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/507#discussion_r111164016 --- Diff: metron-deployment/vagrant/Kerberos-setup.md --- @@ -221,6 +221,10 @@ curl -XGET "${ZOOKEEPER}:9200/yaf*/_count" 25. You should have data flowing from the parsers all the way through to the indexes. This completes the Kerberization instructions +### Sensors + +For sensors that leverage the Kafka console producer to pipe data into Metron, e.g. Snort and Yaf, you will need to modify the corresponding sensor shell script to append the SASL security protocol property. `--security-protocol SASL_PLAINTEXT` + --- End diff -- Should we call out the need to `kinit` beforehand?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---