GitHub user garrettlish opened a pull request:

    https://github.com/apache/incubator-eagle/pull/478

    EAGLE-594: Remove raw alert from kafka publisher

    We are leveraging configured deduplicator to dedup the duplicated alerts 
before publish to kafka, email, slack, etc. However, sometimes we may still 
want to keep the raw alerts in kafka. Here we have defined 
rawAlertNamespaceLabel and rawAlertNamespaceValue custom fields to emit the raw 
alerts into kafka.
    However, these configured namespace concept is ebay/sherlock specific, we 
should remove it from eagle and use it ebay/sherlock extended kafka publisher.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/garrettlish/incubator-eagle eagle594

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/478.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 #478
    
----
commit 026c378dd4e347d06d816ff3fb3f992edccba1ee
Author: Xiancheng Li <xiancheng...@ebay.com>
Date:   2016-10-09T02:37:06Z

    EAGLE-594: Remove raw alert from kafka publisher
    
    We are leveraging configured deduplicator to dedup the duplicated alerts 
before
    publish to kafka, email, slack, etc. However, sometimes we may still want to
    keep the raw alerts in kafka. Here we have defined rawAlertNamespaceLabel 
and
    rawAlertNamespaceValue custom fields to emit the raw alerts into kafka.
    However, these configured namespace concept is ebay/sherlock specific, we
    should remove it from eagle and use it ebay/sherlock extended kafka 
publisher.

----


---
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.
---

Reply via email to