...
Code Block |
---|
PUT mcollect-national-dashboard/_mapping/nss { "properties": { "todaysCollectionForCategory": { "type": "long" }, "todaysCollectionForPaymentMode": { "type": "long" }, "todaysCollectionForStatus": { "type": "long" }, "paymentMode": { "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "status": { "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "category": { "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "challanStatus": { "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "numberOfReceiptsForStatus": { "type": "long" }, "numberOfReceiptsForPaymentMode": { "type": "long" }, "numberOfReceiptsForCategory": { "type": "long" }, "numberOfChallansForChallanStatus": { "type": "long" }, "numberOfChallansForCategory": { "type": "long" }, "ward": { "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "ulb": { "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "region": { "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "state": { "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "date": { "type": "date", "format": "dd-MM-yyyy HH:mm:ss||dd-MM-yyyy||epoch_millis||dd-MM-yyyy'T'HH:mm:ss.SSSZ" } } } |
The following is the table that describes the properties mentioned above:
Attributes | Defintion | Breakup |
---|---|---|
ulb | The district or region for which the data is ingested. | Nil |
state | The ULB name for which the data is ingested. | Nil |
ward | The ward for which the data is ingested. | Nil |
transactions | Number of transactions related to WS/SW module on a given date | Nil |
connectionsCreated | Number of connections related to WS/SW module on a given date. | Breakup by channel type( |
todaysCollection | Total collection related to WS/SW module on a given date | Breakup by usage type( |
waterConnections | new connections created on the given date | Breakup by meter type( |
sewerageConnections | new sewreage connections created on the given date | Breakup by usage( |
pendingConnections | pending connections on the given date | Breakup by duration( |
slaCompliance | Percentage of complaints that are resolved within SLA till the given date. | Nil |
todaysTotalApplications | # of Applications created on the given date | Nil |
todaysClosedApplications | # of Applications closed on the given date | Nil |
todaysCompletedApplicationsWithinSLA | # of Applications closed on the given date within SLA | Nil |
Attributes
Definition
Breakup
ulb | The district or region for which the data is ingested. | Nil |
state | The ULB name for which the data is ingested. | Nil |
ward | The ward for which the data is ingested. | Nil |
transactions | Number of transactions related to WS/SW module on a given date | Nil |
connectionsCreated | Number of connections related to WS/SW module on a given date. | Breakup by channel type( |
todaysCollection | Total collection related to WS/SW module on a given date | Breakup by usage type( |
waterConnections | new connections created on the given date | Breakup by meter type( |
sewerageConnections | new sewreage connections created on the given date | Breakup by usage( |
pendingConnections | pending connections on the given date | Breakup by duration( |
slaCompliance | Percentage of complaints that are resolved within SLA till the given date. | Nil |
todaysTotalApplications | # of Applications created on the given date | Nil |
todaysClosedApplications | # of Applications closed on the given date | Nil |
todaysCompletedApplicationsWithinSLA | # of Applications closed on the given date within SLA | Nil |