Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.3k stars 1.05k forks source link

Error handling of search queries in Entity Lists #14674

Open luk-kaminski opened 1 year ago

luk-kaminski commented 1 year ago

Expected Behavior

When I type wrong query or fail to finish query typing on time, the page does not freeze. I can finish or correct my query.

Current Behavior

The page shows error and then freezes. You have to go to another page and get back. Your partial query is gone.

Screenshot 2023-02-15 at 12-46-05 Graylog - Streams Screenshot 2023-02-15 at 12-46-13 Graylog - Streams

Steps to Reproduce (for bugs)

  1. Go to Streams.
  2. Type "id:" and a few numbers, so that it is wrong or incomplete ObjectID.
  3. Either wait a few seconds or press Enter.
  4. Enjoy the bug.

Your Environment

linuspahl commented 1 year ago

I was able to reproduce the bug with 5.0 and 4.3

HungryHowies commented 1 year ago

I was also able to reproduce this @luk-kaminski