The single message view should be able to show events.
Current Behavior
When users click on the message ID in the search to go to the single message page, the page doesn't load:
Possible Solution
This is because events don't have the gl2_source_input field so loading the input title fails. The details view on the search page can handle this. I guess there are some missing checks to avoid loading the input data if the field is missing.
Steps to Reproduce (for bugs)
Search in events stream
Click on the ID of an event to get to the message page
Checkout browser console
Your Environment
Graylog Version: 3.1.0-beta.1-SNAPSHOT
The text was updated successfully, but these errors were encountered:
Before this change, rendering a message generated by an event using the
`ShowMessagePage` component, e.g. using the `/messages/{index}/{id}`
endpoint failed, due to a missing source input id field in the event
message.
This change is fixing this and a couple of other issues with rendering
event messages.
Fixes#6142.
Before this change, rendering a message generated by an event using the
`ShowMessagePage` component, e.g. using the `/messages/{index}/{id}`
endpoint failed, due to a missing source input id field in the event
message.
This change is fixing this and a couple of other issues with rendering
event messages.
Fixes#6142.
Expected Behavior
The single message view should be able to show events.
Current Behavior
When users click on the message ID in the search to go to the single message page, the page doesn't load:
Possible Solution
This is because events don't have the
gl2_source_input
field so loading the input title fails. The details view on the search page can handle this. I guess there are some missing checks to avoid loading the input data if the field is missing.Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: