Skip to content
Snippets Groups Projects
Unverified Commit f2fb161a authored by Goutham Veeramachaneni's avatar Goutham Veeramachaneni Committed by GitHub
Browse files

Fix local config: Use DayTime (#598)


* Fix local config: Use DayTime

Psst, the date is the first commit date for loki ;)

Signed-off-by: default avatarGoutham Veeramachaneni <gouthamve@gmail.com>

* Fix the config in ksonnet and helm too

Signed-off-by: default avatarGoutham Veeramachaneni <gouthamve@gmail.com>
parent 75fbe015
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ingester: ...@@ -13,7 +13,7 @@ ingester:
schema_config: schema_config:
configs: configs:
- from: 0 - from: 2018-04-15
store: boltdb store: boltdb
object_store: filesystem object_store: filesystem
schema: v9 schema: v9
......
...@@ -42,7 +42,7 @@ config: ...@@ -42,7 +42,7 @@ config:
enforce_metric_name: false enforce_metric_name: false
schema_config: schema_config:
configs: configs:
- from: 0 - from: 2018-04-15
store: boltdb store: boltdb
object_store: filesystem object_store: filesystem
schema: v9 schema: v9
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
schema_config: { schema_config: {
configs: [{ configs: [{
from: '0', from: '2018-04-15',
store: 'bigtable', store: 'bigtable',
object_store: 'gcs', object_store: 'gcs',
schema: 'v9', schema: 'v9',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment