Skip to content

Commit

Permalink
specs/filebeat.spec.yml - Re-add lumberjack input (#2511)
Browse files Browse the repository at this point in the history
* specs/filebeat.spec.yml - Re-add lumberjack input

Between v8.5.3 and v8.6.0 the lumberjack input was lost from the
filebeat spec file.

* Add changelog fragment
  • Loading branch information
andrewkroh committed Apr 19, 2023
1 parent 033fd41 commit 8da86c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kind: bug-fix
summary: Re-add lumberjack input to the Filebeat spec.
component: spec
pr: https://github.com/elastic/elastic-agent/pull/2511
6 changes: 6 additions & 0 deletions specs/filebeat.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ inputs:
outputs: *outputs
shippers: *shippers
command: *command
- name: lumberjack
description: "Lumberjack"
platforms: *platforms
outputs: *outputs
shippers: *shippers
command: *command
- name: mqtt
description: "MQTT"
platforms: *platforms
Expand Down

0 comments on commit 8da86c6

Please sign in to comment.