Skip to content

Commit 3f6c36a

Browse files
authored
Release cloudfoundry input and processor as GA (#21525)
1 parent 0dd2428 commit 3f6c36a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.next.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
450450
- Add Cloud Foundry tags in related events. {pull}21177[21177]
451451
- Cloud Foundry metadata is cached to disk. {pull}20775[20775]
452452
- Add option to select the type of index template to load: legacy, component, index. {pull}21212[21212]
453+
- Release `add_cloudfoundry_metadata` as GA. {pull}21525[21525]
453454

454455
*Auditbeat*
455456

@@ -606,6 +607,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
606607
- Add related.hosts ecs field to all modules {pull}21160[21160]
607608
- Keep cursor state between httpjson input restarts {pull}20751[20751]
608609
- Convert aws s3 to v2 input {pull}20005[20005]
610+
- Release Cloud Foundry input as GA. {pull}21525[21525]
609611
- New Cisco Umbrella dataset {pull}21504[21504]
610612
- New juniper.srx dataset for Juniper SRX logs. {pull}20017[20017]
611613
- Adding support for Microsoft 365 Defender (Microsoft Threat Protection) {pull}21446[21446]

x-pack/filebeat/input/cloudfoundry/input.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type cloudfoundryEvent interface {
2525
func Plugin() v2.Plugin {
2626
return v2.Plugin{
2727
Name: "cloudfoundry",
28-
Stability: feature.Beta,
28+
Stability: feature.Stable,
2929
Deprecated: false,
3030
Info: "collect logs from cloudfoundry loggregator",
3131
Manager: stateless.NewInputManager(configure),

x-pack/libbeat/processors/add_cloudfoundry_metadata/docs/add_cloudfoundry_metadata.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<titleabbrev>add_cloudfoundry_metadata</titleabbrev>
77
++++
88

9-
beta[]
10-
119
The `add_cloudfoundry_metadata` processor annotates each event with relevant metadata
1210
from Cloud Foundry applications. The events are annotated with Cloud Foundry metadata,
1311
only if the event contains a reference to a Cloud Foundry application (using field

0 commit comments

Comments
 (0)