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
I created a filebeat using a basic logstash output with a single host.
My generated /etc/filebeat/filebeat.yml is included below:
When puppet tries to start the service there is an error logged:
Exiting: No monitoring reporter configured
If I remove the following line from the configuration, it starts up successfully:
monitoring: {}
I am not using xpack monitoring, so I thought that the defaults should work.
I can see that the monitoring options were recently added in this commit: 5aa008e
The text was updated successfully, but these errors were encountered:
tullis
changed the title
Having an empty monitoring: {} section generates startup errors for filebeat 7.x
Having an empty monitoring section generates startup errors for filebeat 7.x
Jun 3, 2020
tullis
changed the title
Having an empty monitoring section generates startup errors for filebeat 7.x
Having an empty monitoring section in filebeat.yml generates startup errors for filebeat 7.x
Jun 3, 2020
Can you verify that the change I made works for you? I run my production cluster against this repo directly, but we're stuck on Filebeat 6.x (hopefully upgrading soon).
Thanks for your work on this module.
I created a filebeat using a basic logstash output with a single host.
My generated
/etc/filebeat/filebeat.yml
is included below:When puppet tries to start the service there is an error logged:
Exiting: No monitoring reporter configured
If I remove the following line from the configuration, it starts up successfully:
monitoring: {}
I am not using xpack monitoring, so I thought that the defaults should work.
I can see that the monitoring options were recently added in this commit: 5aa008e
The text was updated successfully, but these errors were encountered: