kibble-1
kibble-1 copied to clipboard
Positional arguments can't be used with Elasticsearch API methods
Hi,
I'm getting the following error while installing the kibble with elasticsearch 8.3.3.
Index creation failed: Positional arguments can't be used with Elasticsearch API methods. Instead only use keyword arguments.
Could you please help?
Hi @k-Gangadhar please can you give some more details. What exactly did you do? And what steps were you doing when the error happened?
Hi,
please find the error details.
This looks like pretty standard behavior from Elastic, breaking backwards compatibility. The quickest solution would be to use ElasticSearch 7.x instead (or at least the 7.x python client module).
@Humbedooh That is worked but got another error after installation.
Getting 404 for api endpoint. Not able to login to Kibble UI.
@Humbedooh Can you please help me on above mentioned error.