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
{"log.level":"error","@timestamp":"2025-02-11T20:29:57.198Z","log.origin":{"function":"github.com/elastic/elastic-agent/internal/pkg/agent/application/coordinator.(*Coordinator).watchRuntimeComponents","file.name":"coordinator/coordinator.go","file.line":671},"message":"Spawned new unit filestream-monitoring-filestream-monitoring-agent: proto: invalid type: []map[string]interface {}","log":{"source":"elastic-agent"},"component":{"id":"filestream-monitoring","state":"STARTING"},"unit":{"id":"filestream-monitoring-filestream-monitoring-agent","type":"input","state":"FAILED"},"ecs.version":"1.6.0"}
The text was updated successfully, but these errors were encountered:
While I was working on #6730, I tried to create the following processor logic for the filebeat-monitoring (the processors there are placeholders):
It can be translated to the Go code to generate the monitoring configuration:
This code can be added somewhere in the
v1_monitoring.go
:elastic-agent/internal/pkg/agent/application/monitoring/v1_monitor.go
Lines 437 to 461 in 45e3abf
This generates the following error:
The text was updated successfully, but these errors were encountered: