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

Move ingest-geoip default databases out of config #36949

Merged
merged 2 commits into from
Dec 21, 2018

Commits on Dec 21, 2018

  1. Move ingest-geoip default databases out of config

    Today the default databases bundled with ingest-geoip are treated as
    configuration files that we unbundle into the Elasticsearch
    configuration directory. This can cause problems for users using our
    Docker images if they bind mount over the configuration
    directory. Additionally, it creates complexity when trying to convert
    ingest-geoip to a module. This commit moves these databases out of the
    configuration directory and instead loads from the plugin
    directory. Further, custom databases can still be put into the
    configuration directory.
    jasontedor committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    744541b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30437fb View commit details
    Browse the repository at this point in the history