Skip to content

Commit

Permalink
[Stack monitoring] Remove react migration feature flag (#115575) (#11…
Browse files Browse the repository at this point in the history
…5607)

Co-authored-by: Ester Martí Vilaseca <[email protected]>
  • Loading branch information
kibanamachine and estermv authored Oct 19, 2021
1 parent ff32914 commit cb76896
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion x-pack/plugins/monitoring/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
];
}

Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/monitoring/server/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ describe('config schema', () => {
"index": "metricbeat-*",
},
"min_interval_seconds": 10,
"render_react_app": true,
"show_license_expiration": true,
},
}
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/monitoring/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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({
Expand Down

0 comments on commit cb76896

Please sign in to comment.