Error on "Index Management" page and indices don't show

Indices aren’t showing when using readonlyrest, but show without it.

I tried with ES 7.3.2 and 7.4.2.

The error is very generic, and don’t say anything. Do you have any idea of what this could be or can you point me somewhere to start investigating this?

Thanks.

ES don’t show errors.

Kibana log error:

Nov 05 12:16:23 kibana-1 kibana[21188]: Debug: internal, implementation, error
Nov 05 12:16:23 kibana-1 kibana[21188]: Error: method did not return a value, a promise, or throw an error
Nov 05 12:16:23 kibana-1 kibana[21188]: at module.exports.internals.Manager.execute (/usr/share/kibana/node_modules/hapi/lib/toolkit.js:52:29)
Nov 05 12:16:23 kibana-1 kibana[21188]: at process._tickCallback (internal/process/next_tick.js:68:7)
Nov 05 12:16:23 kibana-1 kibana[21188]: error [12:16:23.400] Error: method did not return a value, a promise, or throw an error
Nov 05 12:16:23 kibana-1 kibana[21188]: at module.exports.internals.Manager.execute (/usr/share/kibana/node_modules/hapi/lib/toolkit.js:52:29)
Nov 05 12:16:23 kibana-1 kibana[21188]: at process._tickCallback (internal/process/next_tick.js:68:7)

Kibana screen:

Hi Lucas, can you tell us:

  • what ROR plugin version you installed in ES?

  • if and what version of ROR plugin you installed in Kibana?

  • Do you see any “Forbidden” logs or anything else in ES when you try to visualize indices?

  • Do you see any error in the browser’s dev tools?

  • what ROR plugin version you installed in ES?
    1.18.8

  • if and what version of ROR plugin you installed in Kibana?
    No plugin

  • Do you see any “Forbidden” logs or anything else in ES when you try to visualize indices?
    There are no ES or ROR errors

  • Do you see any error in the browser’s dev tools?
    Only this:
    GET https://example.com/kibana/api/index_management/indices 500

Aditional info:
I’m running kibana behind a nginx proxy. I’ll try to create an environment without nginx and test.

@coutoPL can this be due to the issue with /_cat/indices you just fixed and merged?

Same problem here. elasticsearch 7.4.0 and ror V1.18.8 only for elasticsearch.

In kibana log I see

Debug: internal, implementation, error
Error: method did not return a value, a promise, or throw an error
at module.exports.internals.Manager.execute (/usr/share/kibana/node_modules/hapi/lib/toolkit.js:52:29)
at process._tickCallback (internal/process/next_tick.js:68:7)

@jorgelon @lucasmogari yes, I recommend you guys to check out this build:

https://readonlyrest-data.s3-eu-west-1.amazonaws.com/build/1.18.9-pre1/readonlyrest-1.18.9-pre1_es7.4.0.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA5SJIWBO54AGBERLX/20191106/eu-west-1/s3/aws4_request&X-Amz-Date=20191106T181828Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=73022e0935f47a3e1a611bec7760233c8cef09a25eb59a17ad3fee1ec0fc72b4

https://readonlyrest-data.s3-eu-west-1.amazonaws.com/build/1.18.9-pre1/readonlyrest-1.18.9-pre1_es7.3.2.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA5SJIWBO54AGBERLX/20191106/eu-west-1/s3/aws4_request&X-Amz-Date=20191106T181840Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=677f963b3984eecd7f5543ba1c37c35861b86608ecc78d298a9a16ce228f0deb

It’s working with ROR 1.18.9-pre1.

Thanks!

1 Like