Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enterprise GeoIp Task experiment #110207

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

masseyke
Copy link
Member

DRAFT

@masseyke masseyke added the :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP label Jun 26, 2024
@@ -16,4 +16,5 @@
requires com.maxmind.db;

exports org.elasticsearch.ingest.geoip.stats to org.elasticsearch.server;
exports org.elasticsearch.ingest.geoip.enterprise;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there some to [...] that could go here that would work?

this lets us tighten the binding on the export side to say that we're
only exporting this weird stuff into the enterprise downloader, which
feels a little like a tidy wormhole for us to ship code through.
This is a little more direct, but it requires that we put the code
that needs to be on both sides of the aisle into server, rather than
exporting code from the ingest-geoip module out into the license-aware
side of the house.

I'm keeping this here just as a WIP commit to give us a view of the
two sides at the same time -- we really could do it either way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants