mirror of https://github.com/apache/druid.git
Changed webstream example to second indexGranularity.
This commit is contained in:
parent
4e30a14438
commit
806bc0f58c
|
@ -5,7 +5,7 @@
|
|||
{"type": "count", "name": "rows"},
|
||||
{"type": "doubleSum", "fieldName": "known_users", "name": "known_users"}
|
||||
],
|
||||
"indexGranularity": "minute",
|
||||
"indexGranularity": "second",
|
||||
"shardSpec": {"type": "none"}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue