Skip to content

Commit

Permalink
Merge pull request #29 from liuwenping/master
Browse files Browse the repository at this point in the history
feature: 增加BCS采集配置目录
  • Loading branch information
liuwenping authored Mar 7, 2022
2 parents d204565 + 581868e commit f4c500a
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support-files/templates/aix/powerpc/etc/bkunifylogbeat.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: "/usr/local/gse/plugins/etc/bkunifylogbeat"
file_pattern: "*.conf"
- path: "/usr/local/gse/plugins/etc/bkunifylogbeat/bcs"
file_pattern: "*.conf"
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: {{ plugin_path.subconfig_path }}
file_pattern: "*.conf"
- path: {{ plugin_path.subconfig_path }}/bcs
file_pattern: "*.conf"
2 changes: 2 additions & 0 deletions support-files/templates/linux/aarch64/etc/bkunifylogbeat.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: "/usr/local/gse/plugins/etc/bkunifylogbeat"
file_pattern: "*.conf"
- path: "/usr/local/gse/plugins/etc/bkunifylogbeat/bcs"
file_pattern: "*.conf"
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: {{ plugin_path.subconfig_path }}
file_pattern: "*.conf"
- path: {{ plugin_path.subconfig_path }}/bcs
file_pattern: "*.conf"
2 changes: 2 additions & 0 deletions support-files/templates/linux/x86/etc/bkunifylogbeat.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: "/usr/local/gse/plugins/etc/bkunifylogbeat"
file_pattern: "*.conf"
- path: "/usr/local/gse/plugins/etc/bkunifylogbeat/bcs"
file_pattern: "*.conf"
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: {{ plugin_path.subconfig_path }}
file_pattern: "*.conf"
- path: {{ plugin_path.subconfig_path }}/bcs
file_pattern: "*.conf"
2 changes: 2 additions & 0 deletions support-files/templates/linux/x86_64/etc/bkunifylogbeat.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: "/usr/local/gse/plugins/etc/bkunifylogbeat"
file_pattern: "*.conf"
- path: "/usr/local/gse/plugins/etc/bkunifylogbeat/bcs"
file_pattern: "*.conf"
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: {{ plugin_path.subconfig_path }}
file_pattern: "*.conf"
- path: {{ plugin_path.subconfig_path }}/bcs
file_pattern: "*.conf"
2 changes: 2 additions & 0 deletions support-files/templates/windows/x86/etc/bkunifylogbeat.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: C:\gse\plugins\etc\bkunifylogbeat
file_pattern: "*.conf"
- path: C:\gse\plugins\etc\bkunifylogbeat\bcs
file_pattern: "*.conf"
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: {{ plugin_path.subconfig_path }}
file_pattern: "*.conf"
- path: {{ plugin_path.subconfig_path }}\bcs
file_pattern: "*.conf"
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: C:\gse\plugins\etc\bkunifylogbeat
file_pattern: "*.conf"
- path: C:\gse\plugins\etc\bkunifylogbeat\bcs
file_pattern: "*.conf"
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1
bkunifylogbeat.multi_config:
- path: {{ plugin_path.subconfig_path }}
file_pattern: "*.conf"
- path: {{ plugin_path.subconfig_path }}\bcs
file_pattern: "*.conf"

0 comments on commit f4c500a

Please sign in to comment.