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
With this configuration, however, I receive the following compilation failure:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template filebeat/filebeat5.yml.erb:
Filepath: /etc/puppet/environments/test/module_repos/filebeat/templates/filebeat5.yml.erb
Line: 276
Detail: undefined method `[]' for nil:NilClass
at /etc/puppet/environments/test/module_repos/filebeat/manifests/config.pp:29 on node test
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
The following configuration is necessary to get the template to compile:
I'm in the process of deploying Filebeat v5 with Kafka output. I get an error if I do not provide a partition option to the Kafka configuration.
This is my current configuration:
With this configuration, however, I receive the following compilation failure:
The following configuration is necessary to get the template to compile:
Having a dangling empty config option is rather non-elegant however. Can this be fixed such that I can remove the partition element?
The text was updated successfully, but these errors were encountered: