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] On the datastream page, an error pops up when the query parameter search's value is empty. #1060

Open
qinzehua opened this issue May 11, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@qinzehua
Copy link

What is the bug?
Click on the "Data streams" menu and go to the data stream page to view the error.

Do you have any screenshots?
1715416031

Do you have any additional context?
I think it is because the value of search is empty.

@qinzehua qinzehua added bug Something isn't working untriaged labels May 11, 2024
@qinzehua qinzehua changed the title [BUG] On the datastream page, an error pops up when the query parameter search is empty. [BUG] On the datastream page, an error pops up when the query parameter search's value is empty. May 11, 2024
@qinzehua
Copy link
Author

When the value of search is empty, using the query syntax GET _data_stream/** will result in the error.
It is recommended to modify it to GET _data_stream/*.
However, when search is a single character, for example GET _data_stream/*y*, the same error will occur.

@dblock
Copy link
Member

dblock commented Jun 24, 2024

Catch All Triage - 1 2 3 4 5 6

@dblock dblock removed the untriaged label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants