Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Error in request on shards overview page #92

Closed
sayeui opened this issue Feb 10, 2022 · 5 comments
Closed

[BUG] - Error in request on shards overview page #92

sayeui opened this issue Feb 10, 2022 · 5 comments
Assignees
Labels

Comments

@sayeui
Copy link

sayeui commented Feb 10, 2022

Description
When there are too many indexes, a request error occurs when opening the shards overview page. The reason may be that you spliced all the indexes directly on the URL of the GET request, resulting in the URL being too large.

Steps To Reproduce
List the steps to reproduce your problem:

  1. Open elasticvue
  2. Click on Shards
  3. wait

Screenshots
image
image

Environment (please include the following information):

  • Elasticsearch version: 6.1.1
  • Operating system: Windows 10
  • Browser + version: Google Chrome 96.0.4664.93
  • Elasticvue version: 0.38.0
  • How are you running elasticvue? (docker, browser extension, web app): browser extension
@cars10
Copy link
Owner

cars10 commented Feb 10, 2022

Hey, thanks for using elasticvue. How many indices do you have in total?

@sayeui
Copy link
Author

sayeui commented Feb 11, 2022

As the first screenshot shows, the number of indexes is over 3000, there are about 3026, and it may grow.
And thanks for developing such a great app. :D

@sayeui
Copy link
Author

sayeui commented Feb 14, 2022

Hey, thanks for using elasticvue. How many indices do you have in total?

Sorry, I may have forgotten to select a reply, so maybe you didn't see my previous reply in time. :P

@cars10
Copy link
Owner

cars10 commented Feb 14, 2022

I got your reply and i can reproduce the issue. Still working on a fix though :) Need to rewrite the shards page.

@cars10 cars10 added bug and removed unconfirmed labels Feb 14, 2022
@sayeui
Copy link
Author

sayeui commented Feb 14, 2022

I got your reply and i can reproduce the issue. Still working on a fix though :) Need to rewrite the shards page.

So glad to have helped with the project and thanks again for your work! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants