update kpi user authentication area configs (#144011) (#144017)

(cherry picked from commit 2e03c3a60b)

Co-authored-by: Angela Chuang <6295984+angorayc@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-10-26 08:18:55 -04:00 committed by GitHub
parent 6d3922722e
commit f2a83ac745
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',
},
],