mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 5a06e8f870
)
Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>
This commit is contained in:
parent
8b166998cb
commit
7a79840879
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ export { AgentNotFoundError } from './errors';
|
|||
export const config: PluginConfigDescriptor = {
|
||||
exposeToBrowser: {
|
||||
epm: true,
|
||||
agents: true,
|
||||
agents: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
deprecations: ({ deprecate, renameFromRoot, unused, unusedFromRoot }) => [
|
||||
deprecate('enabled', '8.0.0'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue