# limitations under the License.
#
+include_recipe "elasticsearch"
include_recipe "networking"
keys = data_bag_item("logstash", "keys")
user "root"
group "root"
mode 0o644
- notifies :reload, "service[logstash]"
+ notifies :start, "service[logstash]"
end
file "/etc/logrotate.d/logstash" do
service "logstash" do
action [:enable, :start]
- supports :status => true, :restart => true, :reload => true
end
template "/etc/cron.daily/expire-logstash" do