You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
geoip: implement GeoIpDatabase methods added in ES 8.14 (#139)
Catches up with Elasticsearch 8.14+ support for user-provided databases:
- `Anonymous-IP` elastic/elasticsearch#107287
- `Enterprise` elastic/elasticsearch#107377
When compiled against Elasticsearch < 8.14, these methods neither exist in the
interface nor are reachable by the GeoIP processor.
Co-authored-by: Joe Gallo <[email protected]>
0 commit comments