Skip to content

Commit

Permalink
specs/filebeat.spec.yml - Re-add lumberjack input (#2511) (#2520)
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

(cherry picked from commit 8da86c6)

Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
  • Loading branch information
mergify[bot] and andrewkroh committed Apr 20, 2023
1 parent 250ade9 commit 6a1dbe7
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 6a1dbe7

Please sign in to comment.