-
Notifications
You must be signed in to change notification settings - Fork 112
/
Copy pathredirects.js
868 lines (868 loc) Β· 30.9 KB
/
redirects.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
module.exports = [
{
from: "/api/api-timescaledb/",
to: "https://docs.timescale.com/api/latest/",
},
{
from: "/api/data-retention/",
to: "https://docs.timescale.com/api/latest/data-retention/",
},
{
from: "/api/latest/analytics/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/",
},
{
from: "/api/latest/continuous-aggregates/",
to: "https://docs.timescale.com/api/latest/continuous-aggregates/create_materialized_view/",
},
{
from: "/api/latest/hyperfunctions/approx_count_distincts",
to: "https://docs.timescale.com/api/latest/hyperfunctions/approximate-count-distinct/hyperloglog/",
},
{
from: "/api/latest/hyperfunctions/counter_aggs/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/counters-and-gauges/counter_agg/",
},
{
from: "/api/latest/hyperfunctions/downsample/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/downsampling",
},
{
from: "/api/latest/hyperfunctions/financial-analysis/ohlc/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/financial-analysis/candlestick_agg/",
},
{
from: "/api/latest/hyperfunctions/financial-analysis/open-high-low-close/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/financial-analysis/candlestick_agg/",
},
{
from: "/api/latest/hyperfunctions/financial-analysis/open-high-low-close-time/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/financial-analysis/candlestick_agg/",
},
{
from: "/api/latest/hyperfunctions/financial-analysis/rollup/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/financial-analysis/candlestick_agg/",
},
{
from: "/api/latest/hyperfunctions/frequency-analysis/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/frequency-analysis/freq_agg/",
},
{
from: "/api/latest/hyperfunctions/frequency-analysis/approx_count/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/frequency-analysis/count_min_sketch/",
},
{
from: "/api/latest/hyperfunctions/frequency-analysis/topn_agg/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/frequency-analysis/freq_agg/#mcv_agg",
},
{
from: "/api/latest/hyperfunctions/gapfilling-interpolation/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/gapfilling/time_bucket_gapfill/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/approx_percentile",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/approx_percentile_rank",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/error",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/max_val",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/mean",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/min_val",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/num_vals",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/num_vals-pct",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/percentile_agg",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/percentile-aggregation-methods",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/percentile-approximation/rollup-percentile",
to: "https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/",
},
{
from: "/api/latest/hyperfunctions/state-aggregates/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/state-tracking/state_agg/",
},
{
from: "/api/latest/hyperfunctions/state-tracking/timeline_agg",
to: "https://docs.timescale.com/api/latest/hyperfunctions/state-tracking/state_agg/",
},
{
from: "/api/latest/hyperfunctions/statistical-aggregates",
to: "https://docs.timescale.com/api/latest/hyperfunctions/statistical-and-regression-analysis/stats_agg-one-variable",
},
{
from: "/api/latest/hyperfunctions/stats_aggs/",
to: "https://docs.timescale.com/api/latest/hyperfunctions/statistical-and-regression-analysis/stats_agg-one-variable/",
},
{
from: "/api/latest/hyperfunctions/time-weighted-averages",
to: "https://docs.timescale.com/api/latest/hyperfunctions/time-weighted-calculations/time_weight",
},
{
from: "/api/latest/hypertable/dimension_info/",
to: "https://docs.timescale.com/api/latest/hypertable/create_hypertable/#dimension-info",
},
{
from: "/cloud/latest",
to: "https://docs.timescale.com/use-timescale/latest/",
},
{
from: "/cloud/latest/customize-configuration",
to: "https://docs.timescale.com/use-timescale/latest/configuration/customize-configuration/",
},
{
from: "/cloud/latest/high-availability",
to: "https://docs.timescale.com/use-timescale/latest/services/replicas/",
},
{
from: "/cloud/latest/integrations",
to: "https://docs.timescale.com/use-timescale/latest/metrics-logging/integrations/",
},
{
from: "/cloud/latest/metrics",
to: "https://docs.timescale.com/use-timescale/latest/metrics-logging/service-metrics/",
},
{
from: "/cloud/latest/multi-factor-authentication",
to: "https://docs.timescale.com/use-timescale/latest/security/multi-factor-authentication/",
},
{
from: "/cloud/latest/operations",
to: "https://docs.timescale.com/use-timescale/latest/configuration/",
},
{
from: "/cloud/latest/vpc-peering-aws/create/",
to: "https://docs.timescale.com/use-timescale/latest/vpc/#complete-the-vpc-connection-in-aws",
},
{
from: "/cloud/latest/service-explorer",
to: "https://docs.timescale.com/use-timescale/latest/services/service-explorer/",
},
{
from: "/cloud/latest/service-logs",
to: "https://docs.timescale.com/use-timescale/latest/metrics-logging/service-logs/",
},
{
from: "/cloud/latest/service-metrics",
to: "https://docs.timescale.com/use-timescale/latest/metrics-logging/service-metrics/",
},
{
from: "/cloud/latest/service-operations",
to: "https://docs.timescale.com/use-timescale/latest/services/",
},
{
from: "/cloud/latest/service-operations/database-parameters",
to: "https://docs.timescale.com/use-timescale/latest/configuration/",
},
{
from: "/cloud/latest/service-operations/high-availability",
to: "https://docs.timescale.com/use-timescale/latest/services/replicas/",
},
{
from: "/cloud/latest/service-operations/general",
to: "https://docs.timescale.com/use-timescale/latest/services/",
},
{
from: "/cloud/latest/service-operations/vpc",
to: "https://docs.timescale.com/use-timescale/latest/vpc/",
},
{
from: "/cloud/latest/service-overview/",
to: "https://docs.timescale.com/use-timescale/latest/services/service-overview/",
},
{
from: "/cloud/latest/service-settings/customize-configuration",
to: "https://docs.timescale.com/use-timescale/latest/configuration/customize-configuration/",
},
{
from: "/cloud/latest/service-settings/settings-advanced",
to: "https://docs.timescale.com/use-timescale/latest/configuration/advanced-parameters/",
},
{
from: "/cloud/latest/user-management",
to: "https://docs.timescale.com/use-timescale/latest/members/",
},
{
from: "/use-timescale/latest/members/members-list/",
to: "https://docs.timescale.com/use-timescale/latest/members/",
},
{
from: "/use-timescale/latest/members/project-ownership/",
to: "https://docs.timescale.com/use-timescale/latest/members/",
},
{
from: "/cloud/latest/vpc-peering",
to: "https://docs.timescale.com/use-timescale/latest/vpc/",
},
{
from: "/distributed-hypertables/add_data_node/",
to: "https://docs.timescale.com/api/latest/distributed-hypertables/add_data_node/",
},
{
from: "/getting-started",
to: "https://docs.timescale.com/getting-started/latest/",
},
{
from: "/getting-started/exploring-cloud",
to: "https://docs.timescale.com/mst/latest/about-mst/",
},
{
from: "/getting-started/installation/timescale-cloud/installation-timescale-cloud",
to: "https://docs.timescale.com/install/latest/installation-mst/",
},
{
from: "/getting-started/latest/add-data/",
to: "https://docs.timescale.com/getting-started/latest/time-series-data/",
},
{
from: "/getting-started/latest/compress-data/",
to: "https://docs.timescale.com/use-timescale/latest/compression/",
},
{
from: "/getting-started/latest/create-cagg/",
to: "https://docs.timescale.com/getting-started/latest/aggregation/",
},
{
from: "/getting-started/latest/data-retention",
to: "https://docs.timescale.com/use-timescale/latest/data-retention/",
},
{
from: "/getting-started/latest/installation",
to: "https://docs.timescale.com/getting-started/latest/",
},
{
from: "/getting-started/latest/installation/mac/installation-homebrew",
to: "https://docs.timescale.com/self-hosted/latest/install/installation-macos/",
},
{
from: "/getting-started/latest/query-data/",
to: "https://docs.timescale.com/getting-started/latest/queries/",
},
{
from: "/install/latest",
to: "https://docs.timescale.com/self-hosted/latest/install/",
},
{
from: "/install/latest/installation-cloud",
to: "https://docs.timescale.com/getting-started/latest/",
},
{
from: "/install/latest/installation-mst",
to: "https://docs.timescale.com/mst/latest/installation-mst/",
},
{
from: "/install/latest/self-hosted",
to: "https://docs.timescale.com/self-hosted/latest/install",
},
{
from: "/install/latest/troubleshooting",
to: "https://docs.timescale.com/self-hosted/latest/troubleshooting/",
},
{ from: "/latest/api", to: "https://docs.timescale.com/api/latest/" },
{
from: "/latest/api/api-timescaledb/",
to: "https://docs.timescale.com/api/latest/",
},
{
from: "/latest/getting-started/",
to: "https://docs.timescale.com/getting-started/latest/",
},
{
from: "/latest/getting-started/installation/mac/installation-homebrew",
to: "https://docs.timescale.com/self-hosted/latest/install/installation-macos/",
},
{
from: "/latest/tutorials",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/latest/tutorials/getting-started-with-promscale",
to: "https://promscale-legacy-docs.timescale.com/",
},
{
from: "/latest/tutorials/quickstart-node",
to: "https://docs.timescale.com/quick-start/latest/node/",
},
{
from: "/latest/tutorials/quickstart-python",
to: "https://docs.timescale.com/quick-start/latest/python/",
},
{
from: "/latest/tutorials/quickstart-ruby",
to: "https://docs.timescale.com/quick-start/latest/ruby/",
},
{
from: "/latest/tutorials/prometheus-adapter/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/latest/tutorials/tutorial-hello-nyc",
to: "https://docs.timescale.com/tutorials/latest/nyc-taxi-cab/",
},
{
from: "/latest/tutorials/tutorial-hello-timescale",
to: "https://docs.timescale.com/getting-started/latest/",
},
{
from: "/latest/tutorials/tutorial-setup-timescale-prometheus/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/mst/latest/create-a-service",
to: "https://docs.timescale.com/mst/latest/about-mst",
},
{ from: "/mst", to: "https://docs.timescale.com/mst/latest/" },
{
from: "/promscale",
to: "https://promscale-legacy-docs.timescale.com/",
},
{
from: "/quick-start/latest/dotnet/",
to: "https://docs.timescale.com/quick-start/latest/",
},
{
from: "/self-hosted/latest/install/installation-redhat",
to: "https://docs.timescale.com/self-hosted/latest/install/installation-linux/",
},
{
from: "/self-hosted/latest/self-hosted/backup-and-restore/troubleshooting/",
to: "https://docs.timescale.com/self-hosted/latest/troubleshooting/",
},
{ from: "/timescale-cloud", to: "https://docs.timescale.com/mst/latest/" },
{
from: "/timescaledb/",
to: "https://docs.timescale.com/use-timescale/latest/",
},
{
from: "/timescaledb/latest/",
to: "https://docs.timescale.com/use-timescale/latest/",
},
{
from: "/timescaledb/latest/api",
to: "https://docs.timescale.com/api/latest/",
},
{
from: "/timescaledb/latest/contribute-to-docs",
to: "https://docs.timescale.com/about/latest/contribute-to-docs/",
},
{
from: "/timescaledb/latest/contribute-to-timescaledb",
to: "https://docs.timescale.com/about/latest/contribute-to-timescale/",
},
{
from: "/timescaledb/latest/getting-started/",
to: "https://docs.timescale.com/getting-started/latest/",
},
{
from: "/timescaledb/latest/how-to-guides",
to: "https://docs.timescale.com/use-timescale/latest/",
},
{
from: "/timescaledb/latest/how-to-guides/backup-and-restore/docker-and-wale",
to: "https://docs.timescale.com/self-hosted/latest/backup-and-restore/docker-and-wale",
},
{
from: "/timescaledb/latest/how-to-guides/backup-and-restore/physical",
to: "https://docs.timescale.com/self-hosted/latest/backup-and-restore/physical/",
},
{
from: "/timescaledb/latest/how-to-guides/backup-and-restore/troubleshooting",
to: "https://docs.timescale.com/self-hosted/latest/troubleshooting",
},
{
from: "/timescaledb/latest/how-to-guides/configuration/docker-config",
to: "https://docs.timescale.com/self-hosted/latest/configuration/docker-config/",
},
{
from: "/timescaledb/latest/how-to-guides/configuration/postgres-config",
to: "https://docs.timescale.com/self-hosted/latest/configuration/postgres-config/",
},
{
from: "/timescaledb/latest/how-to-guides/configuration/telemetry",
to: "https://docs.timescale.com/self-hosted/latest/configuration/telemetry/",
},
{
from: "/timescaledb/latest/how-to-guides/configuration/timescaledb-config",
to: "https://docs.timescale.com/self-hosted/latest/configuration/timescaledb-config/",
},
{
from: "/timescaledb/latest/how-to-guides/configuration/timescaledb-tune",
to: "https://docs.timescale.com/self-hosted/latest/configuration/timescaledb-tune",
},
{
from: "/timescaledb/latest/how-to-guides/multinode-timescaledb",
to: "https://docs.timescale.com/self-hosted/latest/multinode-timescaledb/",
},
{
from: "/timescaledb/latest/how-to-guides/replication-and-ha",
to: "https://docs.timescale.com/self-hosted/latest/replication-and-ha/",
},
{
from: "/timescaledb/latest/how-to-guides/tooling",
to: "https://docs.timescale.com/self-hosted/latest/tooling/",
},
{
from: "/timescaledb/latest/how-to-guides/troubleshoot-timescaledb",
to: "https://docs.timescale.com/self-hosted/latest/troubleshooting/",
},
{
from: "/timescaledb/latest/how-to-guides/upgrades",
to: "https://docs.timescale.com/self-hosted/latest/upgrades/",
},
{
from: "/timescaledb/latest/how-to-guides/upgrades/troubleshooting",
to: "https://docs.timescale.com/self-hosted/latest/troubleshooting/",
},
{
from: "/timescaledb/latest/how-to-guides/uninstall",
to: "https://docs.timescale.com/self-hosted/latest/uninstall",
},
{
from: "/timescaledb/latest/introduction",
to: "https://docs.timescale.com/use-timescale/latest/",
},
{
from: "/timescaledb/latest/overview",
to: "https://docs.timescale.com/use-timescale/latest/",
},
{
from: "/timescaledb/latest/overview/what-is-time-series-data",
to: "https://docs.timescale.com/",
},
{
from: "/timescaledb/latest/overview/core-concepts",
to: "https://docs.timescale.com/getting-started/latest/",
},
{
from: "/timescaledb/latest/overview/core-concepts/backup-restore",
to: "https://docs.timescale.com/use-timescale/latest/backup-restore-cloud/",
},
{
from: "/timescaledb/latest/overview/core-concepts/compression",
to: "https://docs.timescale.com/use-timescale/latest/compression/",
},
{
from: "/timescaledb/latest/overview/core-concepts/continuous-aggregates",
to: "https://docs.timescale.com/use-timescale/latest/continuous-aggregates/",
},
{
from: "/timescaledb/latest/overview/core-concepts/data-retention",
to: "https://docs.timescale.com/use-timescale/latest/data-retention/",
},
{
from: "/timescaledb/latest/overview/core-concepts/hypertables-and-chunks",
to: "https://docs.timescale.com/use-timescale/latest/hypertables/about-hypertables",
},
{
from: "/timescaledb/latest/overview/core-concepts/user-defined-actions",
to: "https://docs.timescale.com/use-timescale/latest/user-defined-actions/",
},
{
from: "/timescaledb/latest/overview/deployment-options",
to: "https://docs.timescale.com/getting-started/latest/",
},
{
from: "/timescaledb/latest/overview/faq",
to: "https://docs.timescale.com/about/latest/",
},
{
from: "/timescaledb/latest/overview/faq/using-timescaledb",
to: "https://docs.timescale.com/use-timescale/latest/",
},
{
from: "/timescaledb/latest/overview/kubernetes",
to: "https://docs.timescale.com/self-hosted/latest/install/installation-kubernetes",
},
{
from: "/timescaledb/latest/overview/limitations",
to: "https://docs.timescale.com/use-timescale/latest/limitations/",
},
{
from: "/timescaledb/latest/overview/release-notes",
to: "https://docs.timescale.com/about/latest/release-notes/",
},
{
from: "/timescaledb/latest/quick-start",
to: "https://docs.timescale.com/quick-start/latest/",
},
{
from: "/timescaledb/latest/timescaledb-edition-comparison",
to: "https://docs.timescale.com/about/latest/timescaledb-editions/",
},
{
from: "/timescaledb/latest/tutorials",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/timescaledb/latest/tutorials/financial-candlestick-tick-data/",
to: "https://docs.timescale.com/tutorials/latest/financial-tick-data/",
},
{
from: "/timescaledb/latest/tutorials/promscale/",
to: "https://promscale-legacy-docs.timescale.com/",
},
{
from: "/timescaledb/latest/update-timescaledb/update-tsdb-2",
to: "https://docs.timescale.com/self-hosted/latest/upgrades/",
},
{
from: "/timescaledb/latest/using-timescaledb/actions",
to: "https://docs.timescale.com/use-timescale/latest/user-defined-actions/",
},
{
from: "/timescaledb/latest/using-timescaledb/telemetry",
to: "https://docs.timescale.com/self-hosted/latest/configuration/telemetry/",
},
{
from: "/tutorials/getting-started-with-promscale",
to: "https://promscale-legacy-docs.timescale.com/",
},
{
from: "/tutorials/latest/analyze-cryptocurrency-data/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/tutorials/latest/analyze-intraday-stocks/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/tutorials/latest/aws-lambda/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/tutorials/latest/financial-candlestick-tick-data/create-candlestick-aggregates/",
to: "https://docs.timescale.com/tutorials/latest/financial-tick-data/financial-tick-query/",
},
{
from: "/tutorials/latest/grafana/",
to: "https://docs.timescale.com/use-timescale/latest/integrations/grafana/",
},
{
from: "/tutorials/latest/howto-monitor-django-prometheus",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/tutorials/latest/monitor-mst-with-prometheus/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/tutorials/latest/nfl-analytics/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/tutorials/latest/prometheus-adapter/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/tutorials/latest/sample-datasets/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/tutorials/latest/telegraf-output-plugin/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/tutorials/latest/time-series-forecast/",
to: "https://docs.timescale.com/tutorials/latest/",
},
{
from: "/tutorials/tutorial-hello-timescale",
to: "https://docs.timescale.com/getting-started/latest/",
},
{ from: "/tutorials", to: "https://docs.timescale.com/tutorials/latest/" },
{
from: "/use-timescale/latest/connecting/",
to: "https://docs.timescale.com/use-timescale/latest/integrations/",
},
{
from: "/use-timescale/latest/connecting/about-connecting",
to: "https://docs.timescale.com/use-timescale/latest/integrations/find-connection-details/",
},
{
from: "/use-timescale/latest/connecting/about-psql/",
to: "https://docs.timescale.com/use-timescale/latest/integrations/psql/",
},
{
from: "/use-timescale/latest/connecting/dbeaver/",
to: "https://docs.timescale.com/use-timescale/latest/integrations/dbeaver/",
},
{
from: "/use-timescale/latest/connecting/pgadmin/",
to: "https://docs.timescale.com/use-timescale/latest/integrations/pgadmin/",
},
{
from: "/use-timescale/latest/connecting/psql/",
to: "https://docs.timescale.com/use-timescale/latest/integrations/psql/",
},
{
from: "/use-timescale/latest/data-tiering/move-data/",
to: "https://docs.timescale.com/use-timescale/latest/data-tiering/about-data-tiering/",
},
{
from: "/use-timescale/latest/how-to-guides/compression/",
to: "https://docs.timescale.com/use-timescale/latest/compression/",
},
{
from: "/use-timescale/latest/hyperfunctions/install-toolkit/",
to: "https://docs.timescale.com/self-hosted/latest/tooling/install-toolkit/",
},
{
from: "/use-timescale/latest/install-timescaledb/self-hosted/",
to: "https://docs.timescale.com/self-hosted/latest/install/",
},
{
from: "/use-timescale/latest/install-timescaledb-toolkit/",
to: "https://docs.timescale.com/self-hosted/latest/tooling/install-toolkit/",
},
{
from: "/use-timescale/latest/integrations/data-ingest/",
to: "https://docs.timescale.com/use-timescale/latest/ingest-data/",
},
{
from: "/use-timescale/latest/integrations/data-ingest/telegraf/",
to: "https://docs.timescale.com/use-timescale/latest/ingest-data/ingest-telegraf/",
},
{
from: "/use-timescale/latest/ingest-data/about-ingesting/",
to: "https://docs.timescale.com/use-timescale/latest/ingest-data",
},
{
from: "/use-timescale/latest/ingest-data/about-timescaledb-parallel-copy/",
to: "https://docs.timescale.com/use-timescale/latest/ingest-data",
},
{
from: "/use-timescale/latest/ingest-data/ingest-prometheus/",
to: "https://docs.timescale.com/use-timescale/latest/ingest-data",
},
{
from: "/use-timescale/latest/migrate-data/",
to: "https://docs.timescale.com/migrate/latest/",
},
{
from: "/use-timescale/latest/migrate-db/",
to: "https://docs.timescale.com/migrate/latest/",
},
{
from: "/use-timescale/latest/popsql/",
to: "https://docs.timescale.com/getting-started/latest/run-queries-from-console/",
},
{
from: "/use-timescale/latest/postgresql-extensions/",
to: "https://docs.timescale.com/use-timescale/latest/extensions/",
},
{
from: "/use-timescale/latest/schema-management/manage-storage/",
to: "https://docs.timescale.com/use-timescale/latest/schema-management/",
},
{
from: "/use-timescale/latest/services/maintenance",
to: "https://docs.timescale.com/use-timescale/latest/upgrades/",
},
{
from: "/use-timescale/latest/services/postgresql-extensions",
to: "https://docs.timescale.com/use-timescale/latest/extensions/",
},
{
from: "/use-timescale/latest/services/regions",
to: "https://docs.timescale.com/use-timescale/latest/regions/",
},
{
from: "/use-timescale/latest/services/replicas/",
to: "https://docs.timescale.com/use-timescale/latest/ha-replicas/",
},
{
from: "/use-timescale/latest/services/resources/",
to: "https://docs.timescale.com/use-timescale/latest/services/change-resources/",
},
{
from: "/use-timescale/latest/update-timescaledb/",
to: "https://docs.timescale.com/self-hosted/latest/upgrades/",
},
{
from: "/use-timescale/latest/vpc-peering-aws/",
to: "https://docs.timescale.com/use-timescale/latest/vpc/",
},
{
from: "/ai/latest/pgvectorize/",
to: "https://docs.timescale.com/ai/latest/pgvectorizer/",
},
{
from: "/using-timescaledb/visualizing-data",
to: "https://docs.timescale.com/use-timescale/latest/integrations/grafana/",
},
{
from: "/use-timescale/latest/account-management/",
to: "https://docs.timescale.com/about/latest/pricing-and-account-management/",
},
{ from: "/v0.8/api", to: "https://docs.timescale.com/api/latest/" },
{ from: "/v0.9/api", to: "https://docs.timescale.com/api/latest/" },
{ from: "/v0.10/api", to: "https://docs.timescale.com/api/latest/" },
{ from: "/v0.11/api", to: "https://docs.timescale.com/api/latest/" },
{ from: "/v0.12/api", to: "https://docs.timescale.com/api/latest/" },
{ from: "/v2.0/api", to: "https://docs.timescale.com/api/latest/" },
{
from: "/cloud/latest/service-operations/resources/",
to: "https://docs.timescale.com/about/latest/pricing-and-account-management/",
},
{
from: "/install/latest/self-hosted/installation-debian/",
to: "https://docs.timescale.com/self-hosted/latest/install/installation-linux/",
},
{
from: "/latest/getting-started/setup",
to: "https://docs.timescale.com/self-hosted/latest/install/",
},
{
from: "/v0.9/faq",
to: "https://docs.timescale.com/about/latest/",
},
{
from: "/getting-started/installation/rhel-centos/installation-yum",
to: "https://docs.timescale.com/self-hosted/latest/install/",
},
{
from: "/latest/main",
to: "https://docs.timescale.com/getting-started/latest/",
},
{
from: "/timescaledb/latest/tutorials/grafana/visualizations/pie-chart/",
to: "https://docs.timescale.com/use-timescale/latest/integrations/grafana/",
},
{
from: "/promscale/latest/about-promscale/#promscale-schema-for-metric-data",
to: "https://docs.timescale.com/",
},
{
from: "/promscale/latest/visualize-data/grafana",
to: "https://docs.timescale.com/use-timescale/latest/integrations/grafana/",
},
{
from: "/install/latest/self-hosted/installation-redhat/#where-to-next",
to: "https://docs.timescale.com/self-hosted/latest/install/",
},
{
from: "/latest/getting-started/setup",
to: "https://docs.timescale.com/getting-started/latest/",
},
{
from: "/latest/api#add_dimension",
to: "https://docs.timescale.com/api/latest/hypertable/add_dimension/",
},
{
from: "/timescaledb/latest/tutorials/grafana/grafana-variables/",
to: "https://docs.timescale.com/use-timescale/latest/integrations/grafana/",
},
{
from: "/clustering/using-timescaledb/update-db",
to: "https://docs.timescale.com/self-hosted/latest/upgrades/",
},
{
from: "/timescaledb/latest/how-to-guides/time-buckets/use-time-buckets/",
to: "https://docs.timescale.com/use-timescale/latest/time-buckets/",
},
{
from: "/use-timescale/latest/vpc/",
to: "https://docs.timescale.com/use-timescale/latest/security/vpc/",
},
{
from: "/use-timescale/latest/data-tiering/tour-data-tiering/",
to: "https://docs.timescale.com/use-timescale/latest/data-tiering/enabling-data-tiering/",
},
{
from: "/use-timescale/latest/data-tiering/manual-tier-chunk/",
to: "https://docs.timescale.com/use-timescale/latest/data-tiering/enabling-data-tiering/",
},
{
from: "/use-timescale/latest/data-tiering/untier-data/",
to: "https://docs.timescale.com/use-timescale/latest/data-tiering/enabling-data-tiering/",
},
{
from: "/use-timescale/latest/data-tiering/creating-data-tiering-policy/",
to: "https://docs.timescale.com/use-timescale/latest/data-tiering/enabling-data-tiering/",
},
{
from: "/use-timescale/latest/data-tiering/disabling-data-tiering/",
to: "https://docs.timescale.com/use-timescale/latest/data-tiering/enabling-data-tiering/",
},
{
from: "/use-timescale/latest/compression/backfill-historical-data/",
to: "https://github.com/timescale/timescaledb-extras/blob/master/backfill.sql",
},
{
from: '/use-timescale/latest/integrations/observability-alerting/grafana/installation/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/grafana/',
},
{
from: '/use-timescale/latest/integrations/observability-alerting/grafana/geospatial-dashboards/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/grafana/',
},
{
from: '/use-timescale/latest/integrations/observability-alerting/grafana/create-dashboard-and-panel/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/grafana/',
},
{
from: '/use-timescale/latest/integrations/query-admin/about-psql/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/psql/',
},
{
from: '/use-timescale/latest/integrations/query-admin/psql/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/psql/',
},
{
from: '/use-timescale/latest/integrations/query-admin/about-connecting/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/find-connection-details/',
},
{
from: '/use-timescale/latest/integrations/query-admin/azure-data-studio/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/azure-data-studio/',
},
{
from: '/use-timescale/latest/integrations/query-admin/dbeaver/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/dbeaver/',
},
{
from: '/use-timescale/latest/integrations/query-admin/pgadmin/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/pgadmin/',
},
{
from: '/use-timescale/latest/integrations/query-admin/qstudio/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/qstudio/',
},
{
from: '/use-timescale/latest/integrations/config-deploy/terraform/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/terraform/',
},
{
from: '/use-timescale/latest/integrations/observability-alerting/tableau/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/tableau/',
},
];