Skip to content

Commit

Permalink
[Elastic Agent] Enable more inputs in Filebeat. (elastic#17909) (elas…
Browse files Browse the repository at this point in the history
…tic#17934)

* [Elastic Agent] Enable more inputs in Filebeat.

Enable S3, Azureeventhub, cloudfoundry, httpjson, netflow, o365audit

We were missing a number of x-pack specific inputs

(cherry picked from commit cd5fefd)
  • Loading branch information
ph committed Apr 24, 2020
1 parent 010f25d commit 59a11f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions x-pack/elastic-agent/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@
- Display the stability of the agent at enroll and start. {pull}17336[17336]
- Expose stream.* variables in events {pull}17468[17468]
- Monitoring configuration reloadable {pull}17855[17855]
- Enable Filebeat input: S3, Azureeventhub, cloudfoundry, httpjson, netflow, o365audit. {pull}17909[17909]
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/pkg/agent/program/supported.go

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

8 changes: 8 additions & 0 deletions x-pack/elastic-agent/spec/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ rules:
- docker
- redis
- syslog
- s3
- netflow
- httpjson
- o365audit
- azureeventhub
- cloudfoundry
- googlepubsub
- kafka

- filter_values:
selector: inputs
Expand Down

0 comments on commit 59a11f6

Please sign in to comment.