mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix cloud env in apm tutorial (#57817)
This commit is contained in:
parent
169626b272
commit
2a4f7e817b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function isEnabled(config) {
|
|||
export function apmSpecProvider(server) {
|
||||
const config = server.config();
|
||||
const apmIndexPatternTitle = config.get('apm_oss.indexPattern');
|
||||
const { cloud } = server.newPlatform.setup;
|
||||
const { cloud } = server.newPlatform.setup.plugins;
|
||||
|
||||
const savedObjects = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue