[Stack monitoring] Remove react migration feature flag (#115575)

This commit is contained in:
Ester Martí Vilaseca 2021-10-19 19:03:34 +02:00 committed by GitHub
parent 9bc4865170
commit ffeadc5241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

@ -133,7 +133,6 @@ export class MonitoringPlugin
['showLicenseExpiration', monitoring.ui.show_license_expiration],
['showCgroupMetricsElasticsearch', monitoring.ui.container.elasticsearch.enabled],
['showCgroupMetricsLogstash', monitoring.ui.container.logstash.enabled],
['renderReactApp', monitoring.ui.render_react_app],
];
}

View file

@ -106,7 +106,6 @@ describe('config schema', () => {
"index": "metricbeat-*",
},
"min_interval_seconds": 10,
"render_react_app": true,
"show_license_expiration": true,
},
}

View file

@ -50,7 +50,6 @@ export const configSchema = schema.object({
}),
min_interval_seconds: schema.number({ defaultValue: 10 }),
show_license_expiration: schema.boolean({ defaultValue: true }),
render_react_app: schema.boolean({ defaultValue: true }),
}),
kibana: schema.object({
collection: schema.object({