Skip to content

Commit c0367b9

Browse files
authored
Add Filebeat lumberjack input to spec (#959)
Make the lumberjack input available from Agent. Relates: elastic/beats#32175
1 parent 4fffa70 commit c0367b9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,4 @@
198198
- Add liveness endpoint, allow fleet-gateway component to report degraded state, add update time and messages to status output. {issue}390[390] {pull}569[569]
199199
- Redact sensitive information on diagnostics collect command. {issue}[241] {pull}[566]
200200
- Fix incorrectly creating a filebeat redis input when a policy contains a packetbeat redis input. {issue}[427] {pull}[700]
201+
- Add `lumberjack` input type to the Filebeat spec. {pull}[959]

internal/pkg/agent/program/supported.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/spec/filebeat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ rules:
4646
- log/redis_slowlog
4747
- log/syslog
4848
- logfile
49+
- lumberjack
4950
- mqtt
5051
- netflow
5152
- o365audit

0 commit comments

Comments
 (0)