Skip to content

Commit 217964f

Browse files
caroltykTyk Bot
authored and
Tyk Bot
committed
[DX-1398] Update tyk-pump-dashboard-config.md (#5078)
Update tyk-pump-dashboard-config.md (cherry picked from commit 5e72eab)
1 parent 1fb3c13 commit 217964f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

tyk-docs/content/tyk-pump/tyk-pump-configuration/tyk-pump-dashboard-config.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -438,24 +438,24 @@ To improve the data maintenance processes, as querying or removing data from one
438438
### Tyk Dashboard Configuration
439439

440440
```yaml
441-
"sql": {
442-
...
443-
"meta": {
444-
...
445-
"table_sharding": true
446-
}
447-
},
448-
"sql_aggregate" : {
449-
...
450-
"meta": {
451-
...
452-
"table_sharding": true
453-
}
454-
},
455-
"uptime_pump_config": {
456-
...
457-
"table_sharding": true
458-
},
441+
"storage": {
442+
"main": {
443+
...
444+
"table_sharding": true
445+
},
446+
"analytics": {
447+
...
448+
"table_sharding": true
449+
},
450+
"logs": {
451+
...
452+
"table_sharding": true
453+
},
454+
"uptime": {
455+
...
456+
"table_sharding": true
457+
}
458+
},
459459
```
460460

461461
{{< tab_end >}}

0 commit comments

Comments
 (0)