Add invalid config file that should have been in #861. Whoops, sorry @jvshaid.

pull/897/head
Paul Dix 2014-09-02 13:49:37 -04:00
parent 87b4554149
commit fd0457c1ff
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
{
"spaces": [
{
"name": "everything",
"retentionPolicy": "inf",
"shardDuration": "7d",
"regex": "/.*/",
"replicationFactor": 1,
"split": 1
},
{
"name": "",
"retentionPolicy": "inf",
"shardDuration": "7d",
"regex": "/^keep_foreveer/",
"replicationFactor": 1,
"split": 1
},
{
"name": "specific",
"retentionPolicy": "7d",
"shardDuration": "1d",
"regex": "/^something_specfic/",
"replicationFactor": 2,
"split": 3
}
],
"continuousQueries": [
"select * from events into events.[id]",
"select count(value) from events group by time(5m) into 5m.count.events"
]
}