mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Remove beta label from GA metricbeat modules (#29720)
This commit is contained in:
parent
f46a8d64ca
commit
95cbc4ffd7
20 changed files with 20 additions and 19 deletions
|
@ -28,7 +28,7 @@ export function aerospikeMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.aerospikeMetrics.nameTitle', {
|
||||
defaultMessage: 'Aerospike metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.aerospikeMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from the Aerospike server.',
|
||||
|
|
|
@ -40,7 +40,7 @@ export function awsMetricsSpecProvider(server, context) {
|
|||
},
|
||||
}),
|
||||
euiIconType: 'logoAWS',
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
artifacts: {
|
||||
dashboards: [
|
||||
{
|
||||
|
|
|
@ -28,7 +28,7 @@ export function cephMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.cephMetrics.nameTitle', {
|
||||
defaultMessage: 'Ceph metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.cephMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from the Ceph server.',
|
||||
|
|
|
@ -28,7 +28,7 @@ export function couchbaseMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.couchbaseMetrics.nameTitle', {
|
||||
defaultMessage: 'Couchbase metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.couchbaseMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from Couchbase.',
|
||||
|
|
|
@ -28,7 +28,7 @@ export function dropwizardMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.dropwizardMetrics.nameTitle', {
|
||||
defaultMessage: 'Dropwizard metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.dropwizardMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from Dropwizard Java application.',
|
||||
|
|
|
@ -28,7 +28,7 @@ export function elasticsearchMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.elasticsearchMetrics.nameTitle', {
|
||||
defaultMessage: 'Elasticsearch metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.elasticsearchMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from Elasticsearch.',
|
||||
|
|
|
@ -28,7 +28,7 @@ export function etcdMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.etcdMetrics.nameTitle', {
|
||||
defaultMessage: 'Etcd metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.etcdMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from the Etcd server.',
|
||||
|
|
|
@ -28,7 +28,7 @@ export function haproxyMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.haproxyMetrics.nameTitle', {
|
||||
defaultMessage: 'HAProxy metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.haproxyMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from the HAProxy server.',
|
||||
|
|
|
@ -28,7 +28,7 @@ export function kafkaMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.kafkaMetrics.nameTitle', {
|
||||
defaultMessage: 'Kafka metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.kafkaMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from the Kafka server.',
|
||||
|
|
|
@ -28,7 +28,7 @@ export function kibanaMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.kibanaMetrics.nameTitle', {
|
||||
defaultMessage: 'Kibana metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.kibanaMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from Kibana.',
|
||||
|
|
|
@ -28,7 +28,7 @@ export function logstashMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.logstashMetrics.nameTitle', {
|
||||
defaultMessage: 'Logstash metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.logstashMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from a Logstash server.',
|
||||
|
|
|
@ -28,7 +28,7 @@ export function memcachedMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.memcachedMetrics.nameTitle', {
|
||||
defaultMessage: 'Memcached metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.memcachedMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from the Memcached server.',
|
||||
|
|
|
@ -29,7 +29,7 @@ export function phpfpmMetricsSpecProvider(server, context) {
|
|||
defaultMessage: 'PHP-FPM metrics',
|
||||
}),
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.phpFpmMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from PHP-FPM.',
|
||||
}),
|
||||
|
|
|
@ -29,7 +29,7 @@ export function postgresqlMetricsSpecProvider(server, context) {
|
|||
defaultMessage: 'PostgreSQL metrics',
|
||||
}),
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.postgresqlMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from PostgreSQL.',
|
||||
}),
|
||||
|
|
|
@ -28,7 +28,7 @@ export function prometheusMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.prometheusMetrics.nameTitle', {
|
||||
defaultMessage: 'Prometheus metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.prometheusMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch metrics from a Prometheus exporter.',
|
||||
|
|
|
@ -40,7 +40,7 @@ export function rabbitmqMetricsSpecProvider(server, context) {
|
|||
},
|
||||
}),
|
||||
euiIconType: 'logoRabbitmq',
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
artifacts: {
|
||||
dashboards: [
|
||||
{
|
||||
|
|
|
@ -40,7 +40,7 @@ export function uwsgiMetricsSpecProvider(server, context) {
|
|||
},
|
||||
}),
|
||||
//euiIconType: 'logouWSGI',
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
artifacts: {
|
||||
dashboards: [
|
||||
{
|
||||
|
|
|
@ -40,6 +40,7 @@ export function vSphereMetricsSpecProvider(server, context) {
|
|||
},
|
||||
}),
|
||||
//euiIconType: 'logoVSphere',
|
||||
isBeta: true,
|
||||
artifacts: {
|
||||
application: {
|
||||
label: i18n.translate('kbn.server.tutorials.vsphereMetrics.artifacts.application.label', {
|
||||
|
|
|
@ -28,7 +28,7 @@ export function windowsMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.windowsMetrics.nameTitle', {
|
||||
defaultMessage: 'Windows metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.windowsMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from Windows.',
|
||||
|
|
|
@ -28,7 +28,7 @@ export function zookeeperMetricsSpecProvider(server, context) {
|
|||
name: i18n.translate('kbn.server.tutorials.zookeeperMetrics.nameTitle', {
|
||||
defaultMessage: 'Zookeeper metrics',
|
||||
}),
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
category: TUTORIAL_CATEGORY.METRICS,
|
||||
shortDescription: i18n.translate('kbn.server.tutorials.zookeeperMetrics.shortDescription', {
|
||||
defaultMessage: 'Fetch internal metrics from a Zookeeper server.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue