Skip to content

Commit

Permalink
Release cloudfoundry input and processor as GA (elastic#21525)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Oct 6, 2020
1 parent 0dd2428 commit 3f6c36a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add Cloud Foundry tags in related events. {pull}21177[21177]
- Cloud Foundry metadata is cached to disk. {pull}20775[20775]
- Add option to select the type of index template to load: legacy, component, index. {pull}21212[21212]
- Release `add_cloudfoundry_metadata` as GA. {pull}21525[21525]

*Auditbeat*

Expand Down Expand Up @@ -606,6 +607,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add related.hosts ecs field to all modules {pull}21160[21160]
- Keep cursor state between httpjson input restarts {pull}20751[20751]
- Convert aws s3 to v2 input {pull}20005[20005]
- Release Cloud Foundry input as GA. {pull}21525[21525]
- New Cisco Umbrella dataset {pull}21504[21504]
- New juniper.srx dataset for Juniper SRX logs. {pull}20017[20017]
- Adding support for Microsoft 365 Defender (Microsoft Threat Protection) {pull}21446[21446]
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/cloudfoundry/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type cloudfoundryEvent interface {
func Plugin() v2.Plugin {
return v2.Plugin{
Name: "cloudfoundry",
Stability: feature.Beta,
Stability: feature.Stable,
Deprecated: false,
Info: "collect logs from cloudfoundry loggregator",
Manager: stateless.NewInputManager(configure),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>add_cloudfoundry_metadata</titleabbrev>
++++

beta[]

The `add_cloudfoundry_metadata` processor annotates each event with relevant metadata
from Cloud Foundry applications. The events are annotated with Cloud Foundry metadata,
only if the event contains a reference to a Cloud Foundry application (using field
Expand Down

0 comments on commit 3f6c36a

Please sign in to comment.