diff --git a/build/es-kafka-connecter/kafka_connect_transforms/src/main/java/io/mosip/kafka/connect/transforms/AnonymousProfileTransform.java b/build/es-kafka-connecter/kafka_connect_transforms/src/main/java/io/mosip/kafka/connect/transforms/AnonymousProfileTransform.java index 3623c8f..d923d5f 100644 --- a/build/es-kafka-connecter/kafka_connect_transforms/src/main/java/io/mosip/kafka/connect/transforms/AnonymousProfileTransform.java +++ b/build/es-kafka-connecter/kafka_connect_transforms/src/main/java/io/mosip/kafka/connect/transforms/AnonymousProfileTransform.java @@ -462,6 +462,14 @@ static void processRegistrationCenter(Map updateValue){ if(updateValue.get("temp_latitude")==null || updateValue.get("temp_longitude")==null){ return; } + try{ + Double.parseDouble((String)updateValue.get("temp_latitude")); + Double.parseDouble((String)updateValue.get("temp_longitude")); + } catch(NumberFormatException nfe) { + System.out.println("Couldn't parse Latitude/Longitude as Numbers, while Processing Reg Center Geo Location" + nfe); + try{ updateValue.remove("temp_latitude"); updateValue.remove("temp_longitude"); } catch(Exception ignored){} + return; + } String ret = ""; diff --git a/dashboards/01.index_patterns.ndjson b/dashboards/01.index_patterns.ndjson index 0bca65e..5f63882 100644 --- a/dashboards/01.index_patterns.ndjson +++ b/dashboards/01.index_patterns.ndjson @@ -1,7 +1,7 @@ {"attributes":{"fieldAttrs":"{}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"@timestamp_gen","title":"___DB_PREFIX_INDEX___.regprc.registration_list*"},"coreMigrationVersion":"7.13.4","id":"145f1fb0-16db-11ec-b110-b52a2fa7f9b3","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2021-10-01T10:38:56.767Z","version":"WzE3MzQ2LDIxMF0="} {"attributes":{"fieldAttrs":"{}","fields":"[{\"count\":0,\"script\":\"def str = doc['reg_id.keyword'].value;\\nreturn str.substring(0, 5);\",\"lang\":\"painless\",\"name\":\"center_code\",\"type\":\"string\",\"scripted\":true,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false,\"customLabel\":\"\"}]","runtimeFieldMap":"{}","timeFieldName":"@timestamp_gen","title":"___DB_PREFIX_INDEX___.regprc.registration"},"coreMigrationVersion":"7.13.4","id":"525362b0-16de-11ec-b110-b52a2fa7f9b3","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2021-10-01T10:38:57.982Z","version":"WzE3MzUyLDIxMF0="} {"attributes":{"fieldAttrs":"{}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"@timestamp_gen","title":"___DB_PREFIX_INDEX___.prereg.applicant_document*"},"coreMigrationVersion":"7.13.4","id":"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2021-10-04T06:17:03.553Z","version":"WzE4NzQ4LDIxMF0="} -{"attributes":{"fieldAttrs":"{}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"@timestamp_gen","title":"___DB_PREFIX_INDEX___.prereg.reg_appointment*"},"coreMigrationVersion":"7.13.4","id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2021-10-04T06:17:03.553Z","version":"WzE4NzUxLDIxMF0="} +{"attributes":{"fieldAttrs":"{}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"appointment_date","title":"___DB_PREFIX_INDEX___.prereg.reg_appointment*"},"coreMigrationVersion":"7.13.4","id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2021-10-04T06:17:03.553Z","version":"WzE4NzUxLDIxMF0="} {"attributes":{"fieldAttrs":"{}","fieldFormatMap":"{\"status_code.keyword\":{\"id\":\"static_lookup\",\"params\":{\"lookupEntries\":[{\"key\":\"used\",\"value\":\"Used OTPs\"},{\"key\":\"active\",\"value\":\"Unused OTPs\"}],\"unknownKeyValue\":\"Others\"}}}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"@timestamp_gen","title":"___DB_PREFIX_INDEX___.prereg.otp_transaction*"},"coreMigrationVersion":"7.13.4","id":"02cea4c0-16ed-11ec-b110-b52a2fa7f9b3","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2021-10-04T07:24:19.313Z","version":"WzE5MTY1LDIxMF0="} {"attributes":{"fieldAttrs":"{}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"@timestamp_gen","title":"___DB_PREFIX_INDEX___.idrepo.anonymous_profile*","typeMeta":"{}"},"coreMigrationVersion":"7.15.2","id":"14a72740-57ec-11ec-b8eb-d572949d71c2","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2021-12-08T06:00:01.204Z","version":"WzEyMzQsMV0="} {"attributes":{"fieldAttrs":"{}","fieldFormatMap":"{\"profile.processName.keyword\":{\"id\":\"static_lookup\",\"params\":{\"lookupEntries\":[{\"key\":\"NEW \",\"value\":\"New\"},{\"key\":\"New\",\"value\":\"New\"},{\"key\":\"UPDATE\",\"value\":\"Update\"},{\"key\":\"Update\",\"value\":\"Update\"}]}}}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"@timestamp_gen","title":"___DB_PREFIX_INDEX___.regprc.anonymous_profile*"},"coreMigrationVersion":"7.15.2","id":"f3cb00d0-2be7-11ec-b110-b52a2fa7f9b3","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern","updated_at":"2021-12-07T10:44:16.622Z","version":"WzEzNiwxXQ=="} diff --git a/dashboards/21.prereg_operations.ndjson b/dashboards/21.prereg_operations.ndjson index b531892..b741ab9 100644 --- a/dashboards/21.prereg_operations.ndjson +++ b/dashboards/21.prereg_operations.ndjson @@ -1,4 +1,6 @@ {"attributes":{"description":null,"state":{"datasourceStates":{"indexpattern":{"layers":{"e960950c-4144-4d31-aa82-12769b89b4a0":{"columnOrder":["b7f8435c-9a4e-4643-a21d-e167c25fd9e6","9e8abdad-1cb2-40a5-9191-f53834f3d65a"],"columns":{"9e8abdad-1cb2-40a5-9191-f53834f3d65a":{"customLabel":true,"dataType":"number","isBucketed":false,"label":"Count","operationType":"count","scale":"ratio","sourceField":"Records"},"b7f8435c-9a4e-4643-a21d-e167c25fd9e6":{"customLabel":true,"dataType":"string","isBucketed":true,"label":"Document Types","operationType":"terms","params":{"missingBucket":false,"orderBy":{"columnId":"9e8abdad-1cb2-40a5-9191-f53834f3d65a","type":"column"},"orderDirection":"desc","otherBucket":true,"size":10},"scale":"ordinal","sourceField":"doc_type_name.keyword"}},"incompleteColumns":{}}}}},"filters":[],"query":{"language":"kuery","query":""},"visualization":{"layers":[{"accessors":["9e8abdad-1cb2-40a5-9191-f53834f3d65a"],"layerId":"e960950c-4144-4d31-aa82-12769b89b4a0","position":"top","seriesType":"bar_horizontal","showGridlines":false,"xAccessor":"b7f8435c-9a4e-4643-a21d-e167c25fd9e6"}],"legend":{"isVisible":true,"position":"right"},"preferredSeriesType":"bar_horizontal","title":"Empty XY chart","valueLabels":"hide"}},"title":"___DB_PREFIX_INDEX___ mosip prereg - document type name","visualizationType":"lnsXY"},"coreMigrationVersion":"7.13.4","id":"1c853e70-16ec-11ec-b110-b52a2fa7f9b3","migrationVersion":{"lens":"7.13.1"},"references":[{"id":"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3","name":"indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3","name":"indexpattern-datasource-layer-e960950c-4144-4d31-aa82-12769b89b4a0","type":"index-pattern"}],"type":"lens","updated_at":"2021-10-07T10:11:10.056Z","version":"WzI0NjQwLDIxMF0="} {"attributes":{"description":null,"state":{"datasourceStates":{"indexpattern":{"layers":{"db3a5889-af0e-4851-9f1e-270ce314ae4e":{"columnOrder":["5b2481c7-fa24-49b9-a06c-ce93821cc00e","70a00151-7391-4342-8363-fd50e20f2721","bb555da4-2603-4747-9d4b-7fe1450d6f2a"],"columns":{"5b2481c7-fa24-49b9-a06c-ce93821cc00e":{"dataType":"string","isBucketed":true,"label":"Top values of status_code.keyword","operationType":"terms","params":{"missingBucket":false,"orderBy":{"columnId":"bb555da4-2603-4747-9d4b-7fe1450d6f2a","type":"column"},"orderDirection":"desc","otherBucket":true,"size":3},"scale":"ordinal","sourceField":"status_code.keyword"},"70a00151-7391-4342-8363-fd50e20f2721":{"customLabel":true,"dataType":"date","isBucketed":true,"label":"OTPs","operationType":"date_histogram","params":{"interval":"1d"},"scale":"interval","sourceField":"cr_dtimes"},"bb555da4-2603-4747-9d4b-7fe1450d6f2a":{"customLabel":true,"dataType":"number","isBucketed":false,"label":"Count","operationType":"count","scale":"ratio","sourceField":"Records"}},"incompleteColumns":{}}}}},"filters":[],"query":{"language":"kuery","query":""},"visualization":{"layers":[{"accessors":["bb555da4-2603-4747-9d4b-7fe1450d6f2a"],"layerId":"db3a5889-af0e-4851-9f1e-270ce314ae4e","position":"top","seriesType":"line","showGridlines":false,"splitAccessor":"5b2481c7-fa24-49b9-a06c-ce93821cc00e","xAccessor":"70a00151-7391-4342-8363-fd50e20f2721"}],"legend":{"isVisible":true,"position":"right"},"preferredSeriesType":"line","title":"Empty XY chart","valueLabels":"hide"}},"title":"___DB_PREFIX_INDEX___ mosip otp trn : login rate","visualizationType":"lnsXY"},"coreMigrationVersion":"7.13.4","id":"63275d80-16a2-11ec-b110-b52a2fa7f9b3","migrationVersion":{"lens":"7.13.1"},"references":[{"id":"02cea4c0-16ed-11ec-b110-b52a2fa7f9b3","name":"indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"02cea4c0-16ed-11ec-b110-b52a2fa7f9b3","name":"indexpattern-datasource-layer-db3a5889-af0e-4851-9f1e-270ce314ae4e","type":"index-pattern"}],"type":"lens","updated_at":"2021-10-06T10:39:55.854Z","version":"WzIzNDQ3LDIxMF0="} {"attributes":{"description":null,"state":{"datasourceStates":{"indexpattern":{"layers":{"7caae9bd-9b36-4d4b-9dec-53613598cd2d":{"columnOrder":["422e924d-3fac-49f2-ae50-e35e5fa6ba3c","7a95e9a7-6432-41af-bfa5-6c863b48408b","ec5082cb-adfa-4b24-974c-8a1a7e622b79"],"columns":{"422e924d-3fac-49f2-ae50-e35e5fa6ba3c":{"dataType":"string","isBucketed":true,"label":"Top values of regcntr_name.keyword","operationType":"terms","params":{"missingBucket":false,"orderBy":{"columnId":"ec5082cb-adfa-4b24-974c-8a1a7e622b79","type":"column"},"orderDirection":"desc","otherBucket":false,"size":10},"scale":"ordinal","sourceField":"regcntr_name.keyword"},"7a95e9a7-6432-41af-bfa5-6c863b48408b":{"customLabel":true,"dataType":"date","isBucketed":true,"label":"Appointments","operationType":"date_histogram","params":{"interval":"1d"},"scale":"interval","sourceField":"appointment_date"},"ec5082cb-adfa-4b24-974c-8a1a7e622b79":{"customLabel":true,"dataType":"number","isBucketed":false,"label":"Number of appointments","operationType":"count","params":{"format":{"id":"number","params":{"decimals":0}}},"scale":"ratio","sourceField":"Records"}},"incompleteColumns":{}}}}},"filters":[],"query":{"language":"kuery","query":""},"visualization":{"axisTitlesVisibilitySettings":{"x":true,"yLeft":true,"yRight":true},"fittingFunction":"None","gridlinesVisibilitySettings":{"x":true,"yLeft":true,"yRight":true},"layers":[{"accessors":["ec5082cb-adfa-4b24-974c-8a1a7e622b79"],"layerId":"7caae9bd-9b36-4d4b-9dec-53613598cd2d","palette":{"name":"default","type":"palette"},"position":"top","seriesType":"bar_stacked","showGridlines":false,"splitAccessor":"422e924d-3fac-49f2-ae50-e35e5fa6ba3c","xAccessor":"7a95e9a7-6432-41af-bfa5-6c863b48408b","yConfig":[{"axisMode":"auto","forAccessor":"ec5082cb-adfa-4b24-974c-8a1a7e622b79"}]}],"legend":{"isVisible":true,"position":"right"},"preferredSeriesType":"bar_stacked","tickLabelsVisibilitySettings":{"x":true,"yLeft":true,"yRight":true},"valueLabels":"hide"}},"title":"___DB_PREFIX_INDEX___ mosip prereg center booking","visualizationType":"lnsXY"},"coreMigrationVersion":"7.13.4","id":"174e8620-1a0a-11ec-b110-b52a2fa7f9b3","migrationVersion":{"lens":"7.13.1"},"references":[{"id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","name":"indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","name":"indexpattern-datasource-layer-7caae9bd-9b36-4d4b-9dec-53613598cd2d","type":"index-pattern"}],"type":"lens","updated_at":"2021-10-08T12:58:11.249Z","version":"WzI3NzY0LDIxMF0="} -{"attributes":{"description":"","hits":0,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"language\":\"kuery\",\"query\":\"\"},\"filter\":[]}"},"optionsJSON":"{\"hidePanelTitles\":false,\"useMargins\":true}","panelsJSON":"[{\"version\":\"7.13.4\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":23,\"h\":14,\"i\":\"14628522-1d35-4fc8-b8d3-3b8c23a5e6c4\"},\"panelIndex\":\"14628522-1d35-4fc8-b8d3-3b8c23a5e6c4\",\"embeddableConfig\":{\"attributes\":{\"title\":\"___DB_PREFIX_INDEX___ pre reg status\",\"type\":\"lens\",\"visualizationType\":\"lnsDatatable\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"ec22a6c4-57dd-41d7-9717-133ba7d73350\":{\"columns\":{\"30999157-907c-4035-b5e6-d56e15908e5e\":{\"label\":\"Pre-registrations by status\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"status_code.keyword\",\"isBucketed\":true,\"params\":{\"size\":10,\"orderBy\":{\"type\":\"column\",\"columnId\":\"37bd2e02-3f18-49dd-86ae-62b35134b2b1\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"37bd2e02-3f18-49dd-86ae-62b35134b2b1\":{\"label\":\"Count\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"customLabel\":true}},\"columnOrder\":[\"30999157-907c-4035-b5e6-d56e15908e5e\",\"37bd2e02-3f18-49dd-86ae-62b35134b2b1\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"columns\":[{\"columnId\":\"30999157-907c-4035-b5e6-d56e15908e5e\",\"isTransposed\":false,\"alignment\":\"left\",\"hidden\":false},{\"columnId\":\"37bd2e02-3f18-49dd-86ae-62b35134b2b1\",\"isTransposed\":false,\"alignment\":\"left\"}],\"layerId\":\"ec22a6c4-57dd-41d7-9717-133ba7d73350\"},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"type\":\"index-pattern\",\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-layer-ec22a6c4-57dd-41d7-9717-133ba7d73350\"}]},\"enhancements\":{},\"hidePanelTitles\":true}},{\"version\":\"7.13.4\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":14,\"i\":\"efa6482f-7e38-490a-85e1-bcd673c8840d\"},\"panelIndex\":\"efa6482f-7e38-490a-85e1-bcd673c8840d\",\"embeddableConfig\":{\"attributes\":{\"title\":\"___DB_PREFIX_INDEX___ pre-registrations status\",\"type\":\"lens\",\"visualizationType\":\"lnsPie\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"d47edb2c-5ee0-40c2-a4c4-af49d852589f\":{\"columns\":{\"c54b1e82-7524-4583-a621-e4c9db49f977\":{\"label\":\"Top values of status_code.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"status_code.keyword\",\"isBucketed\":true,\"params\":{\"size\":10,\"orderBy\":{\"type\":\"column\",\"columnId\":\"b66fbd1c-b691-490c-8907-aa26feaf05a9\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false}},\"b66fbd1c-b691-490c-8907-aa26feaf05a9\":{\"label\":\"Count of records\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\"}},\"columnOrder\":[\"c54b1e82-7524-4583-a621-e4c9db49f977\",\"b66fbd1c-b691-490c-8907-aa26feaf05a9\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"shape\":\"donut\",\"palette\":{\"type\":\"palette\",\"name\":\"kibana_palette\"},\"layers\":[{\"layerId\":\"d47edb2c-5ee0-40c2-a4c4-af49d852589f\",\"groups\":[\"c54b1e82-7524-4583-a621-e4c9db49f977\"],\"metric\":\"b66fbd1c-b691-490c-8907-aa26feaf05a9\",\"numberDisplay\":\"percent\",\"categoryDisplay\":\"hide\",\"legendDisplay\":\"show\",\"nestedLegend\":false,\"legendPosition\":\"right\",\"percentDecimals\":2}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"type\":\"index-pattern\",\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-layer-d47edb2c-5ee0-40c2-a4c4-af49d852589f\"}]},\"enhancements\":{},\"hidePanelTitles\":false},\"title\":\"Pre-registrations Status\"},{\"version\":\"7.13.4\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":14,\"w\":24,\"h\":10,\"i\":\"f64ec873-51b5-4646-93b6-5bc902e64ccc\"},\"panelIndex\":\"f64ec873-51b5-4646-93b6-5bc902e64ccc\",\"embeddableConfig\":{\"attributes\":{\"title\":\"___DB_PREFIX_INDEX___ mosip prereg - document type\",\"description\":\"\",\"type\":\"lens\",\"visualizationType\":\"lnsXY\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"e960950c-4144-4d31-aa82-12769b89b4a0\":{\"columns\":{\"b7f8435c-9a4e-4643-a21d-e167c25fd9e6\":{\"label\":\"Top values of doc_typ_code.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"doc_typ_code.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"9e8abdad-1cb2-40a5-9191-f53834f3d65a\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false}},\"9e8abdad-1cb2-40a5-9191-f53834f3d65a\":{\"label\":\"Count of records\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\"}},\"columnOrder\":[\"b7f8435c-9a4e-4643-a21d-e167c25fd9e6\",\"9e8abdad-1cb2-40a5-9191-f53834f3d65a\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_horizontal\",\"layers\":[{\"layerId\":\"e960950c-4144-4d31-aa82-12769b89b4a0\",\"accessors\":[\"9e8abdad-1cb2-40a5-9191-f53834f3d65a\"],\"position\":\"top\",\"seriesType\":\"bar_horizontal\",\"showGridlines\":false,\"xAccessor\":\"b7f8435c-9a4e-4643-a21d-e167c25fd9e6\"}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"type\":\"index-pattern\",\"id\":\"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3\",\"name\":\"indexpattern-datasource-layer-e960950c-4144-4d31-aa82-12769b89b4a0\"}]},\"enhancements\":{},\"hidePanelTitles\":false},\"title\":\"Top 10 documents types used\",\"panelRefName\":\"panel_f64ec873-51b5-4646-93b6-5bc902e64ccc\"},{\"version\":\"7.13.4\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":14,\"w\":24,\"h\":10,\"i\":\"aa6fc4a4-567d-435c-9d8d-6ee49b86627b\"},\"panelIndex\":\"aa6fc4a4-567d-435c-9d8d-6ee49b86627b\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"type\":\"lens\",\"visualizationType\":\"lnsXY\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"a8c7e088-14a7-4aaa-8e5e-b36e9126643e\":{\"columns\":{\"b512547d-3479-46da-a78a-b143e8a6129c\":{\"label\":\"Centers\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"regcntr_name.keyword\",\"isBucketed\":true,\"params\":{\"size\":10,\"orderBy\":{\"type\":\"column\",\"columnId\":\"388dba4b-39eb-4605-a8ee-b18887068e84\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"388dba4b-39eb-4605-a8ee-b18887068e84\":{\"label\":\"Count\",\"dataType\":\"number\",\"operationType\":\"unique_count\",\"scale\":\"ratio\",\"sourceField\":\"appointment_date\",\"isBucketed\":false,\"customLabel\":true,\"params\":{}}},\"columnOrder\":[\"b512547d-3479-46da-a78a-b143e8a6129c\",\"388dba4b-39eb-4605-a8ee-b18887068e84\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar_horizontal\",\"layers\":[{\"layerId\":\"a8c7e088-14a7-4aaa-8e5e-b36e9126643e\",\"accessors\":[\"388dba4b-39eb-4605-a8ee-b18887068e84\"],\"position\":\"top\",\"seriesType\":\"bar_horizontal\",\"showGridlines\":false,\"xAccessor\":\"b512547d-3479-46da-a78a-b143e8a6129c\",\"yConfig\":[{\"forAccessor\":\"388dba4b-39eb-4605-a8ee-b18887068e84\",\"color\":\"#da8b45\"}]}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"type\":\"index-pattern\",\"id\":\"c208a760-0ed6-11ec-b32b-a955c14bdf8d\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"c208a760-0ed6-11ec-b32b-a955c14bdf8d\",\"name\":\"indexpattern-datasource-layer-a8c7e088-14a7-4aaa-8e5e-b36e9126643e\"}]},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Appointment bookings - Top 10 Centers\"},{\"version\":\"7.13.4\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":24,\"w\":24,\"h\":15,\"i\":\"0d808dcd-96ed-4059-9ae9-cdd726b35dd0\"},\"panelIndex\":\"0d808dcd-96ed-4059-9ae9-cdd726b35dd0\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"type\":\"lens\",\"visualizationType\":\"lnsXY\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"db3a5889-af0e-4851-9f1e-270ce314ae4e\":{\"columns\":{\"70a00151-7391-4342-8363-fd50e20f2721\":{\"label\":\"cr_dtimes\",\"dataType\":\"date\",\"operationType\":\"date_histogram\",\"sourceField\":\"cr_dtimes\",\"isBucketed\":true,\"scale\":\"interval\",\"params\":{\"interval\":\"auto\"}},\"bb555da4-2603-4747-9d4b-7fe1450d6f2a\":{\"label\":\"Count of records\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\"},\"5b2481c7-fa24-49b9-a06c-ce93821cc00e\":{\"label\":\"Top values of status_code.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"status_code.keyword\",\"isBucketed\":true,\"params\":{\"size\":3,\"orderBy\":{\"type\":\"column\",\"columnId\":\"bb555da4-2603-4747-9d4b-7fe1450d6f2a\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false}}},\"columnOrder\":[\"5b2481c7-fa24-49b9-a06c-ce93821cc00e\",\"70a00151-7391-4342-8363-fd50e20f2721\",\"bb555da4-2603-4747-9d4b-7fe1450d6f2a\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"line\",\"layers\":[{\"layerId\":\"db3a5889-af0e-4851-9f1e-270ce314ae4e\",\"accessors\":[\"bb555da4-2603-4747-9d4b-7fe1450d6f2a\"],\"position\":\"top\",\"seriesType\":\"line\",\"showGridlines\":false,\"xAccessor\":\"70a00151-7391-4342-8363-fd50e20f2721\",\"splitAccessor\":\"5b2481c7-fa24-49b9-a06c-ce93821cc00e\"}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"type\":\"index-pattern\",\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-layer-db3a5889-af0e-4851-9f1e-270ce314ae4e\"}]},\"hidePanelTitles\":false,\"enhancements\":{},\"timeRange\":{\"from\":\"now-30d\",\"to\":\"now\"}},\"title\":\"OTP logins\",\"panelRefName\":\"panel_0d808dcd-96ed-4059-9ae9-cdd726b35dd0\"},{\"version\":\"7.13.4\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":24,\"w\":24,\"h\":15,\"i\":\"24585747-8d52-4a93-83c9-af1596be35c5\"},\"panelIndex\":\"24585747-8d52-4a93-83c9-af1596be35c5\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"type\":\"lens\",\"visualizationType\":\"lnsXY\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"7caae9bd-9b36-4d4b-9dec-53613598cd2d\":{\"columns\":{\"95baebdc-2e7e-4876-bb07-9cda2a875482\":{\"label\":\"appointment_date\",\"dataType\":\"number\",\"operationType\":\"range\",\"sourceField\":\"appointment_date\",\"isBucketed\":true,\"scale\":\"interval\",\"params\":{\"type\":\"histogram\",\"ranges\":[{\"from\":0,\"to\":1000,\"label\":\"\"}],\"maxBars\":\"auto\"}},\"ec5082cb-adfa-4b24-974c-8a1a7e622b79\":{\"label\":\"Count of records\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\"}},\"columnOrder\":[\"95baebdc-2e7e-4876-bb07-9cda2a875482\",\"ec5082cb-adfa-4b24-974c-8a1a7e622b79\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"7caae9bd-9b36-4d4b-9dec-53613598cd2d\",\"accessors\":[\"ec5082cb-adfa-4b24-974c-8a1a7e622b79\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"xAccessor\":\"95baebdc-2e7e-4876-bb07-9cda2a875482\",\"splitAccessor\":\"422e924d-3fac-49f2-ae50-e35e5fa6ba3c\"}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"type\":\"index-pattern\",\"id\":\"c208a760-0ed6-11ec-b32b-a955c14bdf8d\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"c208a760-0ed6-11ec-b32b-a955c14bdf8d\",\"name\":\"indexpattern-datasource-layer-7caae9bd-9b36-4d4b-9dec-53613598cd2d\"}]},\"enhancements\":{},\"hidePanelTitles\":false},\"title\":\"Pre-registration appointment bookings - Top 10 centers\",\"panelRefName\":\"panel_24585747-8d52-4a93-83c9-af1596be35c5\"}]","timeRestore":false,"title":"___DB_PREFIX_INDEX___ Pre Reg Operations","version":1},"coreMigrationVersion":"7.13.4","id":"fc4c0930-16a1-11ec-b110-b52a2fa7f9b3","migrationVersion":{"dashboard":"7.13.1"},"references":[{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"14628522-1d35-4fc8-b8d3-3b8c23a5e6c4:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"14628522-1d35-4fc8-b8d3-3b8c23a5e6c4:indexpattern-datasource-layer-ec22a6c4-57dd-41d7-9717-133ba7d73350","type":"index-pattern"},{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"efa6482f-7e38-490a-85e1-bcd673c8840d:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"efa6482f-7e38-490a-85e1-bcd673c8840d:indexpattern-datasource-layer-d47edb2c-5ee0-40c2-a4c4-af49d852589f","type":"index-pattern"},{"id":"1c853e70-16ec-11ec-b110-b52a2fa7f9b3","name":"f64ec873-51b5-4646-93b6-5bc902e64ccc:panel_f64ec873-51b5-4646-93b6-5bc902e64ccc","type":"lens"},{"id":"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3","name":"f64ec873-51b5-4646-93b6-5bc902e64ccc:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3","name":"f64ec873-51b5-4646-93b6-5bc902e64ccc:indexpattern-datasource-layer-e960950c-4144-4d31-aa82-12769b89b4a0","type":"index-pattern"},{"id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","name":"aa6fc4a4-567d-435c-9d8d-6ee49b86627b:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","name":"aa6fc4a4-567d-435c-9d8d-6ee49b86627b:indexpattern-datasource-layer-a8c7e088-14a7-4aaa-8e5e-b36e9126643e","type":"index-pattern"},{"id":"63275d80-16a2-11ec-b110-b52a2fa7f9b3","name":"0d808dcd-96ed-4059-9ae9-cdd726b35dd0:panel_0d808dcd-96ed-4059-9ae9-cdd726b35dd0","type":"lens"},{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"0d808dcd-96ed-4059-9ae9-cdd726b35dd0:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"0d808dcd-96ed-4059-9ae9-cdd726b35dd0:indexpattern-datasource-layer-db3a5889-af0e-4851-9f1e-270ce314ae4e","type":"index-pattern"},{"id":"174e8620-1a0a-11ec-b110-b52a2fa7f9b3","name":"24585747-8d52-4a93-83c9-af1596be35c5:panel_24585747-8d52-4a93-83c9-af1596be35c5","type":"lens"},{"id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","name":"24585747-8d52-4a93-83c9-af1596be35c5:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","name":"24585747-8d52-4a93-83c9-af1596be35c5:indexpattern-datasource-layer-7caae9bd-9b36-4d4b-9dec-53613598cd2d","type":"index-pattern"}],"type":"dashboard","updated_at":"2021-10-08T10:26:01.721Z","version":"WzI3MDIwLDIxMF0="} +{"attributes":{"description":"","hits":0,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"language\":\"kuery\",\"query\":\"\"},\"filter\":[]}"},"optionsJSON":"{\"hidePanelTitles\":false,\"useMargins\":true}","panelsJSON":"[{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":23,\"h\":14,\"i\":\"14628522-1d35-4fc8-b8d3-3b8c23a5e6c4\"},\"panelIndex\":\"14628522-1d35-4fc8-b8d3-3b8c23a5e6c4\",\"embeddableConfig\":{\"attributes\":{\"title\":\"___DB_PREFIX_INDEX___ pre reg status\",\"type\":\"lens\",\"visualizationType\":\"lnsDatatable\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"ec22a6c4-57dd-41d7-9717-133ba7d73350\":{\"columns\":{\"30999157-907c-4035-b5e6-d56e15908e5e\":{\"label\":\"Pre-registrations by status\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"status_code.keyword\",\"isBucketed\":true,\"params\":{\"size\":10,\"orderBy\":{\"type\":\"column\",\"columnId\":\"37bd2e02-3f18-49dd-86ae-62b35134b2b1\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"37bd2e02-3f18-49dd-86ae-62b35134b2b1\":{\"label\":\"Count\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"customLabel\":true}},\"columnOrder\":[\"30999157-907c-4035-b5e6-d56e15908e5e\",\"37bd2e02-3f18-49dd-86ae-62b35134b2b1\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"columns\":[{\"columnId\":\"30999157-907c-4035-b5e6-d56e15908e5e\",\"isTransposed\":false,\"alignment\":\"left\",\"hidden\":false},{\"columnId\":\"37bd2e02-3f18-49dd-86ae-62b35134b2b1\",\"isTransposed\":false,\"alignment\":\"left\"}],\"layerId\":\"ec22a6c4-57dd-41d7-9717-133ba7d73350\",\"layerType\":\"data\"},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-current-indexpattern\",\"type\":\"index-pattern\"},{\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-layer-ec22a6c4-57dd-41d7-9717-133ba7d73350\",\"type\":\"index-pattern\"}]},\"enhancements\":{},\"hidePanelTitles\":true}},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":14,\"i\":\"efa6482f-7e38-490a-85e1-bcd673c8840d\"},\"panelIndex\":\"efa6482f-7e38-490a-85e1-bcd673c8840d\",\"embeddableConfig\":{\"attributes\":{\"title\":\"___DB_PREFIX_INDEX___ pre-registrations status\",\"type\":\"lens\",\"visualizationType\":\"lnsPie\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"d47edb2c-5ee0-40c2-a4c4-af49d852589f\":{\"columns\":{\"c54b1e82-7524-4583-a621-e4c9db49f977\":{\"label\":\"Top values of status_code.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"status_code.keyword\",\"isBucketed\":true,\"params\":{\"size\":10,\"orderBy\":{\"type\":\"column\",\"columnId\":\"b66fbd1c-b691-490c-8907-aa26feaf05a9\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false}},\"b66fbd1c-b691-490c-8907-aa26feaf05a9\":{\"label\":\"Count of records\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\"}},\"columnOrder\":[\"c54b1e82-7524-4583-a621-e4c9db49f977\",\"b66fbd1c-b691-490c-8907-aa26feaf05a9\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"shape\":\"donut\",\"palette\":{\"type\":\"palette\",\"name\":\"kibana_palette\"},\"layers\":[{\"layerId\":\"d47edb2c-5ee0-40c2-a4c4-af49d852589f\",\"groups\":[\"c54b1e82-7524-4583-a621-e4c9db49f977\"],\"metric\":\"b66fbd1c-b691-490c-8907-aa26feaf05a9\",\"numberDisplay\":\"percent\",\"categoryDisplay\":\"hide\",\"legendDisplay\":\"show\",\"nestedLegend\":false,\"legendPosition\":\"right\",\"percentDecimals\":2,\"layerType\":\"data\"}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-current-indexpattern\",\"type\":\"index-pattern\"},{\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-layer-d47edb2c-5ee0-40c2-a4c4-af49d852589f\",\"type\":\"index-pattern\"}]},\"enhancements\":{},\"hidePanelTitles\":false},\"title\":\"Pre-registrations Status\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":14,\"w\":24,\"h\":10,\"i\":\"f64ec873-51b5-4646-93b6-5bc902e64ccc\"},\"panelIndex\":\"f64ec873-51b5-4646-93b6-5bc902e64ccc\",\"embeddableConfig\":{\"attributes\":{\"title\":\"___DB_PREFIX_INDEX___ mosip prereg - document type\",\"description\":\"\",\"type\":\"lens\",\"visualizationType\":\"lnsXY\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"e960950c-4144-4d31-aa82-12769b89b4a0\":{\"columns\":{\"b7f8435c-9a4e-4643-a21d-e167c25fd9e6\":{\"label\":\"Top values of doc_typ_code.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"doc_typ_code.keyword\",\"isBucketed\":true,\"params\":{\"size\":5,\"orderBy\":{\"type\":\"column\",\"columnId\":\"9e8abdad-1cb2-40a5-9191-f53834f3d65a\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false}},\"9e8abdad-1cb2-40a5-9191-f53834f3d65a\":{\"label\":\"Count of records\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\"}},\"columnOrder\":[\"b7f8435c-9a4e-4643-a21d-e167c25fd9e6\",\"9e8abdad-1cb2-40a5-9191-f53834f3d65a\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_horizontal\",\"layers\":[{\"layerId\":\"e960950c-4144-4d31-aa82-12769b89b4a0\",\"accessors\":[\"9e8abdad-1cb2-40a5-9191-f53834f3d65a\"],\"position\":\"top\",\"seriesType\":\"bar_horizontal\",\"showGridlines\":false,\"xAccessor\":\"b7f8435c-9a4e-4643-a21d-e167c25fd9e6\",\"layerType\":\"data\"}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"id\":\"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3\",\"name\":\"indexpattern-datasource-current-indexpattern\",\"type\":\"index-pattern\"},{\"id\":\"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3\",\"name\":\"indexpattern-datasource-layer-e960950c-4144-4d31-aa82-12769b89b4a0\",\"type\":\"index-pattern\"}]},\"enhancements\":{},\"hidePanelTitles\":false},\"title\":\"Top 10 documents types used\",\"panelRefName\":\"panel_f64ec873-51b5-4646-93b6-5bc902e64ccc\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":14,\"w\":24,\"h\":10,\"i\":\"aa6fc4a4-567d-435c-9d8d-6ee49b86627b\"},\"panelIndex\":\"aa6fc4a4-567d-435c-9d8d-6ee49b86627b\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"visualizationType\":\"lnsXY\",\"type\":\"lens\",\"references\":[{\"type\":\"index-pattern\",\"id\":\"c208a760-0ed6-11ec-b32b-a955c14bdf8d\",\"name\":\"indexpattern-datasource-current-indexpattern\"},{\"type\":\"index-pattern\",\"id\":\"c208a760-0ed6-11ec-b32b-a955c14bdf8d\",\"name\":\"indexpattern-datasource-layer-a8c7e088-14a7-4aaa-8e5e-b36e9126643e\"}],\"state\":{\"visualization\":{\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"fittingFunction\":\"None\",\"axisTitlesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"tickLabelsVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"gridlinesVisibilitySettings\":{\"x\":true,\"yLeft\":true,\"yRight\":true},\"preferredSeriesType\":\"bar_horizontal\",\"layers\":[{\"layerId\":\"a8c7e088-14a7-4aaa-8e5e-b36e9126643e\",\"accessors\":[\"388dba4b-39eb-4605-a8ee-b18887068e84\"],\"position\":\"top\",\"seriesType\":\"bar_horizontal\",\"showGridlines\":false,\"xAccessor\":\"b512547d-3479-46da-a78a-b143e8a6129c\",\"yConfig\":[{\"forAccessor\":\"388dba4b-39eb-4605-a8ee-b18887068e84\",\"color\":\"#da8b45\"}],\"layerType\":\"data\"}],\"yRightExtent\":{\"mode\":\"full\"},\"yLeftExtent\":{\"mode\":\"full\"}},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[],\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"a8c7e088-14a7-4aaa-8e5e-b36e9126643e\":{\"columns\":{\"b512547d-3479-46da-a78a-b143e8a6129c\":{\"label\":\"Centers\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"regcntr_name.keyword\",\"isBucketed\":true,\"params\":{\"size\":10,\"orderBy\":{\"type\":\"column\",\"columnId\":\"388dba4b-39eb-4605-a8ee-b18887068e84\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false},\"customLabel\":true},\"388dba4b-39eb-4605-a8ee-b18887068e84\":{\"label\":\"Count\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\",\"customLabel\":true}},\"columnOrder\":[\"b512547d-3479-46da-a78a-b143e8a6129c\",\"388dba4b-39eb-4605-a8ee-b18887068e84\"],\"incompleteColumns\":{}}}}}}},\"hidePanelTitles\":false,\"enhancements\":{}},\"title\":\"Appointment bookings - Top 10 Centers\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":24,\"w\":24,\"h\":15,\"i\":\"0d808dcd-96ed-4059-9ae9-cdd726b35dd0\"},\"panelIndex\":\"0d808dcd-96ed-4059-9ae9-cdd726b35dd0\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"type\":\"lens\",\"visualizationType\":\"lnsXY\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"db3a5889-af0e-4851-9f1e-270ce314ae4e\":{\"columns\":{\"70a00151-7391-4342-8363-fd50e20f2721\":{\"label\":\"cr_dtimes\",\"dataType\":\"date\",\"operationType\":\"date_histogram\",\"sourceField\":\"cr_dtimes\",\"isBucketed\":true,\"scale\":\"interval\",\"params\":{\"interval\":\"auto\"}},\"bb555da4-2603-4747-9d4b-7fe1450d6f2a\":{\"label\":\"Count of records\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\"},\"5b2481c7-fa24-49b9-a06c-ce93821cc00e\":{\"label\":\"Top values of status_code.keyword\",\"dataType\":\"string\",\"operationType\":\"terms\",\"scale\":\"ordinal\",\"sourceField\":\"status_code.keyword\",\"isBucketed\":true,\"params\":{\"size\":3,\"orderBy\":{\"type\":\"column\",\"columnId\":\"bb555da4-2603-4747-9d4b-7fe1450d6f2a\"},\"orderDirection\":\"desc\",\"otherBucket\":true,\"missingBucket\":false}}},\"columnOrder\":[\"5b2481c7-fa24-49b9-a06c-ce93821cc00e\",\"70a00151-7391-4342-8363-fd50e20f2721\",\"bb555da4-2603-4747-9d4b-7fe1450d6f2a\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"line\",\"layers\":[{\"layerId\":\"db3a5889-af0e-4851-9f1e-270ce314ae4e\",\"accessors\":[\"bb555da4-2603-4747-9d4b-7fe1450d6f2a\"],\"position\":\"top\",\"seriesType\":\"line\",\"showGridlines\":false,\"xAccessor\":\"70a00151-7391-4342-8363-fd50e20f2721\",\"splitAccessor\":\"5b2481c7-fa24-49b9-a06c-ce93821cc00e\",\"layerType\":\"data\"}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-current-indexpattern\",\"type\":\"index-pattern\"},{\"id\":\"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28\",\"name\":\"indexpattern-datasource-layer-db3a5889-af0e-4851-9f1e-270ce314ae4e\",\"type\":\"index-pattern\"}]},\"hidePanelTitles\":false,\"enhancements\":{},\"timeRange\":{\"from\":\"now-30d\",\"to\":\"now\"}},\"title\":\"OTP logins\",\"panelRefName\":\"panel_0d808dcd-96ed-4059-9ae9-cdd726b35dd0\"},{\"version\":\"7.17.2\",\"type\":\"lens\",\"gridData\":{\"x\":24,\"y\":24,\"w\":24,\"h\":15,\"i\":\"24585747-8d52-4a93-83c9-af1596be35c5\"},\"panelIndex\":\"24585747-8d52-4a93-83c9-af1596be35c5\",\"embeddableConfig\":{\"attributes\":{\"title\":\"\",\"type\":\"lens\",\"visualizationType\":\"lnsXY\",\"state\":{\"datasourceStates\":{\"indexpattern\":{\"layers\":{\"7caae9bd-9b36-4d4b-9dec-53613598cd2d\":{\"columns\":{\"95baebdc-2e7e-4876-bb07-9cda2a875482\":{\"label\":\"appointment_date\",\"dataType\":\"number\",\"operationType\":\"range\",\"sourceField\":\"appointment_date\",\"isBucketed\":true,\"scale\":\"interval\",\"params\":{\"type\":\"histogram\",\"ranges\":[{\"from\":0,\"to\":1000,\"label\":\"\"}],\"maxBars\":\"auto\"}},\"ec5082cb-adfa-4b24-974c-8a1a7e622b79\":{\"label\":\"Count of records\",\"dataType\":\"number\",\"operationType\":\"count\",\"isBucketed\":false,\"scale\":\"ratio\",\"sourceField\":\"Records\"}},\"columnOrder\":[\"95baebdc-2e7e-4876-bb07-9cda2a875482\",\"ec5082cb-adfa-4b24-974c-8a1a7e622b79\"],\"incompleteColumns\":{}}}}},\"visualization\":{\"title\":\"Empty XY chart\",\"legend\":{\"isVisible\":true,\"position\":\"right\"},\"valueLabels\":\"hide\",\"preferredSeriesType\":\"bar_stacked\",\"layers\":[{\"layerId\":\"7caae9bd-9b36-4d4b-9dec-53613598cd2d\",\"accessors\":[\"ec5082cb-adfa-4b24-974c-8a1a7e622b79\"],\"position\":\"top\",\"seriesType\":\"bar_stacked\",\"showGridlines\":false,\"xAccessor\":\"95baebdc-2e7e-4876-bb07-9cda2a875482\",\"splitAccessor\":\"422e924d-3fac-49f2-ae50-e35e5fa6ba3c\",\"layerType\":\"data\"}]},\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filters\":[]},\"references\":[{\"id\":\"c208a760-0ed6-11ec-b32b-a955c14bdf8d\",\"name\":\"indexpattern-datasource-current-indexpattern\",\"type\":\"index-pattern\"},{\"id\":\"c208a760-0ed6-11ec-b32b-a955c14bdf8d\",\"name\":\"indexpattern-datasource-layer-7caae9bd-9b36-4d4b-9dec-53613598cd2d\",\"type\":\"index-pattern\"}]},\"enhancements\":{},\"hidePanelTitles\":false},\"title\":\"Pre-registration appointment bookings - Top 10 centers\",\"panelRefName\":\"panel_24585747-8d52-4a93-83c9-af1596be35c5\"}]","timeRestore":false,"title":"___DB_PREFIX_INDEX___ Pre Reg Operations","version":1},"coreMigrationVersion":"7.17.2","id":"fc4c0930-16a1-11ec-b110-b52a2fa7f9b3","migrationVersion":{"dashboard":"7.17.0"},"references":[{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"14628522-1d35-4fc8-b8d3-3b8c23a5e6c4:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"14628522-1d35-4fc8-b8d3-3b8c23a5e6c4:indexpattern-datasource-layer-ec22a6c4-57dd-41d7-9717-133ba7d73350","type":"index-pattern"},{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"efa6482f-7e38-490a-85e1-bcd673c8840d:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"efa6482f-7e38-490a-85e1-bcd673c8840d:indexpattern-datasource-layer-d47edb2c-5ee0-40c2-a4c4-af49d852589f","type":"index-pattern"},{"id":"1c853e70-16ec-11ec-b110-b52a2fa7f9b3","name":"f64ec873-51b5-4646-93b6-5bc902e64ccc:panel_f64ec873-51b5-4646-93b6-5bc902e64ccc","type":"lens"},{"id":"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3","name":"f64ec873-51b5-4646-93b6-5bc902e64ccc:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"198d3fb0-16e2-11ec-b110-b52a2fa7f9b3","name":"f64ec873-51b5-4646-93b6-5bc902e64ccc:indexpattern-datasource-layer-e960950c-4144-4d31-aa82-12769b89b4a0","type":"index-pattern"},{"id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","name":"aa6fc4a4-567d-435c-9d8d-6ee49b86627b:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","name":"aa6fc4a4-567d-435c-9d8d-6ee49b86627b:indexpattern-datasource-layer-a8c7e088-14a7-4aaa-8e5e-b36e9126643e","type":"index-pattern"},{"id":"63275d80-16a2-11ec-b110-b52a2fa7f9b3","name":"0d808dcd-96ed-4059-9ae9-cdd726b35dd0:panel_0d808dcd-96ed-4059-9ae9-cdd726b35dd0","type":"lens"},{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"0d808dcd-96ed-4059-9ae9-cdd726b35dd0:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"0c2e32b0-0cde-11ec-80f0-ed0bd1363e28","name":"0d808dcd-96ed-4059-9ae9-cdd726b35dd0:indexpattern-datasource-layer-db3a5889-af0e-4851-9f1e-270ce314ae4e","type":"index-pattern"},{"id":"174e8620-1a0a-11ec-b110-b52a2fa7f9b3","name":"24585747-8d52-4a93-83c9-af1596be35c5:panel_24585747-8d52-4a93-83c9-af1596be35c5","type":"lens"},{"id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","name":"24585747-8d52-4a93-83c9-af1596be35c5:indexpattern-datasource-current-indexpattern","type":"index-pattern"},{"id":"c208a760-0ed6-11ec-b32b-a955c14bdf8d","name":"24585747-8d52-4a93-83c9-af1596be35c5:indexpattern-datasource-layer-7caae9bd-9b36-4d4b-9dec-53613598cd2d","type":"index-pattern"}],"type":"dashboard","updated_at":"2022-08-30T20:56:19.690Z","version":"WzE1MzAyLDJd"} + + diff --git a/kafka-connect/debez-sample-conn.api b/kafka-connect/debez-sample-conn.api index 50b694f..150abe8 100644 --- a/kafka-connect/debez-sample-conn.api +++ b/kafka-connect/debez-sample-conn.api @@ -9,6 +9,7 @@ #DB_PREFIX_INDEX= DEBEZ_CONN_URL='debezium-service:8083'; # needn't change .. this is the debezium-connector service name +CONNECTOR_HEARTBEAT_MS='5000'; #This is in milliseconds, acts as a status check with Kafka topic. curl \ -X POST \ @@ -30,7 +31,8 @@ curl \ "database.password": '\"$DB_PASS\"', "database.dbname": '\"$DB_NAME\"', "database.server.name": '\"$DB_PREFIX_INDEX\"', - "table.include.list": '\"$DB_TABLES\"' + "table.include.list": '\"$DB_TABLES\"', + "heartbeat.interval.ms": '\"$CONNECTOR_HEARTBEAT_MS\"' } }'; echo ; diff --git a/scripts/delete.sh b/scripts/delete.sh old mode 100644 new mode 100755 diff --git a/scripts/install.sh b/scripts/install.sh index f3269b2..eb0d6b2 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -8,7 +8,7 @@ fi ## Variables NS=reporting -CHART_VERSION=12.0.2 +CHART_VERSION=12.0.1 # Add helm repos echo "Adding helm repos"