summaryrefslogtreecommitdiff
path: root/testSchemaFiles/es-filter.json
blob: 25eafef7a3aa57348d8b727f06ffe94031854e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
    }
  ]
}