kibble-1 icon indicating copy to clipboard operation
kibble-1 copied to clipboard

Positional arguments can't be used with Elasticsearch API methods

Open k-Gangadhar opened this issue 2 years ago • 5 comments

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?

k-Gangadhar avatar Aug 19 '22 12:08 k-Gangadhar

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?

sharanf avatar Aug 22 '22 21:08 sharanf

Hi,

please find the error details.

Kibble error

k-Gangadhar avatar Aug 23 '22 10:08 k-Gangadhar

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 avatar Aug 23 '22 11:08 Humbedooh

@Humbedooh That is worked but got another error after installation.

image

Getting 404 for api endpoint. Not able to login to Kibble UI.

k-Gangadhar avatar Aug 26 '22 07:08 k-Gangadhar

@Humbedooh Can you please help me on above mentioned error.

k-Gangadhar avatar Sep 05 '22 01:09 k-Gangadhar