Skip to content

Commit

Permalink
Cherry-pick #16640 to 7.6: [Filebeat] Add missing queue_url var defin…
Browse files Browse the repository at this point in the history
…ition in manifest.yml (#16665)

* [Filebeat] Add missing queue_url var definition in manifest.yml (#16640)

* Missing queue_url in aws module manifest.yml

* update changelog

(cherry picked from commit 3a764e6)

* update changelog
  • Loading branch information
kaiyan-sheng authored Feb 27, 2020
1 parent 63f5586 commit 11d7f95
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix s3 input with cloudtrail fileset reading json file. {issue}16374[16374] {pull}16441[16441]
- Rewrite azure filebeat dashboards, due to changes in kibana. {pull}16466[16466]
- Adding the var definitions in azure manifest files, fix for errors when executing command setup. {issue}16270[16270] {pull}16468[16468]
- Add queue_url definition in manifest file for aws module. {pull}16640{16640}

*Heartbeat*

Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/cloudtrail/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module_version: 1.0
var:
- name: input
default: s3
- name: queue_url
- name: shared_credential_file
- name: credential_profile_name
- name: visibility_timeout
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/elb/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module_version: 1.0
var:
- name: input
default: s3
- name: queue_url
- name: shared_credential_file
- name: credential_profile_name
- name: visibility_timeout
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/s3access/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module_version: 1.0
var:
- name: input
default: s3
- name: queue_url
- name: shared_credential_file
- name: credential_profile_name
- name: visibility_timeout
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/vpcflow/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module_version: 1.0
var:
- name: input
default: s3
- name: queue_url
- name: shared_credential_file
- name: credential_profile_name
- name: visibility_timeout
Expand Down

0 comments on commit 11d7f95

Please sign in to comment.