Github user nickwallen commented on the issue:

    https://github.com/apache/incubator-metron/pull/449
  
    > You seem to be sending every profile into kafka, not just the configured 
ones
    
    Just for clarity, you can define the destination for each profile.  It 
defaults to a `"destination" : ["hbase", "kafka"]`.  For example, if I only 
wanted to send to HBase.
    ```
    {
       "profile": "profile-one-destination",
       "foreach": "ip_src_addr",
        "init":   { "x": "0" },
        "update": { "x": "x + 1" },
         "result": "x",
        "destination": ["hbase"]
    }
    ```
    
    But that is just a side point.  Your idea is really interesting.  We've 
talked before about having multiple result values, which I think is super 
useful.  I'll think on this a bit.  Thanks for the feedback.



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