mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Stack monitoring] Remove react migration feature flag (#115575)
This commit is contained in:
parent
9bc4865170
commit
ffeadc5241
3 changed files with 0 additions and 3 deletions
|
@ -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],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -106,7 +106,6 @@ describe('config schema', () => {
|
|||
"index": "metricbeat-*",
|
||||
},
|
||||
"min_interval_seconds": 10,
|
||||
"render_react_app": true,
|
||||
"show_license_expiration": true,
|
||||
},
|
||||
}
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue