Graylog2 / graylog2-server

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

Stream not found error in the UI for change field type #19872

Open patrickmann opened 1 month ago

patrickmann commented 1 month ago

A forum user reported this unexpected error https://community.graylog.org/t/stream-not-found-error-in-the-ui-for-change-field-type/32785

In the search view i click on a field heading → change field type … The modify pops up (and seems to work fine) but after a few seconds i get an error on the bottom of the UI that says,

Could not load Stream Loading stream failed with status: FetchError: There was an error fetching a resource: . Additional information: Stream <000000000000000000000004> not found!

Possible Solution

000000000000000000000004 is the ID of the Processing Failures stream. We try to reference the failures stream, even when the user has not enabled it and it doesn't exist.

image

This may be triggering the error message.

Your Environment

drewmiranda-gl commented 1 month ago

Noting that the "Failure Processing" feature and the "Processing and Indexing Failures" stream are only present in Graylog Enterprise/Operations/Security and require a valid license.