#1001590 增加针对业务应用日志的采集 #5

Merged
pengln merged 1 commits from pengln/filebeat:master into master 2021-11-09 11:15:02 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 00fb976157 - Show all commits

View File

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