From b341fa6d5359d9adcd8b2cca16a5bb57fc726901 Mon Sep 17 00:00:00 2001 From: Mayura Deshmukh Date: Wed, 11 Oct 2023 10:31:27 +0530 Subject: [PATCH 1/4] MOSIP-27967 updated biometric scores connector Signed-off-by: Mayura Deshmukh --- .../70.toolkit_biometric_scores.api | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api b/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api index 06ebbbe..3b60502 100644 --- a/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api +++ b/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api @@ -36,26 +36,28 @@ curl \ "behavior.on.null.values": "DELETE", - "transforms": "debezExtract,tsconvert01,stringtojson01,tsconvert02,tsSelect", + "transforms": "extValue1,extValue2,extKey1,extKey2,tsconvert01,stringtojson01,tsSelect", - "transforms.debezExtract.type": "io.debezium.transforms.ExtractNewRecordState", - "transforms.debezExtract.delete.handling.mode": "drop", - "transforms.debezExtract.drop.tombstones": "false", - "transforms.debezExtract.add.fields": "source.ts_ms:ts_ms,table,lsn", - "transforms.debezExtract.add.fields.prefix": "source_", + "transforms.extValue1.type": "org.apache.kafka.connect.transforms.ExtractField$Value", + "transforms.extValue1.field": "payload", + "transforms.extValue2.type": "org.apache.kafka.connect.transforms.ExtractField$Value", + "transforms.extValue2.field": "after", + + "transforms.extKey1.type": "org.apache.kafka.connect.transforms.ExtractField$Key", + "transforms.extKey1.field": "payload", + "transforms.extKey2.type": "org.apache.kafka.connect.transforms.ExtractField$Key", + "transforms.extKey2.field": "id", "transforms.tsconvert01.type": "io.mosip.kafka.connect.transforms.TimestampConverterAdv$Value", - "transforms.tsconvert01.field": "source_ts_ms", + "transforms.tsconvert01.field": "cr_dtimes", + "transforms.tsconvert01.input.type": "micro_sec", "transforms.stringtojson01.type": "io.mosip.kafka.connect.transforms.StringToJson$Value", "transforms.stringtojson01.input.field": "scores_json", - - "transforms.tsconvert02.type": "io.mosip.kafka.connect.transforms.TimestampConverterAdv$Value", - "transforms.tsconvert02.field": "cr_dtimes", - "transforms.tsconvert02.input.type": "micro_sec", - + "transforms.tsSelect.type": "io.mosip.kafka.connect.transforms.TimestampSelector$Value", "transforms.tsSelect.ts.order": "cr_dtimes", "transforms.tsSelect.output.field": "@timestamp_gen" + } }'; From 0050dde07b7dd0a496b8404a19c746ef52ef05dc Mon Sep 17 00:00:00 2001 From: Mayura Deshmukh Date: Wed, 11 Oct 2023 13:18:09 +0530 Subject: [PATCH 2/4] MOSIP-27967 removed extKey mapping Signed-off-by: Mayura Deshmukh --- .../70.toolkit_biometric_scores.api | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api b/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api index 3b60502..2eb4671 100644 --- a/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api +++ b/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api @@ -36,18 +36,13 @@ curl \ "behavior.on.null.values": "DELETE", - "transforms": "extValue1,extValue2,extKey1,extKey2,tsconvert01,stringtojson01,tsSelect", - - "transforms.extValue1.type": "org.apache.kafka.connect.transforms.ExtractField$Value", - "transforms.extValue1.field": "payload", - "transforms.extValue2.type": "org.apache.kafka.connect.transforms.ExtractField$Value", - "transforms.extValue2.field": "after", - - "transforms.extKey1.type": "org.apache.kafka.connect.transforms.ExtractField$Key", - "transforms.extKey1.field": "payload", - "transforms.extKey2.type": "org.apache.kafka.connect.transforms.ExtractField$Key", - "transforms.extKey2.field": "id", + "transforms": "ext1,ext2,tsconvert01,stringtojson01,tsSelect", + "transforms.ext1.type": "org.apache.kafka.connect.transforms.ExtractField$Value", + "transforms.ext1.field": "payload", + "transforms.ext2.type": "org.apache.kafka.connect.transforms.ExtractField$Value", + "transforms.ext2.field": "after", + "transforms.tsconvert01.type": "io.mosip.kafka.connect.transforms.TimestampConverterAdv$Value", "transforms.tsconvert01.field": "cr_dtimes", "transforms.tsconvert01.input.type": "micro_sec", From d996d6aa2bceedfd4757ad4e6c10aaf4d4ab7106 Mon Sep 17 00:00:00 2001 From: Mayura Deshmukh Date: Wed, 11 Oct 2023 13:18:09 +0530 Subject: [PATCH 3/4] MOSIP-27967 removed extKey mapping Signed-off-by: Mayura Deshmukh --- .../70.toolkit_biometric_scores.api | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api b/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api index 3b60502..2eb4671 100644 --- a/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api +++ b/kafka-connect/ref_connector_api_calls/70.toolkit_biometric_scores.api @@ -36,18 +36,13 @@ curl \ "behavior.on.null.values": "DELETE", - "transforms": "extValue1,extValue2,extKey1,extKey2,tsconvert01,stringtojson01,tsSelect", - - "transforms.extValue1.type": "org.apache.kafka.connect.transforms.ExtractField$Value", - "transforms.extValue1.field": "payload", - "transforms.extValue2.type": "org.apache.kafka.connect.transforms.ExtractField$Value", - "transforms.extValue2.field": "after", - - "transforms.extKey1.type": "org.apache.kafka.connect.transforms.ExtractField$Key", - "transforms.extKey1.field": "payload", - "transforms.extKey2.type": "org.apache.kafka.connect.transforms.ExtractField$Key", - "transforms.extKey2.field": "id", + "transforms": "ext1,ext2,tsconvert01,stringtojson01,tsSelect", + "transforms.ext1.type": "org.apache.kafka.connect.transforms.ExtractField$Value", + "transforms.ext1.field": "payload", + "transforms.ext2.type": "org.apache.kafka.connect.transforms.ExtractField$Value", + "transforms.ext2.field": "after", + "transforms.tsconvert01.type": "io.mosip.kafka.connect.transforms.TimestampConverterAdv$Value", "transforms.tsconvert01.field": "cr_dtimes", "transforms.tsconvert01.input.type": "micro_sec", From eb32f96fad2ddff8088e4a369f5d7c92d8059e69 Mon Sep 17 00:00:00 2001 From: Mayura Deshmukh Date: Mon, 16 Oct 2023 16:53:06 +0530 Subject: [PATCH 4/4] MOSIP-27967 corrected CTK dashboards Signed-off-by: Mayura Deshmukh --- dashboards/45.ctk_partners_projects_dashboard.ndjson | 6 ++---- dashboards/46.ctk_test_run_details_trends_dashboard.ndjson | 5 ++--- .../47.ctk_test_runs_all_collections_dashboard.ndjson | 5 ++--- ...48.ctk_test_runs_compliance_collections_dashboard.ndjson | 5 ++--- 4 files changed, 8 insertions(+), 13 deletions(-) diff --git a/dashboards/45.ctk_partners_projects_dashboard.ndjson b/dashboards/45.ctk_partners_projects_dashboard.ndjson index 8bffeed..11017f3 100644 --- a/dashboards/45.ctk_partners_projects_dashboard.ndjson +++ b/dashboards/45.ctk_partners_projects_dashboard.ndjson @@ -1,4 +1,2 @@ -{"attributes":{"fieldAttrs":"{}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"cr_dtimes","title":"___DB_PREFIX_INDEX___.toolkit.*projects*","typeMeta":"{}"},"coreMigrationVersion":"7.17.2","id":"e4eb38c0-505f-11ee-903b-2d834999c698","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2023-09-11T04:58:48.780Z","version":"WzQ5NDYsMV0="} -{"attributes":{"fieldAttrs":"{}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"cr_dtimes","title":"___DB_PREFIX_INDEX___.toolkit.sbi_projects*","typeMeta":"{}"},"coreMigrationVersion":"7.17.2","id":"257015c0-40cd-11ee-903b-2d834999c698","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2023-08-22T09:20:33.564Z","version":"Wzg1NCwxXQ=="} -{"attributes":{"description":"Pie chart on partners on boarded in CTK based on type of project","hits":0,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\n \"query\": {\n \"query\": \"\",\n \"language\": \"kuery\"\n },\n \"filter\": []\n}"},"optionsJSON":"{\n \"useMargins\": true,\n \"syncColors\": false,\n \"hidePanelTitles\": false\n}","panelsJSON":"[\n {\n \"version\": \"7.17.2\",\n \"type\": \"lens\",\n \"gridData\": {\n \"x\": 0,\n \"y\": 0,\n \"w\": 24,\n \"h\": 15,\n \"i\": \"4f566b42-fb4f-40bc-9e96-166c48ee54ea\"\n },\n \"panelIndex\": \"4f566b42-fb4f-40bc-9e96-166c48ee54ea\",\n \"embeddableConfig\": {\n \"attributes\": {\n \"title\": \"\",\n \"visualizationType\": \"lnsMetric\",\n \"type\": \"lens\",\n \"references\": [\n {\n \"type\": \"index-pattern\",\n \"id\": \"e4eb38c0-505f-11ee-903b-2d834999c698\",\n \"name\": \"indexpattern-datasource-current-indexpattern\"\n },\n {\n \"type\": \"index-pattern\",\n \"id\": \"e4eb38c0-505f-11ee-903b-2d834999c698\",\n \"name\": \"indexpattern-datasource-layer-d067d117-5535-413a-87a8-6e9f360431e3\"\n }\n ],\n \"state\": {\n \"visualization\": {\n \"layerId\": \"d067d117-5535-413a-87a8-6e9f360431e3\",\n \"accessor\": \"8b5bd0d4-d333-4d38-8dc1-8664bfa376a5\",\n \"layerType\": \"data\"\n },\n \"query\": {\n \"query\": \"\",\n \"language\": \"kuery\"\n },\n \"filters\": [],\n \"datasourceStates\": {\n \"indexpattern\": {\n \"layers\": {\n \"d067d117-5535-413a-87a8-6e9f360431e3\": {\n \"columns\": {\n \"8b5bd0d4-d333-4d38-8dc1-8664bfa376a5\": {\n \"label\": \"Total number of partners in CTK\",\n \"dataType\": \"number\",\n \"operationType\": \"unique_count\",\n \"scale\": \"ratio\",\n \"sourceField\": \"partner_id.keyword\",\n \"isBucketed\": false,\n \"customLabel\": true\n }\n },\n \"columnOrder\": [\n \"8b5bd0d4-d333-4d38-8dc1-8664bfa376a5\"\n ],\n \"incompleteColumns\": {}\n }\n }\n }\n }\n }\n },\n \"enhancements\": {},\n \"hidePanelTitles\": false\n },\n \"title\": \"Total number of partners onboarded\"\n },\n {\n \"version\": \"7.17.2\",\n \"type\": \"lens\",\n \"gridData\": {\n \"x\": 24,\n \"y\": 0,\n \"w\": 24,\n \"h\": 15,\n \"i\": \"89ef5ad9-7faf-40ed-b184-9e403fbbb91f\"\n },\n \"panelIndex\": \"89ef5ad9-7faf-40ed-b184-9e403fbbb91f\",\n \"embeddableConfig\": {\n \"attributes\": {\n \"title\": \"\",\n \"visualizationType\": \"lnsPie\",\n \"type\": \"lens\",\n \"references\": [\n {\n \"type\": \"index-pattern\",\n \"id\": \"e4eb38c0-505f-11ee-903b-2d834999c698\",\n \"name\": \"indexpattern-datasource-current-indexpattern\"\n },\n {\n \"type\": \"index-pattern\",\n \"id\": \"e4eb38c0-505f-11ee-903b-2d834999c698\",\n \"name\": \"indexpattern-datasource-layer-c1bc1c94-af3e-4b38-92f5-03a96531ac83\"\n }\n ],\n \"state\": {\n \"visualization\": {\n \"shape\": \"pie\",\n \"layers\": [\n {\n \"layerId\": \"c1bc1c94-af3e-4b38-92f5-03a96531ac83\",\n \"groups\": [\n \"71080eb5-ec78-4905-9c59-dce6ba076db8\",\n \"a2028a1d-5c45-42da-9f14-5a1932d673f6\"\n ],\n \"metric\": \"d782ad90-f435-4f1e-9c49-2e4e128c6ee3\",\n \"numberDisplay\": \"value\",\n \"categoryDisplay\": \"default\",\n \"legendDisplay\": \"show\",\n \"nestedLegend\": false,\n \"layerType\": \"data\"\n }\n ],\n \"palette\": {\n \"type\": \"palette\",\n \"name\": \"status\"\n }\n },\n \"query\": {\n \"query\": \"\",\n \"language\": \"kuery\"\n },\n \"filters\": [],\n \"datasourceStates\": {\n \"indexpattern\": {\n \"layers\": {\n \"c1bc1c94-af3e-4b38-92f5-03a96531ac83\": {\n \"columns\": {\n \"d782ad90-f435-4f1e-9c49-2e4e128c6ee3\": {\n \"label\": \"Count of records\",\n \"dataType\": \"number\",\n \"operationType\": \"count\",\n \"isBucketed\": false,\n \"scale\": \"ratio\",\n \"sourceField\": \"Records\"\n },\n \"71080eb5-ec78-4905-9c59-dce6ba076db8\": {\n \"label\": \"Top values of project_type.keyword\",\n \"dataType\": \"string\",\n \"operationType\": \"terms\",\n \"scale\": \"ordinal\",\n \"sourceField\": \"project_type.keyword\",\n \"isBucketed\": true,\n \"params\": {\n \"size\": 5,\n \"orderBy\": {\n \"type\": \"column\",\n \"columnId\": \"d782ad90-f435-4f1e-9c49-2e4e128c6ee3\"\n },\n \"orderDirection\": \"desc\",\n \"otherBucket\": true,\n \"missingBucket\": false\n }\n },\n \"a2028a1d-5c45-42da-9f14-5a1932d673f6\": {\n \"label\": \"Top values of partner_id.keyword\",\n \"dataType\": \"string\",\n \"operationType\": \"terms\",\n \"scale\": \"ordinal\",\n \"sourceField\": \"partner_id.keyword\",\n \"isBucketed\": true,\n \"params\": {\n \"size\": 64,\n \"orderBy\": {\n \"type\": \"alphabetical\",\n \"fallback\": false\n },\n \"orderDirection\": \"desc\",\n \"otherBucket\": false,\n \"missingBucket\": false\n }\n }\n },\n \"columnOrder\": [\n \"71080eb5-ec78-4905-9c59-dce6ba076db8\",\n \"a2028a1d-5c45-42da-9f14-5a1932d673f6\",\n \"d782ad90-f435-4f1e-9c49-2e4e128c6ee3\"\n ],\n \"incompleteColumns\": {}\n }\n }\n }\n }\n }\n },\n \"enhancements\": {},\n \"hidePanelTitles\": false\n },\n \"title\": \"CTK Partners by Project Type\"\n },\n {\n \"version\": \"7.17.2\",\n \"type\": \"lens\",\n \"gridData\": {\n \"x\": 0,\n \"y\": 15,\n \"w\": 24,\n \"h\": 11,\n \"i\": \"74d8c9e6-e35f-40eb-8626-50e27f1b86f9\"\n },\n \"panelIndex\": \"74d8c9e6-e35f-40eb-8626-50e27f1b86f9\",\n \"embeddableConfig\": {\n \"attributes\": {\n \"title\": \"\",\n \"visualizationType\": \"lnsDatatable\",\n \"type\": \"lens\",\n \"references\": [\n {\n \"type\": \"index-pattern\",\n \"id\": \"e4eb38c0-505f-11ee-903b-2d834999c698\",\n \"name\": \"indexpattern-datasource-current-indexpattern\"\n },\n {\n \"type\": \"index-pattern\",\n \"id\": \"e4eb38c0-505f-11ee-903b-2d834999c698\",\n \"name\": \"indexpattern-datasource-layer-002ca48b-3b71-4336-9a80-507ef1b0c701\"\n }\n ],\n \"state\": {\n \"visualization\": {\n \"columns\": [\n {\n \"columnId\": \"5bde2a57-6de3-4683-b570-63fca2464680\",\n \"isTransposed\": false,\n \"alignment\": \"center\"\n },\n {\n \"columnId\": \"dfd1aa9e-1bc2-4a7b-ba62-f585a2a93227\",\n \"isTransposed\": true\n },\n {\n \"columnId\": \"3bec07fa-dfd6-497e-9ea6-dc389e110158\",\n \"isTransposed\": false,\n \"alignment\": \"center\"\n }\n ],\n \"layerId\": \"002ca48b-3b71-4336-9a80-507ef1b0c701\",\n \"layerType\": \"data\"\n },\n \"query\": {\n \"query\": \"\",\n \"language\": \"kuery\"\n },\n \"filters\": [],\n \"datasourceStates\": {\n \"indexpattern\": {\n \"layers\": {\n \"002ca48b-3b71-4336-9a80-507ef1b0c701\": {\n \"columns\": {\n \"5bde2a57-6de3-4683-b570-63fca2464680\": {\n \"label\": \"Partner Id\",\n \"dataType\": \"string\",\n \"operationType\": \"terms\",\n \"scale\": \"ordinal\",\n \"sourceField\": \"partner_id.keyword\",\n \"isBucketed\": true,\n \"params\": {\n \"size\": 5,\n \"orderBy\": {\n \"type\": \"column\",\n \"columnId\": \"3bec07fa-dfd6-497e-9ea6-dc389e110158\"\n },\n \"orderDirection\": \"desc\",\n \"otherBucket\": true,\n \"missingBucket\": false\n },\n \"customLabel\": true\n },\n \"dfd1aa9e-1bc2-4a7b-ba62-f585a2a93227\": {\n \"label\": \"Project Type\",\n \"dataType\": \"string\",\n \"operationType\": \"terms\",\n \"scale\": \"ordinal\",\n \"sourceField\": \"project_type.keyword\",\n \"isBucketed\": true,\n \"params\": {\n \"size\": 3,\n \"orderBy\": {\n \"type\": \"column\",\n \"columnId\": \"3bec07fa-dfd6-497e-9ea6-dc389e110158\"\n },\n \"orderDirection\": \"desc\",\n \"otherBucket\": true,\n \"missingBucket\": false\n },\n \"customLabel\": true\n },\n \"3bec07fa-dfd6-497e-9ea6-dc389e110158\": {\n \"label\": \"Total\",\n \"dataType\": \"number\",\n \"operationType\": \"count\",\n \"isBucketed\": false,\n \"scale\": \"ratio\",\n \"sourceField\": \"Records\",\n \"customLabel\": true\n }\n },\n \"columnOrder\": [\n \"dfd1aa9e-1bc2-4a7b-ba62-f585a2a93227\",\n \"5bde2a57-6de3-4683-b570-63fca2464680\",\n \"3bec07fa-dfd6-497e-9ea6-dc389e110158\"\n ],\n \"incompleteColumns\": {}\n }\n }\n }\n }\n }\n },\n \"hidePanelTitles\": false,\n \"enhancements\": {}\n },\n \"title\": \"List of partner id along with count of projects created\"\n },\n {\n \"version\": \"7.17.2\",\n \"type\": \"lens\",\n \"gridData\": {\n \"x\": 24,\n \"y\": 15,\n \"w\": 24,\n \"h\": 8,\n \"i\": \"5d1659eb-d4d1-49bb-b15c-738cae9ef74c\"\n },\n \"panelIndex\": \"5d1659eb-d4d1-49bb-b15c-738cae9ef74c\",\n \"embeddableConfig\": {\n \"attributes\": {\n \"title\": \"\",\n \"visualizationType\": \"lnsDatatable\",\n \"type\": \"lens\",\n \"references\": [\n {\n \"type\": \"index-pattern\",\n \"id\": \"257015c0-40cd-11ee-903b-2d834999c698\",\n \"name\": \"indexpattern-datasource-current-indexpattern\"\n },\n {\n \"type\": \"index-pattern\",\n \"id\": \"257015c0-40cd-11ee-903b-2d834999c698\",\n \"name\": \"indexpattern-datasource-layer-643b9821-6071-4dd2-b927-ca86586ede14\"\n }\n ],\n \"state\": {\n \"visualization\": {\n \"columns\": [\n {\n \"columnId\": \"ae40277e-1821-47a7-b6d6-0685f2a2fd6c\",\n \"isTransposed\": false,\n \"alignment\": \"center\"\n },\n {\n \"columnId\": \"54d058cf-301f-4b9d-b36b-a18c622d1a45\",\n \"isTransposed\": true\n },\n {\n \"columnId\": \"f7801d64-bd4a-49b5-903c-f77ac12edb62\",\n \"isTransposed\": false,\n \"alignment\": \"center\"\n }\n ],\n \"layerId\": \"643b9821-6071-4dd2-b927-ca86586ede14\",\n \"layerType\": \"data\"\n },\n \"query\": {\n \"query\": \"\",\n \"language\": \"kuery\"\n },\n \"filters\": [],\n \"datasourceStates\": {\n \"indexpattern\": {\n \"layers\": {\n \"643b9821-6071-4dd2-b927-ca86586ede14\": {\n \"columns\": {\n \"ae40277e-1821-47a7-b6d6-0685f2a2fd6c\": {\n \"label\": \"Partner Id\",\n \"dataType\": \"string\",\n \"operationType\": \"terms\",\n \"scale\": \"ordinal\",\n \"sourceField\": \"partner_id.keyword\",\n \"isBucketed\": true,\n \"params\": {\n \"size\": 5,\n \"orderBy\": {\n \"type\": \"column\",\n \"columnId\": \"f7801d64-bd4a-49b5-903c-f77ac12edb62\"\n },\n \"orderDirection\": \"desc\",\n \"otherBucket\": true,\n \"missingBucket\": false\n },\n \"customLabel\": true\n },\n \"54d058cf-301f-4b9d-b36b-a18c622d1a45\": {\n \"label\": \"Partner Id\",\n \"dataType\": \"string\",\n \"operationType\": \"terms\",\n \"scale\": \"ordinal\",\n \"sourceField\": \"purpose.keyword\",\n \"isBucketed\": true,\n \"params\": {\n \"size\": 3,\n \"orderBy\": {\n \"type\": \"column\",\n \"columnId\": \"f7801d64-bd4a-49b5-903c-f77ac12edb62\"\n },\n \"orderDirection\": \"desc\",\n \"otherBucket\": true,\n \"missingBucket\": false\n },\n \"customLabel\": true\n },\n \"f7801d64-bd4a-49b5-903c-f77ac12edb62\": {\n \"label\": \"Total Projects\",\n \"dataType\": \"number\",\n \"operationType\": \"count\",\n \"isBucketed\": false,\n \"scale\": \"ratio\",\n \"sourceField\": \"Records\",\n \"customLabel\": true\n }\n },\n \"columnOrder\": [\n \"54d058cf-301f-4b9d-b36b-a18c622d1a45\",\n \"ae40277e-1821-47a7-b6d6-0685f2a2fd6c\",\n \"f7801d64-bd4a-49b5-903c-f77ac12edb62\"\n ],\n \"incompleteColumns\": {}\n }\n }\n }\n }\n }\n },\n \"hidePanelTitles\": false,\n \"enhancements\": {}\n },\n \"title\": \"SBI Projects by Purpose\"\n }\n]","timeRestore":false,"title":"CTK Partners - Projects Dashboard","version":1},"coreMigrationVersion":"7.17.2","id":"0fb74bd0-505f-11ee-903b-2d834999c698","migrationVersion":{"dashboard":"7.17.0"},"references":[{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"4f566b42-fb4f-40bc-9e96-166c48ee54ea:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"4f566b42-fb4f-40bc-9e96-166c48ee54ea:indexpattern-datasource-layer-d067d117-5535-413a-87a8-6e9f360431e3","type":"index-pattern"},{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"89ef5ad9-7faf-40ed-b184-9e403fbbb91f:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"89ef5ad9-7faf-40ed-b184-9e403fbbb91f:indexpattern-datasource-layer-c1bc1c94-af3e-4b38-92f5-03a96531ac83","type":"index-pattern"},{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"74d8c9e6-e35f-40eb-8626-50e27f1b86f9:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"74d8c9e6-e35f-40eb-8626-50e27f1b86f9:indexpattern-datasource-layer-002ca48b-3b71-4336-9a80-507ef1b0c701","type":"index-pattern"},{"id":"257015c0-40cd-11ee-903b-2d834999c698","name":"5d1659eb-d4d1-49bb-b15c-738cae9ef74c:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"257015c0-40cd-11ee-903b-2d834999c698","name":"5d1659eb-d4d1-49bb-b15c-738cae9ef74c:indexpattern-datasource-layer-643b9821-6071-4dd2-b927-ca86586ede14","type":"index-pattern"}],"type":"dashboard","updated_at":"2023-09-11T10:39:25.072Z","version":"WzU2MTAsMV0="} -{"excludedObjects":[],"excludedObjectsCount":0,"exportedCount":3,"missingRefCount":0,"missingReferences":[]} \ No newline at end of file +{"attributes":{"description":"Pie chart on partners on boarded in CTK based on type of project","hits":0,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"},"optionsJSON":"{\"useMargins\":true,\"syncColors\":false,\"hidePanelTitles\":false}","panelsJSON":"[{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"4f566b42-fb4f-40bc-9e96-166c48ee54ea\"},\"panelIndex\":\"4f566b42-fb4f-40bc-9e96-166c48ee54ea\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsMetric\",\"type\":\"lens\",\"references\":[{\"id\":\"e4eb38c0-505f-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\",\"type\":\"index-pattern\"},{\"id\":\"e4eb38c0-505f-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-d067d117-5535-413a-87a8-6e9f360431e3\",\"type\":\"index-pattern\"}],\"state\":{\"visualization\":{\"layerId\":\"d067d117-5535-413a-87a8-6e9f360431e3\",\"accessor\":\"8b5bd0d4-d333-4d38-8dc1-8664bfa376a5\",\"layerType\":\"data\"},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"d067d117-5535-413a-87a8-6e9f360431e3\":{\"columns\":{\"8b5bd0d4-d333-4d38-8dc1-8664bfa376a5\":{\"label\":\"Total number of partners in CTK\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":false,\"customLabel\":true}},\"columnOrder\":[\"8b5bd0d4-d333-4d38-8dc1-8664bfa376a5\"],\"incompleteColumns\":{}}}}}}},\"enhancements\":{},\"hidePanelTitles\":false},\"title\":\"Total number of partners onboarded\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"89ef5ad9-7faf-40ed-b184-9e403fbbb91f\"},\"panelIndex\":\"89ef5ad9-7faf-40ed-b184-9e403fbbb91f\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsPie\",\"type\":\"lens\",\"references\":[{\"id\":\"e4eb38c0-505f-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\",\"type\":\"index-pattern\"},{\"id\":\"e4eb38c0-505f-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c1bc1c94-af3e-4b38-92f5-03a96531ac83\",\"type\":\"index-pattern\"}],\"state\":{\"visualization\":{\"shape\":\"pie\",\"layers\":[{\"layerId\":\"c1bc1c94-af3e-4b38-92f5-03a96531ac83\",\"groups\":[\"71080eb5-ec78-4905-9c59-dce6ba076db8\",\"a2028a1d-5c45-42da-9f14-5a1932d673f6\"],\"metric\":\"d782ad90-f435-4f1e-9c49-2e4e128c6ee3\",\"numberDisplay\":\"value\",\"categoryDisplay\":\"default\",\"legendDisplay\":\"show\",\"nestedLegend\":false,\"layerType\":\"data\"}],\"palette\":{\"type\":\"palette\",\"name\":\"status\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c1bc1c94-af3e-4b38-92f5-03a96531ac83\":{\"columns\":{\"d782ad90-f435-4f1e-9c49-2e4e128c6ee3\":{\"label\":\"Count of records\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\"},\"71080eb5-ec78-4905-9c59-dce6ba076db8\":{\"label\":\"Top values of project_type.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"project_type.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"d782ad90-f435-4f1e-9c49-2e4e128c6ee3\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false}},\"a2028a1d-5c45-42da-9f14-5a1932d673f6\":{\"label\":\"Top values of partner_id.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":64,\"orderBy\":{\"type\":\"alphabetical\",\"fallback\":false},\"orderDirection\":\"desc\",\"otherBucket\":false,\"missingBucket\":false}}},\"columnOrder\":[\"71080eb5-ec78-4905-9c59-dce6ba076db8\",\"a2028a1d-5c45-42da-9f14-5a1932d673f6\",\"d782ad90-f435-4f1e-9c49-2e4e128c6ee3\"],\"incompleteColumns\":{}}}}}}},\"enhancements\":{},\"hidePanelTitles\":false},\"title\":\"CTK Partners by Project Type\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":23,\"i\":\"74d8c9e6-e35f-40eb-8626-50e27f1b86f9\"},\"panelIndex\":\"74d8c9e6-e35f-40eb-8626-50e27f1b86f9\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsDatatable\",\"type\":\"lens\",\"references\":[{\"id\":\"e4eb38c0-505f-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\",\"type\":\"index-pattern\"},{\"id\":\"e4eb38c0-505f-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-002ca48b-3b71-4336-9a80-507ef1b0c701\",\"type\":\"index-pattern\"}],\"state\":{\"visualization\":{\"columns\":[{\"columnId\":\"5bde2a57-6de3-4683-b570-63fca2464680\",\"isTransposed\":false,\"alignment\":\"center\"},{\"columnId\":\"dfd1aa9e-1bc2-4a7b-ba62-f585a2a93227\",\"isTransposed\":true},{\"columnId\":\"3bec07fa-dfd6-497e-9ea6-dc389e110158\",\"isTransposed\":false,\"alignment\":\"center\"}],\"layerId\":\"002ca48b-3b71-4336-9a80-507ef1b0c701\",\"layerType\":\"data\"},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"002ca48b-3b71-4336-9a80-507ef1b0c701\":{\"columns\":{\"5bde2a57-6de3-4683-b570-63fca2464680\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"3bec07fa-dfd6-497e-9ea6-dc389e110158\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"dfd1aa9e-1bc2-4a7b-ba62-f585a2a93227\":{\"label\":\"Project Type\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"project_type.keyword\",\"isBucketed\":true,\"params\":{\"size\":3,\"orderBy\":{\"type\":\"column\",\"columnId\":\"3bec07fa-dfd6-497e-9ea6-dc389e110158\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"3bec07fa-dfd6-497e-9ea6-dc389e110158\":{\"label\":\"Total\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"customLabel\":true}},\"columnOrder\":[\"dfd1aa9e-1bc2-4a7b-ba62-f585a2a93227\",\"5bde2a57-6de3-4683-b570-63fca2464680\",\"3bec07fa-dfd6-497e-9ea6-dc389e110158\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"List of partner id along with count of projects created\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":15,\"w\":24,\"h\":23,\"i\":\"5d1659eb-d4d1-49bb-b15c-738cae9ef74c\"},\"panelIndex\":\"5d1659eb-d4d1-49bb-b15c-738cae9ef74c\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsDatatable\",\"type\":\"lens\",\"references\":[{\"id\":\"257015c0-40cd-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\",\"type\":\"index-pattern\"},{\"id\":\"257015c0-40cd-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-643b9821-6071-4dd2-b927-ca86586ede14\",\"type\":\"index-pattern\"}],\"state\":{\"visualization\":{\"columns\":[{\"columnId\":\"ae40277e-1821-47a7-b6d6-0685f2a2fd6c\",\"isTransposed\":false,\"alignment\":\"center\"},{\"columnId\":\"54d058cf-301f-4b9d-b36b-a18c622d1a45\",\"isTransposed\":true},{\"columnId\":\"f7801d64-bd4a-49b5-903c-f77ac12edb62\",\"isTransposed\":false,\"alignment\":\"center\"}],\"layerId\":\"643b9821-6071-4dd2-b927-ca86586ede14\",\"layerType\":\"data\"},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"643b9821-6071-4dd2-b927-ca86586ede14\":{\"columns\":{\"ae40277e-1821-47a7-b6d6-0685f2a2fd6c\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"f7801d64-bd4a-49b5-903c-f77ac12edb62\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"54d058cf-301f-4b9d-b36b-a18c622d1a45\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"purpose.keyword\",\"isBucketed\":true,\"params\":{\"size\":3,\"orderBy\":{\"type\":\"column\",\"columnId\":\"f7801d64-bd4a-49b5-903c-f77ac12edb62\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"f7801d64-bd4a-49b5-903c-f77ac12edb62\":{\"label\":\"Total Projects\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"customLabel\":true}},\"columnOrder\":[\"54d058cf-301f-4b9d-b36b-a18c622d1a45\",\"ae40277e-1821-47a7-b6d6-0685f2a2fd6c\",\"f7801d64-bd4a-49b5-903c-f77ac12edb62\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"SBI Projects by Purpose\"}]","timeRestore":false,"title":"CTK Partners - Projects Dashboard","version":1},"coreMigrationVersion":"7.17.2","id":"0fb74bd0-505f-11ee-903b-2d834999c698","migrationVersion":{"dashboard":"7.17.0"},"references":[{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"4f566b42-fb4f-40bc-9e96-166c48ee54ea:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"4f566b42-fb4f-40bc-9e96-166c48ee54ea:indexpattern-datasource-layer-d067d117-5535-413a-87a8-6e9f360431e3","type":"index-pattern"},{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"89ef5ad9-7faf-40ed-b184-9e403fbbb91f:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"89ef5ad9-7faf-40ed-b184-9e403fbbb91f:indexpattern-datasource-layer-c1bc1c94-af3e-4b38-92f5-03a96531ac83","type":"index-pattern"},{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"74d8c9e6-e35f-40eb-8626-50e27f1b86f9:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"e4eb38c0-505f-11ee-903b-2d834999c698","name":"74d8c9e6-e35f-40eb-8626-50e27f1b86f9:indexpattern-datasource-layer-002ca48b-3b71-4336-9a80-507ef1b0c701","type":"index-pattern"},{"id":"257015c0-40cd-11ee-903b-2d834999c698","name":"5d1659eb-d4d1-49bb-b15c-738cae9ef74c:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"257015c0-40cd-11ee-903b-2d834999c698","name":"5d1659eb-d4d1-49bb-b15c-738cae9ef74c:indexpattern-datasource-layer-643b9821-6071-4dd2-b927-ca86586ede14","type":"index-pattern"}],"type":"dashboard","updated_at":"2023-10-16T11:00:41.366Z","version":"WzIyNDYyLDVd"} +{"excludedObjects":[],"excludedObjectsCount":0,"exportedCount":1,"missingRefCount":0,"missingReferences":[]} \ No newline at end of file diff --git a/dashboards/46.ctk_test_run_details_trends_dashboard.ndjson b/dashboards/46.ctk_test_run_details_trends_dashboard.ndjson index 6a064e9..8598a98 100644 --- a/dashboards/46.ctk_test_run_details_trends_dashboard.ndjson +++ b/dashboards/46.ctk_test_run_details_trends_dashboard.ndjson @@ -1,3 +1,2 @@ -{"attributes":{"fieldAttrs":"{}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"@timestamp_gen","title":"___DB_PREFIX_INDEX___.toolkit.test_run_details*","typeMeta":"{}"},"coreMigrationVersion":"7.17.2","id":"7eee55a0-4b11-11ee-903b-2d834999c698","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2023-09-04T10:55:01.114Z","version":"WzM3NDEsMV0="} -{"attributes":{"description":"","hits":0,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"},"optionsJSON":"{\"useMargins\":true,\"syncColors\":false,\"hidePanelTitles\":false}","panelsJSON":"[{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":48,\"h\":19,\"i\":\"2003fc79-c25f-4c8f-83fd-daad610fee17\"},\"panelIndex\":\"2003fc79-c25f-4c8f-83fd-daad610fee17\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-6705057a-a267-47fc-9a2e-c981e1be8f1b\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"yLeftExtent\":{\"mode\":\"full\"},\"yRightExtent\":{\"mode\":\"full\"},\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"labelsOrientation\":{\"x\":0,\"yLeft\":0,\"yRight\":0},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"6705057a-a267-47fc-9a2e-c981e1be8f1b\",\"accessors\":[\"7952435f-35c7-4a32-ac67-2f2c0371e5d6\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"yConfig\":[],\"xAccessor\":\"eab2aa82-3f3b-4aed-9361-299cb8603a5a\",\"splitAccessor\":\"d8fc0dda-baae-4e4b-b506-2b684ca97ef5\"}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"6705057a-a267-47fc-9a2e-c981e1be8f1b\":{\"columns\":{\"eab2aa82-3f3b-4aed-9361-299cb8603a5a\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":3,\"orderBy\":{\"type\":\"column\",\"columnId\":\"7952435f-35c7-4a32-ac67-2f2c0371e5d6\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"7952435f-35c7-4a32-ac67-2f2c0371e5d6\":{\"label\":\"Count of test runs\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"run_id.keyword\",\"isBucketed\":false,\"customLabel\":true},\"d8fc0dda-baae-4e4b-b506-2b684ca97ef5\":{\"label\":\"Top values of partner_id.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":3,\"orderBy\":{\"type\":\"column\",\"columnId\":\"7952435f-35c7-4a32-ac67-2f2c0371e5d6\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false}}},\"columnOrder\":[\"eab2aa82-3f3b-4aed-9361-299cb8603a5a\",\"d8fc0dda-baae-4e4b-b506-2b684ca97ef5\",\"7952435f-35c7-4a32-ac67-2f2c0371e5d6\"],\"incompleteColumns\":{}}}}}}},\"enhancements\":{},\"hidePanelTitles\":false},\"title\":\"Most active partners in CTK\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":19,\"w\":24,\"h\":15,\"i\":\"a4467fac-cec2-461f-b29f-140bfda6df77\"},\"panelIndex\":\"a4467fac-cec2-461f-b29f-140bfda6df77\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-de90516e-e176-4ff9-8086-4671886e6ae0\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"yLeftExtent\":{\"mode\":\"full\"},\"yRightExtent\":{\"mode\":\"full\"},\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"labelsOrientation\":{\"x\":0,\"yLeft\":0,\"yRight\":0},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar\",\"layers\":[{\"layerId\":\"de90516e-e176-4ff9-8086-4671886e6ae0\",\"seriesType\":\"bar\",\"accessors\":[\"3c06e482-4845-4792-9f6c-771ceae8446c\"],\"layerType\":\"data\",\"xAccessor\":\"09750626-2832-4267-a459-9ad7c9f62c93\",\"splitAccessor\":\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\",\"palette\":{\"type\":\"palette\",\"name\":\"complimentary\"}}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"de90516e-e176-4ff9-8086-4671886e6ae0\":{\"columns\":{\"09750626-2832-4267-a459-9ad7c9f62c93\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"result_status.keyword : \\\"success\\\" \",\"language\":\"kuery\"}}]}},\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\":{\"label\":\"Top values of testcase_id.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"testcase_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":20,\"orderBy\":{\"type\":\"column\",\"columnId\":\"3c06e482-4845-4792-9f6c-771ceae8446c\"},\"orderDirection\":\"desc\",\"otherBucket\":false,\"missingBucket\":false}},\"3c06e482-4845-4792-9f6c-771ceae8446c\":{\"label\":\"Number of test runs\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"run_id.keyword\",\"isBucketed\":false,\"customLabel\":true}},\"columnOrder\":[\"09750626-2832-4267-a459-9ad7c9f62c93\",\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\",\"3c06e482-4845-4792-9f6c-771ceae8446c\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Most successful top 20 testcases\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":19,\"w\":24,\"h\":15,\"i\":\"c43cfcbe-b6fa-4dc2-acf8-0fd3f5414a3a\"},\"panelIndex\":\"c43cfcbe-b6fa-4dc2-acf8-0fd3f5414a3a\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-15f921cb-e951-492f-931f-bd9d8bca69e1\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"yLeftExtent\":{\"mode\":\"full\"},\"yRightExtent\":{\"mode\":\"full\"},\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"labelsOrientation\":{\"x\":0,\"yLeft\":0,\"yRight\":0},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar_horizontal\",\"layers\":[{\"layerId\":\"15f921cb-e951-492f-931f-bd9d8bca69e1\",\"seriesType\":\"bar_horizontal\",\"xAccessor\":\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\",\"splitAccessor\":\"d13c83f8-a227-4abd-990e-2b7a230a9ada\",\"accessors\":[\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"],\"layerType\":\"data\",\"palette\":{\"type\":\"palette\",\"name\":\"positive\"}}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"15f921cb-e951-492f-931f-bd9d8bca69e1\":{\"columns\":{\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":20,\"orderBy\":{\"type\":\"column\",\"columnId\":\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"},\"orderDirection\":\"desc\",\"otherBucket\":false,\"missingBucket\":false},\"customLabel\":true},\"d13c83f8-a227-4abd-990e-2b7a230a9ada\":{\"label\":\"successful testcases\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"result_status.keyword : \\\"success\\\" \",\"language\":\"kuery\"}}]},\"customLabel\":true},\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\":{\"label\":\"Number of test runs\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"run_id.keyword\",\"isBucketed\":false,\"customLabel\":true}},\"columnOrder\":[\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\",\"d13c83f8-a227-4abd-990e-2b7a230a9ada\",\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 20 partners in CTK with Successful test cases\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":34,\"w\":24,\"h\":15,\"i\":\"1380d5e6-e352-46df-ab9c-b609ea62927d\"},\"panelIndex\":\"1380d5e6-e352-46df-ab9c-b609ea62927d\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-de90516e-e176-4ff9-8086-4671886e6ae0\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"yLeftExtent\":{\"mode\":\"full\"},\"yRightExtent\":{\"mode\":\"full\"},\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"labelsOrientation\":{\"x\":0,\"yLeft\":0,\"yRight\":0},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar\",\"layers\":[{\"layerId\":\"de90516e-e176-4ff9-8086-4671886e6ae0\",\"seriesType\":\"bar\",\"accessors\":[\"3c06e482-4845-4792-9f6c-771ceae8446c\"],\"layerType\":\"data\",\"xAccessor\":\"09750626-2832-4267-a459-9ad7c9f62c93\",\"splitAccessor\":\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\",\"palette\":{\"type\":\"palette\",\"name\":\"default\"}}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"de90516e-e176-4ff9-8086-4671886e6ae0\":{\"columns\":{\"09750626-2832-4267-a459-9ad7c9f62c93\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"result_status.keyword : \\\"failure\\\" \",\"language\":\"kuery\"}}]}},\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\":{\"label\":\"Top values of testcase_id.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"testcase_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":20,\"orderBy\":{\"type\":\"column\",\"columnId\":\"3c06e482-4845-4792-9f6c-771ceae8446c\"},\"orderDirection\":\"desc\",\"otherBucket\":false,\"missingBucket\":false}},\"3c06e482-4845-4792-9f6c-771ceae8446c\":{\"label\":\"Number of test runs\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"run_id.keyword\",\"isBucketed\":false,\"customLabel\":true}},\"columnOrder\":[\"09750626-2832-4267-a459-9ad7c9f62c93\",\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\",\"3c06e482-4845-4792-9f6c-771ceae8446c\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Most failed top 20 testcases\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":34,\"w\":24,\"h\":15,\"i\":\"665e46fc-c1fd-4a09-84f9-76f0f435259c\"},\"panelIndex\":\"665e46fc-c1fd-4a09-84f9-76f0f435259c\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-15f921cb-e951-492f-931f-bd9d8bca69e1\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"yLeftExtent\":{\"mode\":\"full\"},\"yRightExtent\":{\"mode\":\"full\"},\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"labelsOrientation\":{\"x\":0,\"yLeft\":0,\"yRight\":0},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar_horizontal\",\"layers\":[{\"layerId\":\"15f921cb-e951-492f-931f-bd9d8bca69e1\",\"seriesType\":\"bar_horizontal\",\"xAccessor\":\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\",\"splitAccessor\":\"d13c83f8-a227-4abd-990e-2b7a230a9ada\",\"accessors\":[\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"],\"layerType\":\"data\",\"palette\":{\"type\":\"palette\",\"name\":\"negative\"}}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"15f921cb-e951-492f-931f-bd9d8bca69e1\":{\"columns\":{\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":20,\"orderBy\":{\"type\":\"column\",\"columnId\":\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"},\"orderDirection\":\"desc\",\"otherBucket\":false,\"missingBucket\":false},\"customLabel\":true},\"d13c83f8-a227-4abd-990e-2b7a230a9ada\":{\"label\":\"Failed testcases\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"result_status.keyword : \\\"failure\\\" \",\"language\":\"kuery\"}}]},\"customLabel\":true},\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\":{\"label\":\"Number of test runs\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"run_id.keyword\",\"isBucketed\":false,\"customLabel\":true}},\"columnOrder\":[\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\",\"d13c83f8-a227-4abd-990e-2b7a230a9ada\",\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 20 partners in CTK with Failed test cases\"}]","timeRestore":false,"title":"CTK Test Run Details Trends","version":1},"coreMigrationVersion":"7.17.2","id":"bd236920-5870-11ee-903b-2d834999c698","migrationVersion":{"dashboard":"7.17.0"},"references":[{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"2003fc79-c25f-4c8f-83fd-daad610fee17:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"2003fc79-c25f-4c8f-83fd-daad610fee17:indexpattern-datasource-layer-6705057a-a267-47fc-9a2e-c981e1be8f1b","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"a4467fac-cec2-461f-b29f-140bfda6df77:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"a4467fac-cec2-461f-b29f-140bfda6df77:indexpattern-datasource-layer-de90516e-e176-4ff9-8086-4671886e6ae0","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"c43cfcbe-b6fa-4dc2-acf8-0fd3f5414a3a:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"c43cfcbe-b6fa-4dc2-acf8-0fd3f5414a3a:indexpattern-datasource-layer-15f921cb-e951-492f-931f-bd9d8bca69e1","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"1380d5e6-e352-46df-ab9c-b609ea62927d:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"1380d5e6-e352-46df-ab9c-b609ea62927d:indexpattern-datasource-layer-de90516e-e176-4ff9-8086-4671886e6ae0","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"665e46fc-c1fd-4a09-84f9-76f0f435259c:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"665e46fc-c1fd-4a09-84f9-76f0f435259c:indexpattern-datasource-layer-15f921cb-e951-492f-931f-bd9d8bca69e1","type":"index-pattern"}],"type":"dashboard","updated_at":"2023-09-21T11:19:32.786Z","version":"WzExMTg0LDNd"} -{"excludedObjects":[],"excludedObjectsCount":0,"exportedCount":2,"missingRefCount":0,"missingReferences":[]} \ No newline at end of file +{"attributes":{"description":"","hits":0,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"},"optionsJSON":"{\"useMargins\":true,\"syncColors\":false,\"hidePanelTitles\":false}","panelsJSON":"[{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":48,\"h\":19,\"i\":\"2003fc79-c25f-4c8f-83fd-daad610fee17\"},\"panelIndex\":\"2003fc79-c25f-4c8f-83fd-daad610fee17\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\",\"type\":\"index-pattern\"},{\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-6705057a-a267-47fc-9a2e-c981e1be8f1b\",\"type\":\"index-pattern\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"yLeftExtent\":{\"mode\":\"full\"},\"yRightExtent\":{\"mode\":\"full\"},\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"labelsOrientation\":{\"x\":0,\"yLeft\":0,\"yRight\":0},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"6705057a-a267-47fc-9a2e-c981e1be8f1b\",\"accessors\":[\"7952435f-35c7-4a32-ac67-2f2c0371e5d6\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"yConfig\":[],\"xAccessor\":\"eab2aa82-3f3b-4aed-9361-299cb8603a5a\",\"splitAccessor\":\"d8fc0dda-baae-4e4b-b506-2b684ca97ef5\"}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"6705057a-a267-47fc-9a2e-c981e1be8f1b\":{\"columns\":{\"eab2aa82-3f3b-4aed-9361-299cb8603a5a\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":3,\"orderBy\":{\"type\":\"column\",\"columnId\":\"7952435f-35c7-4a32-ac67-2f2c0371e5d6\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"7952435f-35c7-4a32-ac67-2f2c0371e5d6\":{\"label\":\"Count of test runs\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"run_id.keyword\",\"isBucketed\":false,\"customLabel\":true},\"d8fc0dda-baae-4e4b-b506-2b684ca97ef5\":{\"label\":\"Top values of partner_id.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":3,\"orderBy\":{\"type\":\"column\",\"columnId\":\"7952435f-35c7-4a32-ac67-2f2c0371e5d6\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false}}},\"columnOrder\":[\"eab2aa82-3f3b-4aed-9361-299cb8603a5a\",\"d8fc0dda-baae-4e4b-b506-2b684ca97ef5\",\"7952435f-35c7-4a32-ac67-2f2c0371e5d6\"],\"incompleteColumns\":{}}}}}}},\"enhancements\":{},\"hidePanelTitles\":false},\"title\":\"Most active partners in CTK\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":19,\"w\":24,\"h\":15,\"i\":\"a4467fac-cec2-461f-b29f-140bfda6df77\"},\"panelIndex\":\"a4467fac-cec2-461f-b29f-140bfda6df77\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-de90516e-e176-4ff9-8086-4671886e6ae0\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"yLeftExtent\":{\"mode\":\"full\"},\"yRightExtent\":{\"mode\":\"full\"},\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"labelsOrientation\":{\"x\":0,\"yLeft\":0,\"yRight\":0},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar\",\"layers\":[{\"layerId\":\"de90516e-e176-4ff9-8086-4671886e6ae0\",\"seriesType\":\"bar\",\"accessors\":[\"3c06e482-4845-4792-9f6c-771ceae8446c\"],\"layerType\":\"data\",\"xAccessor\":\"09750626-2832-4267-a459-9ad7c9f62c93\",\"splitAccessor\":\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\",\"palette\":{\"type\":\"palette\",\"name\":\"complimentary\"}}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"de90516e-e176-4ff9-8086-4671886e6ae0\":{\"columns\":{\"09750626-2832-4267-a459-9ad7c9f62c93\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"result_status:\\\"success\\\" and execution_status:\\\"complete\\\"\",\"language\":\"kuery\"}}]}},\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\":{\"label\":\"Top values of testcase_id.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"testcase_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":20,\"orderBy\":{\"type\":\"column\",\"columnId\":\"3c06e482-4845-4792-9f6c-771ceae8446c\"},\"orderDirection\":\"desc\",\"otherBucket\":false,\"missingBucket\":false}},\"3c06e482-4845-4792-9f6c-771ceae8446c\":{\"label\":\"Number of test runs\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"run_id.keyword\",\"isBucketed\":false,\"customLabel\":true}},\"columnOrder\":[\"09750626-2832-4267-a459-9ad7c9f62c93\",\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\",\"3c06e482-4845-4792-9f6c-771ceae8446c\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Most successful top 20 testcases\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":19,\"w\":24,\"h\":15,\"i\":\"c43cfcbe-b6fa-4dc2-acf8-0fd3f5414a3a\"},\"panelIndex\":\"c43cfcbe-b6fa-4dc2-acf8-0fd3f5414a3a\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-15f921cb-e951-492f-931f-bd9d8bca69e1\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"yLeftExtent\":{\"mode\":\"full\"},\"yRightExtent\":{\"mode\":\"full\"},\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"labelsOrientation\":{\"x\":0,\"yLeft\":0,\"yRight\":0},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar_horizontal\",\"layers\":[{\"layerId\":\"15f921cb-e951-492f-931f-bd9d8bca69e1\",\"seriesType\":\"bar_horizontal\",\"xAccessor\":\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\",\"splitAccessor\":\"d13c83f8-a227-4abd-990e-2b7a230a9ada\",\"accessors\":[\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"],\"layerType\":\"data\",\"palette\":{\"type\":\"palette\",\"name\":\"positive\"}}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"15f921cb-e951-492f-931f-bd9d8bca69e1\":{\"columns\":{\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":20,\"orderBy\":{\"type\":\"column\",\"columnId\":\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"},\"orderDirection\":\"desc\",\"otherBucket\":false,\"missingBucket\":false},\"customLabel\":true},\"d13c83f8-a227-4abd-990e-2b7a230a9ada\":{\"label\":\"successful testcases\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"result_status:\\\"success\\\" and execution_status:\\\"complete\\\"\",\"language\":\"kuery\"}}]},\"customLabel\":true},\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\":{\"label\":\"Number of test runs\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"run_id.keyword\",\"isBucketed\":false,\"customLabel\":true}},\"columnOrder\":[\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\",\"d13c83f8-a227-4abd-990e-2b7a230a9ada\",\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 20 partners in CTK with Successful test cases\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":34,\"w\":24,\"h\":15,\"i\":\"1380d5e6-e352-46df-ab9c-b609ea62927d\"},\"panelIndex\":\"1380d5e6-e352-46df-ab9c-b609ea62927d\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-de90516e-e176-4ff9-8086-4671886e6ae0\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"yLeftExtent\":{\"mode\":\"full\"},\"yRightExtent\":{\"mode\":\"full\"},\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"labelsOrientation\":{\"x\":0,\"yLeft\":0,\"yRight\":0},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar\",\"layers\":[{\"layerId\":\"de90516e-e176-4ff9-8086-4671886e6ae0\",\"seriesType\":\"bar\",\"accessors\":[\"3c06e482-4845-4792-9f6c-771ceae8446c\"],\"layerType\":\"data\",\"xAccessor\":\"09750626-2832-4267-a459-9ad7c9f62c93\",\"splitAccessor\":\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\",\"palette\":{\"type\":\"palette\",\"name\":\"default\"}}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"de90516e-e176-4ff9-8086-4671886e6ae0\":{\"columns\":{\"09750626-2832-4267-a459-9ad7c9f62c93\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"result_status:\\\"failure\\\"\",\"language\":\"kuery\"}}]}},\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\":{\"label\":\"Top values of testcase_id.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"testcase_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":20,\"orderBy\":{\"type\":\"column\",\"columnId\":\"3c06e482-4845-4792-9f6c-771ceae8446c\"},\"orderDirection\":\"desc\",\"otherBucket\":false,\"missingBucket\":false}},\"3c06e482-4845-4792-9f6c-771ceae8446c\":{\"label\":\"Number of test runs\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"run_id.keyword\",\"isBucketed\":false,\"customLabel\":true}},\"columnOrder\":[\"09750626-2832-4267-a459-9ad7c9f62c93\",\"166ffd41-daaf-4e6b-ba61-33fc9d05a43d\",\"3c06e482-4845-4792-9f6c-771ceae8446c\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Most failed top 20 testcases\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":34,\"w\":24,\"h\":15,\"i\":\"665e46fc-c1fd-4a09-84f9-76f0f435259c\"},\"panelIndex\":\"665e46fc-c1fd-4a09-84f9-76f0f435259c\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"7eee55a0-4b11-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-15f921cb-e951-492f-931f-bd9d8bca69e1\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"yLeftExtent\":{\"mode\":\"full\"},\"yRightExtent\":{\"mode\":\"full\"},\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"labelsOrientation\":{\"x\":0,\"yLeft\":0,\"yRight\":0},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar_horizontal\",\"layers\":[{\"layerId\":\"15f921cb-e951-492f-931f-bd9d8bca69e1\",\"seriesType\":\"bar_horizontal\",\"xAccessor\":\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\",\"splitAccessor\":\"d13c83f8-a227-4abd-990e-2b7a230a9ada\",\"accessors\":[\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"],\"layerType\":\"data\",\"palette\":{\"type\":\"palette\",\"name\":\"negative\"}}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"15f921cb-e951-492f-931f-bd9d8bca69e1\":{\"columns\":{\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":20,\"orderBy\":{\"type\":\"column\",\"columnId\":\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"},\"orderDirection\":\"desc\",\"otherBucket\":false,\"missingBucket\":false},\"customLabel\":true},\"d13c83f8-a227-4abd-990e-2b7a230a9ada\":{\"label\":\"Failed testcases\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"result_status:\\\"failure\\\"\",\"language\":\"kuery\"}}]},\"customLabel\":true},\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\":{\"label\":\"Number of test runs\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"run_id.keyword\",\"isBucketed\":false,\"customLabel\":true}},\"columnOrder\":[\"2d856b03-8803-4fcb-9cd8-6e33e9e7d709\",\"d13c83f8-a227-4abd-990e-2b7a230a9ada\",\"8761dbe7-055f-49cd-b059-8bc4c6c45e4c\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 20 partners in CTK with Failed test cases\"}]","timeRestore":false,"title":"CTK Test Run Details Trends","version":1},"coreMigrationVersion":"7.17.2","id":"bd236920-5870-11ee-903b-2d834999c698","migrationVersion":{"dashboard":"7.17.0"},"references":[{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"2003fc79-c25f-4c8f-83fd-daad610fee17:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"2003fc79-c25f-4c8f-83fd-daad610fee17:indexpattern-datasource-layer-6705057a-a267-47fc-9a2e-c981e1be8f1b","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"a4467fac-cec2-461f-b29f-140bfda6df77:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"a4467fac-cec2-461f-b29f-140bfda6df77:indexpattern-datasource-layer-de90516e-e176-4ff9-8086-4671886e6ae0","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"c43cfcbe-b6fa-4dc2-acf8-0fd3f5414a3a:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"c43cfcbe-b6fa-4dc2-acf8-0fd3f5414a3a:indexpattern-datasource-layer-15f921cb-e951-492f-931f-bd9d8bca69e1","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"1380d5e6-e352-46df-ab9c-b609ea62927d:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"1380d5e6-e352-46df-ab9c-b609ea62927d:indexpattern-datasource-layer-de90516e-e176-4ff9-8086-4671886e6ae0","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"665e46fc-c1fd-4a09-84f9-76f0f435259c:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"7eee55a0-4b11-11ee-903b-2d834999c698","name":"665e46fc-c1fd-4a09-84f9-76f0f435259c:indexpattern-datasource-layer-15f921cb-e951-492f-931f-bd9d8bca69e1","type":"index-pattern"}],"type":"dashboard","updated_at":"2023-10-16T11:14:00.950Z","version":"WzIyNjE4LDVd"} +{"excludedObjects":[],"excludedObjectsCount":0,"exportedCount":1,"missingRefCount":0,"missingReferences":[]} \ No newline at end of file diff --git a/dashboards/47.ctk_test_runs_all_collections_dashboard.ndjson b/dashboards/47.ctk_test_runs_all_collections_dashboard.ndjson index 4702694..fc1d12b 100644 --- a/dashboards/47.ctk_test_runs_all_collections_dashboard.ndjson +++ b/dashboards/47.ctk_test_runs_all_collections_dashboard.ndjson @@ -1,3 +1,2 @@ -{"attributes":{"fieldAttrs":"{}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"cr_dtimes","title":"___DB_PREFIX_INDEX___.toolkit.test_run","typeMeta":"{}"},"coreMigrationVersion":"7.17.2","id":"07df7da0-5871-11ee-903b-2d834999c698","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2023-09-21T11:21:38.170Z","version":"WzExMjM3LDNd"} -{"attributes":{"description":"","hits":0,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"},"optionsJSON":"{\"useMargins\":true,\"syncColors\":false,\"hidePanelTitles\":false}","panelsJSON":"[{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"f8caf12b-3816-4a4c-93b8-ce466fe727b5\"},\"panelIndex\":\"f8caf12b-3816-4a4c-93b8-ce466fe727b5\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of successful testruns\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"run_status : \\\"success\\\" and execution_status : \\\"complete\\\"\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : sbi* and id: sbi*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 SBI partners with successful test runs\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0\"},\"panelIndex\":\"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of successful testruns\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"run_status : \\\"success\\\" and execution_status : \\\"complete\\\"\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : sdk* and id: sdk*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 SDK partners with successful test runs\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"a2a9212e-9d2b-459f-bffd-3aade71a3d8f\"},\"panelIndex\":\"a2a9212e-9d2b-459f-bffd-3aade71a3d8f\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of successful testruns\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"run_status : \\\"success\\\" and execution_status : \\\"complete\\\"\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : abis* and id: abis*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 ABIS partners with successful test runs\"}]","timeRestore":false,"title":"CTK Test Runs - All Collections","version":1},"coreMigrationVersion":"7.17.2","id":"902c60b0-592a-11ee-903b-2d834999c698","migrationVersion":{"dashboard":"7.17.0"},"references":[{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"f8caf12b-3816-4a4c-93b8-ce466fe727b5:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"f8caf12b-3816-4a4c-93b8-ce466fe727b5:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"a2a9212e-9d2b-459f-bffd-3aade71a3d8f:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"a2a9212e-9d2b-459f-bffd-3aade71a3d8f:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"}],"type":"dashboard","updated_at":"2023-09-22T09:29:43.739Z","version":"WzE1MzgwLDNd"} -{"excludedObjects":[],"excludedObjectsCount":0,"exportedCount":2,"missingRefCount":0,"missingReferences":[]} \ No newline at end of file +{"attributes":{"description":"","hits":0,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"},"optionsJSON":"{\"useMargins\":true,\"syncColors\":false,\"hidePanelTitles\":false}","panelsJSON":"[{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"f8caf12b-3816-4a4c-93b8-ce466fe727b5\"},\"panelIndex\":\"f8caf12b-3816-4a4c-93b8-ce466fe727b5\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of successful testruns\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"run_status : \\\"success\\\" and execution_status : \\\"complete\\\"\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : sbi* and id: sbi*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 SBI partners with successful test runs\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0\"},\"panelIndex\":\"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of successful testruns\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"run_status : \\\"success\\\" and execution_status : \\\"complete\\\"\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : sdk* and id: sdk*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 SDK partners with successful test runs\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"a2a9212e-9d2b-459f-bffd-3aade71a3d8f\"},\"panelIndex\":\"a2a9212e-9d2b-459f-bffd-3aade71a3d8f\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of successful testruns\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"run_status : \\\"success\\\" and execution_status : \\\"complete\\\"\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : abis* and id: abis*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 ABIS partners with successful test runs\"}]","timeRestore":false,"title":"CTK Test Runs - All Collections","version":1},"coreMigrationVersion":"7.17.2","id":"902c60b0-592a-11ee-903b-2d834999c698","migrationVersion":{"dashboard":"7.17.0"},"references":[{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"f8caf12b-3816-4a4c-93b8-ce466fe727b5:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"f8caf12b-3816-4a4c-93b8-ce466fe727b5:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"a2a9212e-9d2b-459f-bffd-3aade71a3d8f:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"a2a9212e-9d2b-459f-bffd-3aade71a3d8f:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"}],"type":"dashboard","updated_at":"2023-10-16T10:59:05.852Z","version":"WzIyNDIxLDVd"} +{"excludedObjects":[],"excludedObjectsCount":0,"exportedCount":1,"missingRefCount":0,"missingReferences":[]} \ No newline at end of file diff --git a/dashboards/48.ctk_test_runs_compliance_collections_dashboard.ndjson b/dashboards/48.ctk_test_runs_compliance_collections_dashboard.ndjson index ebbbe27..442778d 100644 --- a/dashboards/48.ctk_test_runs_compliance_collections_dashboard.ndjson +++ b/dashboards/48.ctk_test_runs_compliance_collections_dashboard.ndjson @@ -1,3 +1,2 @@ -{"attributes":{"fieldAttrs":"{}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"cr_dtimes","title":"___DB_PREFIX_INDEX___.toolkit.test_run","typeMeta":"{}"},"coreMigrationVersion":"7.17.2","id":"07df7da0-5871-11ee-903b-2d834999c698","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2023-09-21T11:21:38.170Z","version":"WzExMjM3LDNd"} -{"attributes":{"description":"","hits":0,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"},"optionsJSON":"{\"useMargins\":true,\"syncColors\":false,\"hidePanelTitles\":false}","panelsJSON":"[{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"f8caf12b-3816-4a4c-93b8-ce466fe727b5\"},\"panelIndex\":\"f8caf12b-3816-4a4c-93b8-ce466fe727b5\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of testruns executed\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"execution_status : 'complete'\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : sbi_compliance* and id: sbi*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 SBI partners with maximum number of testruns executed\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0\"},\"panelIndex\":\"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of testruns\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"execution_status : \\\"complete\\\"\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : sdk_compliance* and id: sdk*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 SDK partners with maximum number of testruns executed\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"a2a9212e-9d2b-459f-bffd-3aade71a3d8f\"},\"panelIndex\":\"a2a9212e-9d2b-459f-bffd-3aade71a3d8f\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of testruns\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"execution_status : \\\"complete\\\"\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : abis_compliance* and id: abis*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 ABIS partners with maximum number of testruns executed\"}]","timeRestore":false,"title":"CTK Test Runs - Compliance Collections","version":1},"coreMigrationVersion":"7.17.2","id":"64bd9a70-592a-11ee-903b-2d834999c698","migrationVersion":{"dashboard":"7.17.0"},"references":[{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"f8caf12b-3816-4a4c-93b8-ce466fe727b5:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"f8caf12b-3816-4a4c-93b8-ce466fe727b5:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"a2a9212e-9d2b-459f-bffd-3aade71a3d8f:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"a2a9212e-9d2b-459f-bffd-3aade71a3d8f:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"}],"type":"dashboard","updated_at":"2023-09-22T09:44:24.295Z","version":"WzE1NTk2LDNd"} -{"excludedObjects":[],"excludedObjectsCount":0,"exportedCount":2,"missingRefCount":0,"missingReferences":[]} \ No newline at end of file +{"attributes":{"description":"","hits":0,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"},"optionsJSON":"{\"useMargins\":true,\"syncColors\":false,\"hidePanelTitles\":false}","panelsJSON":"[{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"f8caf12b-3816-4a4c-93b8-ce466fe727b5\"},\"panelIndex\":\"f8caf12b-3816-4a4c-93b8-ce466fe727b5\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of testruns executed\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"execution_status : 'complete'\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : sbi_compliance* and id: sbi*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 SBI partners with maximum number of testruns executed\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0\"},\"panelIndex\":\"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of testruns\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"execution_status : \\\"complete\\\"\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : sdk_compliance* and id: sdk*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 SDK partners with maximum number of testruns executed\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"a2a9212e-9d2b-459f-bffd-3aade71a3d8f\"},\"panelIndex\":\"a2a9212e-9d2b-459f-bffd-3aade71a3d8f\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"07df7da0-5871-11ee-903b-2d834999c698\",\"name\":\"indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346\"}],\"state\":{\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"c47e521b-92d5-4467-95ae-60f758875346\",\"accessors\":[\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"layerType\":\"data\",\"xAccessor\":\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"splitAccessor\":\"602c2398-c578-4f36-b707-4e7c0fa1f149\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"c47e521b-92d5-4467-95ae-60f758875346\":{\"columns\":{\"4b122305-6ee4-41de-ae26-5b90fd4f332b\":{\"label\":\"Number of testruns\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"filter\":{\"query\":\"execution_status : \\\"complete\\\"\",\"language\":\"kuery\"},\"customLabel\":true},\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\":{\"label\":\"Partner Id\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"partner_id.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"602c2398-c578-4f36-b707-4e7c0fa1f149\":{\"label\":\"Filters\",\"dataType\":\"string\",\"operationType\":\"filters\",\"scale\":\"ordinal\",\"isBucketed\":true,\"params\":{\"filters\":[{\"label\":\"\",\"input\":{\"query\":\"collection_id : abis_compliance* and id: abis*\",\"language\":\"kuery\"}}]}}},\"columnOrder\":[\"a94c01ce-939c-44d6-a446-cd74a7a4ab92\",\"602c2398-c578-4f36-b707-4e7c0fa1f149\",\"4b122305-6ee4-41de-ae26-5b90fd4f332b\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Top 5 ABIS partners with maximum number of testruns executed\"}]","timeRestore":false,"title":"CTK Test Runs - Compliance Collections","version":1},"coreMigrationVersion":"7.17.2","id":"64bd9a70-592a-11ee-903b-2d834999c698","migrationVersion":{"dashboard":"7.17.0"},"references":[{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"f8caf12b-3816-4a4c-93b8-ce466fe727b5:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"f8caf12b-3816-4a4c-93b8-ce466fe727b5:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"e444ccf1-c3c2-46f7-a4ed-b3bfb64af1f0:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"a2a9212e-9d2b-459f-bffd-3aade71a3d8f:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"07df7da0-5871-11ee-903b-2d834999c698","name":"a2a9212e-9d2b-459f-bffd-3aade71a3d8f:indexpattern-datasource-layer-c47e521b-92d5-4467-95ae-60f758875346","type":"index-pattern"}],"type":"dashboard","updated_at":"2023-10-16T10:59:16.791Z","version":"WzIyNDI0LDVd"} +{"excludedObjects":[],"excludedObjectsCount":0,"exportedCount":1,"missingRefCount":0,"missingReferences":[]} \ No newline at end of file