chef-logstash
chef-logstash copied to clipboard
Semi-official Logstash cookbook
I recently built a new logstash server using this cookbook. As part of my recipe, use `logstash_curator` to cleanup old logs. This LWRP creates a new cronjob on the logstash...
Hi @lusis, I'm trying to use this recepie and encounter some problems creating logstash configuration file. Where can I find the logstash log file to try and debug my problem?...
Is there a reason gc_opts is set in the attributes https://github.com/lusis/chef-logstash/blob/master/attributes/default.rb#L41 and loaded in the service provider https://github.com/lusis/chef-logstash/blob/master/providers/service.rb#L26 but not actually set in https://github.com/lusis/chef-logstash/blob/master/providers/service.rb#L228-L253? the elastic code also uses UseParNewGC....
e.g. https://github.com/elastic/beats
This is mainly only used in `tarball` install mode so it probably doesn't come up much, but having a default checksum, version, and source URL, would cause highly misleading behavior...
Is there any method to install logstash right from the official yum/apt repository?
Every time I try to download logstash agent, I get this error. ``` 10.250.70.44 * remote_file[/var/chef/cache/agent.tar.gz] action create 10.250.70.44 10.250.70.44 ================================================================================ 10.250.70.44 Error executing action `create` on resource 'remote_file[/var/chef/cache/agent.tar.gz]' 10.250.70.44...
We've noticed that logstash server is getting restarted on every chef run. It seems to be due to this: ``` [2015-12-11T20:45:16+00:00] INFO: execute[bin/plugin install logstash-output-influxdb] sending restart action to logstash_service[server]...
The initial converge on CentOS 7, causes chef-client to fail because of this error: ``` [2015-07-05T18:19:04+00:00] ERROR: logstash_service[default] (common::logstash line 9) had an error: Mixlib::ShellOut::ShellCommandFailed: runit_service[logstash_default] (/tmp/kitchen/cache/cookbooks/logstash/providers/service.rb line 226) had...
In attributes/default, there is an attribute with no associated provider: `default['logstash']['instance_default']['join_groups'] = []` This attribute should be used to add the logstash user to additional groups (so it may access...