Skip to content

Commit

Permalink
fix(compatibility): fix date mapping type on monitoring and statistic…
Browse files Browse the repository at this point in the history
…s templates
  • Loading branch information
Desvelao committed Nov 7, 2022
1 parent 1410f29 commit 2de382c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/integration-files/monitoring-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const monitoringTemplate = {
properties: {
timestamp: {
type: 'date',
format: 'dateOptionalTime'
format: 'date_optional_time'
},
status: {
type: 'keyword'
Expand Down
2 changes: 1 addition & 1 deletion server/integration-files/statistics-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export const statisticsTemplate = {
},
"timestamp" : {
"type" : "date",
"format" : "dateOptionalTime"
"format" : "date_optional_time"
}
}
}
Expand Down

0 comments on commit 2de382c

Please sign in to comment.