Skip to content

Commit 7c37ef8

Browse files
bugercaroltykdcs3spp
authored
Merging to release-5.2: [DX-1398] Update tyk-pump-dashboard-config.md (#5078) (#5113)
Update tyk pump dashboard config --------- Co-authored-by: caroltyk <[email protected]> Co-authored-by: dcs3spp <[email protected]>
1 parent 46b684f commit 7c37ef8

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

+19-19
Original file line numberDiff line numberDiff line change
@@ -440,25 +440,25 @@ In order to improve the data maintenance processes, as querying or removing data
440440

441441
### Tyk Dashboard Configuration
442442

443-
```{.shell}
444-
"sql": {
445-
...
446-
"meta": {
447-
...
448-
"table_sharding": true
449-
}
450-
},
451-
"sql_aggregate" : {
452-
...
453-
"meta": {
454-
...
455-
"table_sharding": true
456-
}
457-
},
458-
"uptime_pump_config": {
459-
...
460-
"table_sharding": true
461-
},
443+
```yaml
444+
"storage": {
445+
"main": {
446+
...
447+
"table_sharding": true
448+
},
449+
"analytics": {
450+
...
451+
"table_sharding": true
452+
},
453+
"logs": {
454+
...
455+
"table_sharding": true
456+
},
457+
"uptime": {
458+
...
459+
"table_sharding": true
460+
}
461+
},
462462
```
463463

464464
{{< tab_end >}}

0 commit comments

Comments
 (0)