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

This commit is contained in:
pengln 2021-11-09 11:14:31 +08:00
parent a4e23e2a9c
commit 00fb976157
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'