Skip to content

Commit

Permalink
Add Filebeat lumberjack input to spec (#959)
Browse files Browse the repository at this point in the history
Make the lumberjack input available from Agent.

Relates: elastic/beats#32175
  • Loading branch information
andrewkroh committed Aug 22, 2022
1 parent 4fffa70 commit c0367b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,4 @@
- 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]
- Redact sensitive information on diagnostics collect command. {issue}[241] {pull}[566]
- Fix incorrectly creating a filebeat redis input when a policy contains a packetbeat redis input. {issue}[427] {pull}[700]
- Add `lumberjack` input type to the Filebeat spec. {pull}[959]
2 changes: 1 addition & 1 deletion internal/pkg/agent/program/supported.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/spec/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ rules:
- log/redis_slowlog
- log/syslog
- logfile
- lumberjack
- mqtt
- netflow
- o365audit
Expand Down

0 comments on commit c0367b9

Please sign in to comment.