Skip to content
#

kibana

Here are 1,558 public repositories matching this topic...

yctercero
yctercero commented Oct 3, 2021

In an effort to improve code quality, platform team looked through team's linter rules and our use of es-lint-disable. There are some low hanging fruit where we could remove these instances where we've disabled rules.

Looks like there are some known/valid use cases of this in Kibana. Not all instances may need to be removed but might want to double check that we're following the suggested met

eui
pebrc
pebrc commented Oct 1, 2021

It is currently very hard to find out what specific request to Elasticsearch caused an error. Especially if there is no additional debug logging around that request and the error bubbles up all the way to the top most error handler in controller-runtime.

We should at least decorate each error create in the Elasticsearch client code with the original request.

Improve this page

Add a description, image, and links to the kibana topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kibana topic, visit your repo's landing page and select "manage topics."

Learn more