[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-15 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/946 thanks @mmiklavc ---

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-15 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/946 @ottobackwards - I have some open changes in a PR against this PR. Just to confirm, the expected result of this PR should be that users can choose 1. Which client they want to instantiate 2.

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-09 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/946 @cestella " Yeah, I think that's the approach, however, there's a snag. Storm requires us to create uber jars, so probably what we want to do is have users actually put the xpath transport

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-09 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/946 would this have any effect on people using x-pack alternatives? ---

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-09 Thread simonellistonball
Github user simonellistonball commented on the issue: https://github.com/apache/metron/pull/946 @ottobackwards in it's current state, sort of, but you're not required to turn it on. In the desired (reflection based nifi style state) no, it should load it and use it if present, but

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-09 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/946 wait, does this PR mean we *require* x-pack from now on? ---

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-09 Thread wardbekker
Github user wardbekker commented on the issue: https://github.com/apache/metron/pull/946 @mmiklavc yes, correct, like with ES you need to install x-pack for Kibana. You will be prompted for username password after restart of Kibana. ---

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-07 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/946 @wardbekker Did you test this with Kibana by chance? I'm seeing authentication exceptions in the Kibana UI. Looks like we need additional steps for it to work -

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-02 Thread wardbekker
Github user wardbekker commented on the issue: https://github.com/apache/metron/pull/946 Steps to test: - build centos vagrant dev build box - vagrant ssh - sudo /usr/share/elasticsearch/bin/elasticsearch-plugin install x-pack - sudo

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-01 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/946 I knew what you meant :) ---

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-01 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/946 ah, crap, looked at the wrong setting. That's what I meant instead of `storm.library.path` ---

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-01 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/946 We could probably leverage this guy here ![image](https://user-images.githubusercontent.com/658443/36858092-6745d706-1d37-11e8-9cc3-fe9eec741ab0.png) ---

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-01 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/946 @mmiklavc Yeah, I think that's the approach, however, there's a snag. Storm requires us to create uber jars, so probably what we want to do is have users actually put the xpath transport client on

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-01 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/946 @mmiklavc I agree, as long as the user themselves is setting it up, I believe that would solve the license problem. At least from my understanding of things. ---

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-01 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/946 @simonellistonball It looks like they are not explicitly bundling the X-Pack client. Rather, they're expecting the user to provide the jar file manually on the classpath and then dynamically

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-01 Thread simonellistonball
Github user simonellistonball commented on the issue: https://github.com/apache/metron/pull/946 Should we consider a dual client in the same project similar to the approach in