Merge pull request '#1001590 增加针对业务应用日志的采集' (#5) from pengln/filebeat:master into master

Reviewed-on: https://app.amonstack.com:10301/gitea/ansible-collection/filebeat/pulls/5
This commit is contained in:
pengln 2021-11-09 11:15:01 +08:00
commit 8c9da16cca
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@
- name: Render Filebeat Configure File
ansible.builtin.template:
src: "filebeat-{{ items }}-template.yml"
dest: "{{ work_path }}/filebeat_{{ items }}.yml"
src: "filebeat-{{ item }}-template.yml"
dest: "{{ work_path }}/filebeat_{{ item }}.yml"
owner: root
group: root
mode: '0644'