Skip to content

Commit f25b179

Browse files
committed
mappings for shard id
1 parent 9f1ed32 commit f25b179

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cmd/elasticindexer/config/indices/executionresults.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
"timestampMs": {
7575
"type": "date",
7676
"format": "epoch_millis"
77+
},
78+
"shardId": {
79+
"type": "long"
7780
}
7881
}
7982
}

templates/indices/executionResults.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ var ExecutionResults = Object{
7474
"type": "date",
7575
"format": "epoch_millis",
7676
},
77+
"shardId": Object{
78+
"type": "long",
79+
},
7780
},
7881
},
7982
},

0 commit comments

Comments
 (0)