|
@@ -10,17 +10,17 @@
|
|
|
- name: Logstash config file installed
|
|
|
copy:
|
|
|
src: logstash.yml
|
|
|
- dest: /usr/local/etc/logstash/logstash.yml
|
|
|
+ dest: /usr/local/etc/logstash/logstash.conf
|
|
|
owner: root
|
|
|
- mode: 0644
|
|
|
+ mode: 0664
|
|
|
notify: Logstash restarted
|
|
|
|
|
|
- name: Logstash config file installed
|
|
|
copy:
|
|
|
- src: logstash.yml
|
|
|
+ src: pipeline.conf
|
|
|
dest: /usr/local/etc/logstash/pipeline.conf
|
|
|
owner: root
|
|
|
- mode: 0644
|
|
|
+ mode: 0664
|
|
|
notify: Logstash restarted
|
|
|
|
|
|
- name: Logstash started
|