You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/09 02:41:20 UTC

[jira] [Commented] (EAGLE-594) Remove raw alert from kafka publisher

    [ https://issues.apache.org/jira/browse/EAGLE-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15559118#comment-15559118 ] 

ASF GitHub Bot commented on EAGLE-594:
--------------------------------------

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

----


> Remove raw alert from kafka publisher
> -------------------------------------
>
>                 Key: EAGLE-594
>                 URL: https://issues.apache.org/jira/browse/EAGLE-594
>             Project: Eagle
>          Issue Type: Improvement
>            Reporter: Garrett Li
>            Assignee: Garrett Li
>            Priority: Minor
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)