Commit 591e771 1 parent 8ce86bd commit 591e771 Copy full SHA for 591e771
File tree 5 files changed +14
-7
lines changed
5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,18 @@ log_rotate_max_file_size: "10MiB"
48
48
log_rotate_keep_files: 10
49
49
collector_configuration_directory: "/var/lib/graylog-sidecar/generated"
50
50
collector_binaries_whitelist:
51
- - "/usr/lib/graylog-sidecar/filebeat"
52
51
- "/usr/bin/filebeat"
53
52
- "/usr/bin/packetbeat"
54
53
- "/usr/bin/metricbeat"
55
54
- "/usr/bin/heartbeat"
56
55
- "/usr/bin/auditbeat"
56
+ - "/usr/bin/journalbeat"
57
+ - "/usr/share/filebeat/bin/filebeat"
58
+ - "/usr/share/packetbeat/bin/packetbeat"
59
+ - "/usr/share/metricbeat/bin/metricbeat"
60
+ - "/usr/share/heartbeat/bin/heartbeat"
61
+ - "/usr/share/auditbeat/bin/auditbeat"
62
+ - "/usr/share/journalbeat/bin/journalbeat"
57
63
- "/opt/nxlog/bin/nxlog"
58
64
`
59
65
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ download_beat()
40
40
41
41
for ARCH in " ${ARCHS[@]} "
42
42
do
43
- download_beat " filebeat" " linux" ${FILEBEAT_VERSION} ${ARCH}
44
43
download_beat " filebeat" " windows" ${FILEBEAT_VERSION} ${ARCH}
45
44
download_beat " winlogbeat" " windows" ${WINLOGBEAT_VERSION} ${ARCH}
46
45
done
Original file line number Diff line number Diff line change @@ -24,11 +24,9 @@ def build
24
24
25
25
def install
26
26
bin . install 'graylog-sidecar'
27
- lib ( 'graylog-sidecar' ) . install '../../collectors/filebeat/linux/x86_64/filebeat'
28
27
etc ( 'graylog/sidecar' ) . install '../../../sidecar-example.yml' , 'sidecar.yml'
29
28
var ( 'lib/graylog-sidecar/generated' ) . mkdir
30
29
var ( 'log/graylog-sidecar' ) . mkdir
31
30
var ( 'run/graylog-sidecar' ) . mkdir
32
- var ( 'spool/graylog-sidecar/nxlog' ) . mkdir
33
31
end
34
32
end
Original file line number Diff line number Diff line change @@ -24,11 +24,9 @@ def build
24
24
25
25
def install
26
26
bin . install 'graylog-sidecar'
27
- lib ( 'graylog-sidecar' ) . install '../../collectors/filebeat/linux/x86/filebeat'
28
27
etc ( 'graylog/sidecar' ) . install '../../../sidecar-example.yml' , 'sidecar.yml'
29
28
var ( 'lib/graylog-sidecar/generated' ) . mkdir
30
29
var ( 'log/graylog-sidecar' ) . mkdir
31
30
var ( 'run/graylog-sidecar' ) . mkdir
32
- var ( 'spool/graylog-sidecar/nxlog' ) . mkdir
33
31
end
34
32
end
Original file line number Diff line number Diff line change @@ -71,10 +71,16 @@ server_api_token: ""
71
71
#
72
72
# Default:
73
73
# collector_binaries_whitelist:
74
- # - "/usr/lib/graylog-sidecar/filebeat"
75
74
# - "/usr/bin/filebeat"
76
75
# - "/usr/bin/packetbeat"
77
76
# - "/usr/bin/metricbeat"
78
77
# - "/usr/bin/heartbeat"
79
78
# - "/usr/bin/auditbeat"
79
+ # - "/usr/bin/journalbeat"
80
+ # - "/usr/share/filebeat/bin/filebeat"
81
+ # - "/usr/share/packetbeat/bin/packetbeat"
82
+ # - "/usr/share/metricbeat/bin/metricbeat"
83
+ # - "/usr/share/heartbeat/bin/heartbeat"
84
+ # - "/usr/share/auditbeat/bin/auditbeat"
85
+ # - "/usr/share/journalbeat/bin/journalbeat"
80
86
# - "/opt/nxlog/bin/nxlog"
You can’t perform that action at this time.
0 commit comments