Fixed the MCP error handling for large pulls.
This commit is contained in:
@@ -208,6 +208,10 @@ stream during that window. If a stream hits the cap, the dashboard marks the
|
||||
window as truncated because high EPS means SignalScope sampled only part of the
|
||||
Graylog result set. For very high-volume streams, prefer aggregate baselines and
|
||||
targeted drill-down queries over trying to pull every raw event through MCP.
|
||||
Large values such as 100000 can require hundreds of paged MCP searches across
|
||||
enabled streams. If Graylog times out or rejects the query, SignalScope keeps the
|
||||
events already fetched, marks the stream as a partial fetch, and shows the MCP
|
||||
error in Diagnostics instead of failing the whole dashboard update.
|
||||
|
||||
## Monitoring Export
|
||||
|
||||
|
||||
Reference in New Issue
Block a user