mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[7.6] [APM] Add xpack.apm.enabled
key to config schema (#575… (#57680)
Closes #57418. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
7821f87d85
commit
a0f212d441
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ export const config = {
|
|||
ui: true,
|
||||
},
|
||||
schema: schema.object({
|
||||
enabled: schema.boolean({ defaultValue: true }),
|
||||
serviceMapEnabled: schema.boolean({ defaultValue: false }),
|
||||
serviceMapInitialTimeRange: schema.number({ defaultValue: 60 * 1000 * 60 }), // last 1 hour
|
||||
autocreateApmIndexPattern: schema.boolean({ defaultValue: true }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue