Skip to content

Commit

Permalink
Moves the cloudfoundry in metricbeat, filebeat, and processor to beta (
Browse files Browse the repository at this point in the history
…elastic#17065)

* Move cloudfoundry to beta.

* Update the yml to beta.

* Run update.
  • Loading branch information
blakerouse committed Mar 23, 2020
1 parent c65648a commit 4b16852
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/cloudfoundry.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This file is generated! See scripts/mage/docs_collector.go
[role="xpack"]
== cloudfoundry module

experimental[]
beta[]

This is the cloudfoundry module.

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/cloudfoundry/container.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is generated! See scripts/mage/docs_collector.go
[[metricbeat-metricset-cloudfoundry-container]]
=== cloudfoundry container metricset

experimental[]
beta[]

include::../../../../x-pack/metricbeat/module/cloudfoundry/container/_meta/docs.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/cloudfoundry/counter.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is generated! See scripts/mage/docs_collector.go
[[metricbeat-metricset-cloudfoundry-counter]]
=== cloudfoundry counter metricset

experimental[]
beta[]

include::../../../../x-pack/metricbeat/module/cloudfoundry/counter/_meta/docs.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/cloudfoundry/value.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is generated! See scripts/mage/docs_collector.go
[[metricbeat-metricset-cloudfoundry-value]]
=== cloudfoundry value metricset

experimental[]
beta[]

include::../../../../x-pack/metricbeat/module/cloudfoundry/value/_meta/docs.asciidoc[]

Expand Down
8 changes: 4 additions & 4 deletions metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ This file is generated! See scripts/mage/docs_collector.go
|<<metricbeat-metricset-ceph-osd_df,osd_df>>
|<<metricbeat-metricset-ceph-osd_tree,osd_tree>>
|<<metricbeat-metricset-ceph-pool_disk,pool_disk>>
|<<metricbeat-module-cloudfoundry,cloudfoundry>> experimental[] |image:./images/icon-no.png[No prebuilt dashboards] |
.3+| .3+| |<<metricbeat-metricset-cloudfoundry-container,container>> experimental[]
|<<metricbeat-metricset-cloudfoundry-counter,counter>> experimental[]
|<<metricbeat-metricset-cloudfoundry-value,value>> experimental[]
|<<metricbeat-module-cloudfoundry,cloudfoundry>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
.3+| .3+| |<<metricbeat-metricset-cloudfoundry-container,container>> beta[]
|<<metricbeat-metricset-cloudfoundry-counter,counter>> beta[]
|<<metricbeat-metricset-cloudfoundry-value,value>> beta[]
|<<metricbeat-module-cockroachdb,CockroachDB>> beta[] |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.1+| .1+| |<<metricbeat-metricset-cockroachdb-status,status>> beta[]
|<<metricbeat-module-consul,consul>> beta[] |image:./images/icon-yes.png[Prebuilt dashboards are available] |
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/docs/inputs/input-cloudfoundry.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<titleabbrev>Cloud Foundry</titleabbrev>
++++

experimental[]
beta[]

Use the `cloudfoundry` input to get http access logs, container logs and error logs from Cloud Foundry. Connects to
the Cloud Foundry loggregator to receive events.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<titleabbrev>add_cloudfoundry_metadata</titleabbrev>
++++

experimental[]
beta[]

The `add_cloudfoundry_metadata` processor annotates each event with relevant metadata
from Cloud Foundry applications. The events are annotated with Cloud Foundry metadata,
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/cloudfoundry/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "cloudfoundry"
description: >
Cloud Foundry module
release: experimental
release: beta
fields:
- name: cloudfoundry
type: group
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
`container` contains container metrics from Cloud Foundry.
release: experimental
release: beta
fields:
- name: instance_index
type: long
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
`counter` contains counter metrics from Cloud Foundry.
release: experimental
release: beta
fields:
- name: name
type: keyword
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/cloudfoundry/fields.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
`value` contains counter metrics from Cloud Foundry.
release: experimental
release: beta
fields:
- name: name
type: keyword
Expand Down

0 comments on commit 4b16852

Please sign in to comment.