Skip to content

Commit

Permalink
[APM] Fix duplicate index patterns (#64883)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed May 4, 2020
1 parent 360b9c1 commit a532a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/apm/server/tutorial/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
ArtifactsSchema,
TutorialsCategory
} from '../../../../../src/plugins/home/server';
import { APM_STATIC_INDEX_PATTERN_ID } from '../../common/index_pattern_constants';

const apmIntro = i18n.translate('xpack.apm.tutorial.introduction', {
defaultMessage:
Expand All @@ -39,6 +40,7 @@ export const tutorialProvider = ({
const savedObjects = [
{
...apmIndexPattern,
id: APM_STATIC_INDEX_PATTERN_ID,
attributes: {
...apmIndexPattern.attributes,
title: indexPatternTitle
Expand Down

0 comments on commit a532a91

Please sign in to comment.