原schema-upgrade项目更名,发布初版
This commit is contained in:
15
testSchemaFiles/es-filter.json
Normal file
15
testSchemaFiles/es-filter.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"name": "es-Raw",
|
||||
"namespace": "tsg",
|
||||
"filters": [
|
||||
{
|
||||
"name":"@start",
|
||||
"value": "cast(now() as long)/1000 -3600"
|
||||
},
|
||||
{
|
||||
"name":"@end",
|
||||
"value": "cast(now() as long)/1000"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user