mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
fix(opensearch): Added @timestamp field for opensearch localhost (#5556)
This commit is contained in:
@ -493,7 +493,7 @@ impl OpenSearchQueryBuilder {
|
||||
let range = json!(time_range);
|
||||
filter_array.push(json!({
|
||||
"range": {
|
||||
"timestamp": range
|
||||
"@timestamp": range
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user