Skip to content

Commit

Permalink
Move aws-s3 input to GA (#23631)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng authored Feb 5, 2021
1 parent 35ca7e3 commit a16bfd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Added `encode_as` and `decode_as` options to httpjson along with pluggable encoders/decoders {pull}23478[23478]
- Added `application/x-ndjson` as decode option for httpjson input {pull}23521[23521]
- Added `application/x-www-form-urlencoded` as encode option for httpjson input {pull}23521[23521]
- Move aws-s3 input to GA. {pull}23631[23631]
- Populate `source.mac` and `destination.mac` for Suricata EVE events. {issue}23706[23706] {pull}23721[23721]
- Added RFC6587 framing option for tcp and unix inputs {issue}23663[23663] {pull}23724[23724]

Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/awss3/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "s3"
description: >
S3 fields from s3 input.
release: beta
release: ga
fields:
- name: bucket_name
type: keyword
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/awss3/fields.go

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

2 changes: 1 addition & 1 deletion x-pack/filebeat/input/awss3/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const inputName = "aws-s3"
func Plugin() v2.Plugin {
return v2.Plugin{
Name: inputName,
Stability: feature.Beta,
Stability: feature.Stable,
Deprecated: false,
Info: "Collect logs from s3",
Manager: v2.ConfigureWith(configure),
Expand Down

0 comments on commit a16bfd3

Please sign in to comment.