Github user mattf-horton commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/503#discussion_r109444746 --- Diff: metron-deployment/roles/sensor-stubs/templates/start-bro-stub --- @@ -47,8 +47,8 @@ TOPIC="bro" while true; do # transform the bro timestamp and push to kafka - SEARCH="\"ts\"\:[0-9]\+.[0-9]\{6\}" - REPLACE="\"ts\"\:`date +%s`.000000" + SEARCH="\"ts\"\:[0-9]\+\." + REPLACE="\"ts\"\:`date +%s`\." --- End diff -- Okay, +1 then. Thanks for the information.
--- 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. ---