Skip to content

Commit

Permalink
[APM] Enable spaces for UI indices
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Sep 18, 2020
1 parent 3101ca3 commit 5e79afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/server/saved_objects/apm_indices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { SavedObjectsType } from 'src/core/server';
export const apmIndices: SavedObjectsType = {
name: 'apm-indices',
hidden: false,
namespaceType: 'agnostic',
namespaceType: 'single',
mappings: {
properties: {
/* eslint-disable @typescript-eslint/naming-convention */
Expand Down

0 comments on commit 5e79afc

Please sign in to comment.