diff --git a/tyk-docs/content/tyk-pump/tyk-pump-configuration/tyk-pump-dashboard-config.md b/tyk-docs/content/tyk-pump/tyk-pump-configuration/tyk-pump-dashboard-config.md index 22c00fcbec..cc8e3ab903 100755 --- a/tyk-docs/content/tyk-pump/tyk-pump-configuration/tyk-pump-dashboard-config.md +++ b/tyk-docs/content/tyk-pump/tyk-pump-configuration/tyk-pump-dashboard-config.md @@ -438,24 +438,24 @@ To improve the data maintenance processes, as querying or removing data from one ### Tyk Dashboard Configuration ```yaml -"sql": { - ... - "meta": { - ... - "table_sharding": true - } -}, -"sql_aggregate" : { - ... - "meta": { - ... - "table_sharding": true - } -}, -"uptime_pump_config": { - ... - "table_sharding": true -}, + "storage": { + "main": { + ... + "table_sharding": true + }, + "analytics": { + ... + "table_sharding": true + }, + "logs": { + ... + "table_sharding": true + }, + "uptime": { + ... + "table_sharding": true + } + }, ``` {{< tab_end >}}