Skip to content

Commit

Permalink
Add missing inputs to filebeat spec (elastic#20388)
Browse files Browse the repository at this point in the history
By adding the inputs to the list, they can be used by integrations. For example awscloudwatch, http_endpoint, unix, and winlog inputs have been missing.
  • Loading branch information
Steffen Siering authored Aug 11, 2020
1 parent 0243f28 commit 0520635
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
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.

28 changes: 17 additions & 11 deletions x-pack/elastic-agent/spec/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,27 @@ rules:
selector: inputs
key: type
values:
- log
- stdin
- udp
- tcp
- docker
- redis
- syslog
- s3
- netflow
- httpjson
- o365audit
- awscloudwatch
- azureeventhub
- cloudfoundry
- container
- docker
- googlepubsub
- http_endpoint
- httpjson
- kafka
- log
- mqtt
- netflow
- o365audit
- redis
- s3
- stdin
- syslog
- tcp
- udp
- unix
- winlog

- filter_values:
selector: inputs
Expand Down

0 comments on commit 0520635

Please sign in to comment.