update kpi user authentication area configs (#144011)

This commit is contained in:
Angela Chuang 2022-10-26 12:06:43 +01:00 committed by GitHub
parent e390743f2e
commit 2e03c3a60b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -7,17 +7,17 @@ Object {
Object {
"id": "security-solution-my-test",
"name": "indexpattern-datasource-current-indexpattern",
"type": "{dataViewId}",
"type": "index-pattern",
},
Object {
"id": "security-solution-my-test",
"name": "indexpattern-datasource-layer-31213ae3-905b-4e88-b987-0cccb1f3209f",
"type": "{dataViewId}",
"type": "index-pattern",
},
Object {
"id": "security-solution-my-test",
"name": "indexpattern-datasource-layer-4590dafb-4ac7-45aa-8641-47a3ff0b817c",
"type": "{dataViewId}",
"type": "index-pattern",
},
],
"state": Object {

View file

@ -183,18 +183,18 @@ export const kpiUserAuthenticationsAreaLensAttributes: LensAttributes = {
},
references: [
{
type: '{dataViewId}',
id: 'security-solution-default',
type: 'index-pattern',
id: '{dataViewId}',
name: 'indexpattern-datasource-current-indexpattern',
},
{
type: '{dataViewId}',
id: 'security-solution-default',
type: 'index-pattern',
id: '{dataViewId}',
name: 'indexpattern-datasource-layer-31213ae3-905b-4e88-b987-0cccb1f3209f',
},
{
type: '{dataViewId}',
id: 'security-solution-default',
type: 'index-pattern',
id: '{dataViewId}',
name: 'indexpattern-datasource-layer-4590dafb-4ac7-45aa-8641-47a3ff0b817c',
},
],