Skip to content

Commit

Permalink
remove case index pattern from siem
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Feb 13, 2020
1 parent 202efd1 commit aac10e2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions x-pack/legacy/plugins/siem/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,16 @@ export const siem = (kibana: any) => {

// TODO: Remove once while Saved Object Mappings API is programmed for the NP See: https://github.com/elastic/kibana/issues/50309
// uncomment for a good time ;) https://github.com/elastic/kibana/pull/57283
savedObjectSchemas: {
'case-workflow': {
indexPattern: '.case-testing-ground',
isNamespaceAgnostic: false,
},
'case-workflow-comment': {
indexPattern: '.case-testing-ground',
isNamespaceAgnostic: false,
},
},
// savedObjectSchemas: {
// 'case-workflow': {
// indexPattern: '.case-testing-ground',
// isNamespaceAgnostic: false,
// },
// 'case-workflow-comment': {
// indexPattern: '.case-testing-ground',
// isNamespaceAgnostic: false,
// },
// },
},
init(server: Server) {
const { config, newPlatform, plugins, route } = server;
Expand Down

0 comments on commit aac10e2

Please sign in to comment.