chef-filebeat icon indicating copy to clipboard operation
chef-filebeat copied to clipboard

Chef Cookbook to Manage Elastic Filebeat https://supermarket.chef.io/cookbooks/filebeat

Results 7 chef-filebeat issues
Sort by recently updated
recently updated
newest added

Hello, Currently I am unable to complete a fresh install of Filebeat 7.9.1 on Windows 10/Server 2019 using the basic default recipe. Not sure if this is a duplicate of...

It seems runit is not supported in Centos 8.x

This will add a `provides` statement in all custom resources. This is needed for compatibility with `chef-client` v16+. Reference: https://docs.chef.io/release_notes/#whats-new-in-16244

Hi , I am trying to use filebeat cookbook version 2.2.0 on chef 12 in AWS. However I am getting below error on dependency module runit since it doesn't support...

The term 'propectors' was deprecated and is being replaced with 'inputs'. The LWRP's need to accommodate this change.

Filebeat 7.x replaces filebeat.registry_file with filebeat.registry.path Is there any intention to make this cookbook compatible with 7.x?

Hi. I try to pass multiline to lwrp-prospector.yml which looks like this: multiline_pattern: '^[0-9]{4}-[0-9]{2}-[0-9]{2}' Instead I am getting in lwrp-prospector.yml: multiline_pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}" How can I get multiline_pattern: '^[0-9]{4}-[0-9]{2}-[0-9]{2}' to be...

bug