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
(cherry picked from commit 3f6c36a)
  • Loading branch information
jsoriano committed Oct 6, 2020
1 parent d1306da commit 2226988
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 @@ -516,6 +516,7 @@ field. You can revert this change by configuring tags for the module and omittin
- Added experimental dataset `sophos/utm`. {pull}20820[20820]
- Add Cloud Foundry tags in related events. {pull}21177[21177]
- 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 @@ -690,6 +691,7 @@ field. You can revert this change by configuring tags for the module and omittin
- 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]

*Heartbeat*
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 2226988

Please sign in to comment.