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 use masterless puppet to build images for later deployment. Filebeat is installed as part of a base system build. Later, various services can add Filebeat inputs (FKA prospectors) as needed. Service and base system are two separate puppet executions.
Unfortunately, the current version of puppet-filebeat is causing a problem with this approach. Various parameters in the input.pp manifest, such as filebeat::fields_under_root, and filebeat::major_version, are being set to undef. This causes errors in the puppet execution.
Are there any suggestions for how to work around this issue?
The text was updated successfully, but these errors were encountered:
We use masterless puppet to build images for later deployment. Filebeat is installed as part of a base system build. Later, various services can add Filebeat inputs (FKA prospectors) as needed. Service and base system are two separate puppet executions.
Unfortunately, the current version of puppet-filebeat is causing a problem with this approach. Various parameters in the input.pp manifest, such as filebeat::fields_under_root, and filebeat::major_version, are being set to undef. This causes errors in the puppet execution.
Are there any suggestions for how to work around this issue?
The text was updated successfully, but these errors were encountered: