-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Clarify ingest-geoip database_file docs #64340
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
Clarify ingest-geoip database_file docs #64340
Conversation
The docs for the geoip processor database_file option appear to indicate that all geoip databases are in the config directory. This is leftover legacy from when this was the case when ingest-geoip was a plugin, but it is no longer true as the built-in databases now ship inside the ingest-geoip module that is bundled by default. This commit clarifies those docs.
Pinging @elastic/es-core-features (:Core/Features/Ingest) |
Pinging @elastic/es-docs (>docs) |
Adding further details to the description to increase visibility of the allowed filenames and extensions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick PR Jason!
I've added another sentence to the third paragraph, as I think this makes the behavior more visible and clear to a user reading the doc, but feel free to reject it if you disagree.
Your change LGTM!
The docs for the geoip processor database_file option appear to indicate that all geoip databases are in the config directory. This is leftover legacy from when this was the case when ingest-geoip was a plugin, but it is no longer true as the built-in databases now ship inside the ingest-geoip module that is bundled by default. This commit clarifies those docs. Co-authored-by: Jakob Reiter <jakommo@users.noreply.github.com>
The docs for the geoip processor database_file option appear to indicate that all geoip databases are in the config directory. This is leftover legacy from when this was the case when ingest-geoip was a plugin, but it is no longer true as the built-in databases now ship inside the ingest-geoip module that is bundled by default. This commit clarifies those docs. Co-authored-by: Jakob Reiter <jakommo@users.noreply.github.com>
@jakommo Thanks. Please take a look at the final change I merged and let me know if you have any concerns. |
The docs for the geoip processor database_file option appear to indicate that all geoip databases are in the config directory. This is leftover legacy from when this was the case when ingest-geoip was a plugin, but it is no longer true as the built-in databases now ship inside the ingest-geoip module that is bundled by default. This commit clarifies those docs.
Closes #64203