schema.opensearch.create.index.tasklist-metric.json Maven / Gradle / Ivy
{
"mappings": {
"dynamic": "strict",
"properties": {
"id": {
"type": "keyword"
},
"eventTime": {
"format": "date_time || epoch_millis",
"type": "date"
},
"event": {
"type": "keyword"
},
"value": {
"type": "keyword"
},
"tenantId": {
"type": "keyword"
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy