From 23343a46a63cb18c0df201267af814af06ab3bd2 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Thu, 23 May 2019 12:58:27 +0200 Subject: [PATCH] Update operations.md Small update to fix the link to the Cortex project. --- docs/operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations.md b/docs/operations.md index 17190e6ac295..e26c633f4269 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -150,7 +150,7 @@ and ensure the `index.prefix` table exists. You can setup DynamoDB by yourself, or have `table-manager` setup for you. You can find out more info about table manager at -[Cortex project](https://github.com/cortexproject/cortex)(https://github.com/cortexproject/cortex). +[Cortex project](https://github.com/cortexproject/cortex). There is an example table manager deployment inside the ksonnet deployment method. You can find it [here](../production/ksonnet/loki/table-manager.libsonnet) The table-manager allows deleting old indices by rotating a number of different dynamodb tables and deleting the oldest one. If you choose to create the table manually you cannot easily erase old data and your index just grows indefinitely.