Github user justinleet commented on a diff in the pull request:
https://github.com/apache/metron/pull/946#discussion_r171619920
--- Diff: metron-platform/elasticsearch-shaded/pom.xml ---
@@ -31,7 +43,7 @@
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
- <artifactId>transport</artifactId>
+ <artifactId>x-pack-transport</artifactId>
--- End diff --
The main Elastic stuff is (e.g. the plain transport client if you pull it
down has Apache license), but the x-pack stuff doesn't seem to. The
elastic/elasticsearch repo (from a quick search) does not contain the x-pack
code from what I can tell.
Elastic's blog post from the other day also seems to imply it's not in
there (and not ASLv2), but I could be reading too far into it. Check out
https://www.elastic.co/products/x-pack/open
>We are creating a new X-Pack folder in each of these repositories that
will be licensed under the Elastic EULA, which allows for some derivative works
and contribution.
---