mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 2e03c3a60b
)
Co-authored-by: Angela Chuang <6295984+angorayc@users.noreply.github.com>
This commit is contained in:
parent
6d3922722e
commit
f2a83ac745
2 changed files with 9 additions and 9 deletions
|
@ -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 {
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue