Member since
07-14-2016
26
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1705 | 01-04-2017 12:54 PM | |
856 | 09-07-2016 01:01 PM |
06-02-2017
12:19 PM
solved by using docker method
... View more
09-29-2016
07:12 PM
@Neha Sinha's solution worked, however that way it still goes through the enrichment tier, it just goes kafkaSpout -> Split -> Join -> Split -> Join -> Output. There is another way to do this that completely skips the enrichment tier and writes from the parser's topic (bro) directly to indexing via: "parserConfig": {
"kafka.topic" : "indexing"
} This exists in `/usr/metron/0.2.0BETA/config/zookeeper/parsers/bro.json` and can be pushed via ` /usr/metron/0.2.0BETA/bin/zk_load_configs.sh -z $zk -m PUSH -i /usr/metron/0.2.0BETA/config/zookeeper/`
... View more
09-07-2016
06:51 PM
Just modification in yum command - $yum clean all
... View more
09-07-2016
01:01 PM
The issue was because I had set environment variables to use our proxies and it was trying to proxy the cluster health check, but when I did it at the command line that env var wasn't set. I set no_proxy for server1,server2 and it worked properly.
... View more