GitHub user nickwallen opened a pull request:
https://github.com/apache/metron/pull/967
METRON-1494 Profiler Emits Messages to Kafka When Not Needed
WARNING: This change is dependent on #965 . The diff will make much more
sense once #965 is reviewed.
Using the 'result/triage' expression allows you to send profile data to
Kafka. This allows you to leverage the Threat Triage functionality against
data coming out of the Profiler.
If there is no 'result/triage' expression, then nothing should be sent to
Kafka. Currently, a message containing some data, but no actual profile value,
is sent to Kafka.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/metron METRON-1494
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metron/pull/967.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #967
----
----
---