Skip to content

Commit

Permalink
Merge branch 'htbackup1.4-unified-qa' into htbackup1.4-unified-uat
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishq-egov committed Aug 23, 2024
2 parents b93ccc7 + 189400d commit 215d836
Show file tree
Hide file tree
Showing 67 changed files with 8,047 additions and 1,945 deletions.
90 changes: 89 additions & 1 deletion egov-dss-dashboards/dashboard-analytics/ChartApiConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26532,7 +26532,95 @@
"insight": {},
"_comment": ""
},

"pqmAlertsTest": {
"chartName": "PQM_ANOMALY_TYPE",
"queries": [
{
"module": "PQM",
"requestQueryMap": "{\"tenantId\" : \"Data.pqmAnomalys.tenantId\"}",
"dateRefField": "Data.pqmAnomalys.@timestamp",
"indexName": "pqm-anomaly-finder",
"aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[{\"term\":{\"Data.tenantId.keyword\":\"pg.testing\"}}]}},\"aggs\":{\"Anomaly_type_lab_results\":{\"filter\":{\"bool\":{\"must\":[{\"terms\":{\"Data.pqmAnomalys.anomalyType.keyword\":[\"LAB_RESULTS_NOT_AS_PER_BENCHMARK\"]}}]}},\"aggs\":{\"Count\":{\"value_count\":{\"field\":\"Data.pqmAnomalys.id.keyword\"}}}},\"TotalAlerts\":{\"value_count\":{\"field\":\"Data.pqmAnomalys.id.keyword\"}}}}}}"
}
],
"isMdmsEnabled": true,
"filterKeys": [
{
"key": "tenantId",
"column": "DDRs"
}
],
"isPostResponseHandler": true,
"postAggregationTheory": "repsonseToDifferenceOfDates",
"chartType": "xtable",
"valueType": "number",
"drillChart": "xBirthDownloadByUlb",
"documentType": "_doc",
"action": "",
"plotLabel": "DDRs",
"excludedColumns": [],
"removedFields": [],
"computedFields": [],
"isRoundOff": true,
"aggregationPaths": [
"Anomaly_type_lab_results",
"TotalAlerts"
],
"pathDataTypeMapping": [
{
"Anomaly_type_lab_results": "number"
},
{
"TotalAlerts": "number"
}
],
"insight": {},
"_comment": ""
},
"pqmAlertsTest2": {
"chartName": "PQM_ANOMALY_TYPE",
"queries": [
{
"module": "PQM",
"requestQueryMap": "{\"tenantId\" : \"Data.pqmAnomalys.tenantId\"}",
"dateRefField": "Data.pqmAnomalys.@timestamp",
"indexName": "pqm-anomaly-finder",
"aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[{\"term\":{\"Data.tenantId.keyword\":\"pg.testing\"}}]}},\"aggs\":{\"Anomaly_type_lab_results\":{\"filter\":{\"bool\":{\"must\":[{\"terms\":{\"Data.pqmAnomalys.anomalyType.keyword\":[\"LAB_RESULTS_NOT_AS_PER_BENCHMARK\"]}}]}},\"aggs\":{\"Count\":{\"value_count\":{\"field\":\"Data.pqmAnomalys.id.keyword\"}}}},\"TotalAlerts\":{\"value_count\":{\"field\":\"Data.pqmAnomalys.id.keyword\"}}}}}}"
}
],
"isMdmsEnabled": true,
"filterKeys": [
{
"key": "tenantId"
}
],
"isPostResponseHandler": true,
"postAggregationTheory": "repsonseToDifferenceOfDates",
"chartType": "xtable",
"valueType": "number",
"drillChart": "xBirthDownloadByUlb",
"documentType": "_doc",
"action": "",
"plotLabel": "DDRs",
"excludedColumns": [],
"removedFields": [],
"computedFields": [],
"isRoundOff": true,
"aggregationPaths": [
"Anomaly_type_lab_results",
"TotalAlerts"
],
"pathDataTypeMapping": [
{
"Anomaly_type_lab_results": "number"
},
{
"TotalAlerts": "number"
}
],
"insight": {},
"_comment": ""
},
"pqmAlertLabTestResult": {
"chartName": "DSS_PQM_ALERT_LAB_TEST_RESULT",
"queries": [
Expand Down
79 changes: 0 additions & 79 deletions egov-indexer/fsm-inbox-indexer.yml

This file was deleted.

2 changes: 1 addition & 1 deletion egov-indexer/household-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ ServiceMaps:
id: $.id
isBulk: true
jsonPath: $.*
timeStampField: $.auditDetails.lastModifiedTime
timeStampField: $.auditDetails.lastModifiedTime
Loading

0 comments on commit 215d836

Please sign in to comment.