-
Notifications
You must be signed in to change notification settings - Fork 74
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
Update rest-api-spec main #3019
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,28 @@ | |||
{ | |||
"ingest.delete_ip_location_database": { |
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.
@joegallo I'm slightly confused by those new APIs. Based on https://github.com/elastic/elasticsearch/pull/114548/files#diff-e691792ba34345b9c60eac06a6730438c8265376839f01e598b4f02e39f8a1ac, my understanding is that right now they are strictly equivalent to the GeoIP APIs. Will they do something different at some point? When should we expose them to clients and serverless docs?
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.
In the eventual future, the geoip
APIs will be deprecated and removed (there is no plan to do this at the moment, but given the fullness of time it will happen 'one day'), but the ip_location
APIs will stay around forever. In the near and intermediate term, it's the same behavior available under two names.
b7bdb35
to
182c797
Compare
ce56dba
to
b9b56de
Compare
b298565
to
9fc89b2
Compare
4dab274
to
ba87630
Compare
2fb72ea
to
a696c78
Compare
a696c78
to
d18df5a
Compare
As titled.