You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We attempt to automatically drop error logs from the filestream monitoring instance to avoid failing to ship an event, logging it, then failing to ship the logged event, and so in an infinite failure loop.
Issue
We attempt to automatically drop error logs from the filestream monitoring instance to avoid failing to ship an event, logging it, then failing to ship the logged event, and so in an infinite failure loop.
Today these processors are defined as:
elastic-agent/internal/pkg/agent/application/monitoring/v1_monitor.go
Lines 324 to 353 in be61de1
This results in the following in the
beat-rendered-config
of the filestream-monitoring input:The problem is that the datasets are wrong. Looking at sample events the dataset identifier is actually:
Likely this was broken when we moved away from per process data stream names and reverted to the names in the 8.5.x and earlier released. See #1814
Definition of done
The text was updated successfully, but these errors were encountered: