You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@metron.apache.org by Dima Kovalyov <Di...@sstech.us> on 2016/12/30 05:14:07 UTC

geo enrichment acked 0

Hello,

On my new cluster I am desperately trying to enable geo enrichment for
couple of my parsers. I do that by adding <parser>.json file to
enrichment folder in Zookeper with contents of:
{
    "index": "asa",
    "batchSize": 5,
    "enrichment" : {
        "fieldMap": {
            "geo": ["ip_dst_addr", "ip_src_addr"]
        }
    }
}

And despair is caused by enrichment field being not populated (like it
is disabled). On the screenshot attached you can see that enrichment
topology geobolt receives data, but acks none of it.

The only difference from the past clusters is that it is the one built
on top of HDP 2.5. However custom enrichment (that I configure myself)
works just fine, it is just geo that I am really missing.

How I can troubleshoot that? Please advise.
Thank you.

- Dima