-
Notifications
You must be signed in to change notification settings - Fork 38
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
About GeoIP processor #41
Comments
I think we need to dig deeper into what we've inherited wrt the geoip processor (https://github.com/opensearch-project/OpenSearch/tree/main/modules/ingest-geoip and friends). I also found https://discuss.opendistrocommunity.dev/t/logstash-geoip-filter-no-longer-oss/5225 that seems related. @pietrogu What were you able to get working in OpenSearch wrt geoip processor? |
Yes it seems to work in OpenSearch: if I implement geoip in a pipeline most of the time the localization is provided, but in my understanding it is not possible for now to update the database over time: the only way should be to shutdown the cluster first (and in a production environment is not a good solution due to downtime) |
@opensearch-project/geospatial Hey folks - I chatted with @nknize about this, and we didn't pick up geoip work when we forked. It seems like something that the folks on this repo could dig into. Thanks, |
This seems to be a feature request. Please do +1 if you need this feature to be priortized. |
GeoIP resolution is a rather critical element in security-relevant pipelines such as that used by Wazuh and various network monitoring solutions (flow analysis and such). Would very much aid in easing migration from pre-licensing-nonsense ES. |
We started working on this feature. opensearch-project/OpenSearch#5856 |
New IP2Geo processor is launched. https://opensearch.org/docs/latest/api-reference/ingest-apis/processors/ip2geo/ |
Thank you |
Hi,
i would like to ask some clarification about GeoIP processor.
In particular, is there some update mechanism for the database?
If not, how would it be possible to update (maybe using scripts)? Did someone already tried to do this?
Thank you
Pietro
The text was updated successfully, but these errors were encountered: