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
Hello Kibana Devs,
I had some painful fun in finding the cause for "Courier Fetch: X of Y shards failed". I am aware that kibana only hands over what's in the response from ES. At the end I had to use the webdeveloper toolbar to see that the (ajax) request to elasticsearch
contains useful information about the cause for the shards fetch failure:
{"responses":[{"took":237,"timed_out":false,"_shards":{"total":345,"successful":330,"failed":15,"failures":
....... nested: SearchParseException[[indexname-2015.05.21][10]: from[-1],size[-1]: Parse Failure [Failed to parse source ..... nested: ElasticsearchParseException[failed to parse date field [somedata], tried both date format [dateOptionalTime], and timestamp number]; nested: IllegalArgumentException[Invalid format: ....
I propose to have a "Details" Button on the Yellow Warning bar on top of the page that contains a popup with the errormessage in full text. Mabe the behavior could be configurable for those who don't to confuse their users.
rgds,
derjohn
The text was updated successfully, but these errors were encountered:
rashidkpc
changed the title
Courier Fetch: Add a "Details" Link to the Yellow Warning bar.
Add a "Details" Link to the warning notification
May 21, 2015
Hello Kibana Devs,
I had some painful fun in finding the cause for "Courier Fetch: X of Y shards failed". I am aware that kibana only hands over what's in the response from ES. At the end I had to use the webdeveloper toolbar to see that the (ajax) request to elasticsearch
contains useful information about the cause for the shards fetch failure:
I propose to have a "Details" Button on the Yellow Warning bar on top of the page that contains a popup with the errormessage in full text. Mabe the behavior could be configurable for those who don't to confuse their users.
rgds,
derjohn
The text was updated successfully, but these errors were encountered: