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
The licenser code is still querying the old API endpoint located at _xpack/license instead of querying the new endpoint located at _license and that endpoint doesn't return the features anymore so we can remove that parsing from the code.
To retrieve the features we need to do another call to the server on _xpack/ but we are not currently using it so I think we can remove it for now to reduce the number of calls.
The licenser code is still querying the old API endpoint located at
_xpack/license
instead of querying the new endpoint located at_license
and that endpoint doesn't return the features anymore so we can remove that parsing from the code.https://www.elastic.co/guide/en/elasticsearch/reference/current/get-license.html
To retrieve the features we need to do another call to the server on
_xpack/
but we are not currently using it so I think we can remove it for now to reduce the number of calls.https://www.elastic.co/guide/en/elasticsearch/reference/current/info-api.html
The text was updated successfully, but these errors were encountered: