forked from aiven/devportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
682 lines (659 loc) · 32.4 KB
/
_toc.yml
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
root: index
options:
maxdepth: 1
entries:
# -------- PLATFORM-TOPICS --------
- file: docs/platform
title: Platform
entries:
- file: docs/platform/concepts
title: Concepts
entries:
- file: docs/platform/concepts/authentication-tokens
- file: docs/platform/concepts/list-billing
title: Billing
entries:
- file: docs/platform/concepts/tax-information
- file: docs/platform/concepts/billing-groups
- file: docs/platform/concepts/beta_services
- file: docs/platform/concepts/cloud-security
- file: docs/platform/concepts/logs-metrics-alerts
- file: docs/platform/concepts/projects_accounts_access
- file: docs/platform/concepts/service-forking
- file: docs/platform/concepts/service_backups
- file: docs/platform/concepts/service-memory-limits
- file: docs/platform/concepts/static-ips
- file: docs/platform/concepts/tls-ssl-certificates
- file: docs/platform/concepts/byoa
- file: docs/platform/concepts/dynamic-disk-sizing
- file: docs/platform/concepts/enhanced-compliance-env
- file: docs/platform/concepts/disaster-recovery-test-scenarios
- file: docs/platform/concepts/choosing-timeseries-database
- file: docs/platform/howto
title: HowTo
entries:
- file: docs/platform/howto/list-user
title: User/Access management
entries:
- file: docs/platform/howto/change-your-email-address
- file: docs/platform/howto/create_authentication_token
- file: docs/platform/howto/create_new_service_user
- file: docs/platform/howto/enable-aiven-password
- file: docs/platform/howto/user-2fa
- file: docs/platform/howto/technical-emails
- file: docs/platform/howto/list-service
title: Service management
entries:
- file: docs/platform/howto/create_new_service
- file: docs/platform/howto/console-fork-service.rst
- file: docs/platform/howto/pause-from-cli.rst
- file: docs/platform/howto/scale-services
- file: docs/platform/howto/migrate-services
- file: docs/platform/howto/add-storage-space
- file: docs/platform/howto/tag-resources.rst
- file: docs/platform/howto/list-network
title: Network management
entries:
- file: docs/platform/howto/download-ca-cert
- file: docs/platform/howto/restrict-access
- file: docs/platform/howto/public-access-in-vpc.rst
- file: docs/platform/howto/static-ip-addresses.rst
- file: docs/platform/howto/private-ip-resolution.rst
- file: docs/platform/howto/list-monitoring
title: Monitoring management
entries:
- file: docs/platform/howto/monitoring-services
- file: docs/platform/howto/integrations/prometheus-metrics
- file: docs/platform/howto/integrations/datadog-increase-metrics-limit
- file: docs/platform/howto/list-billing
title: Billing management
entries:
- file: docs/platform/howto/use-billing-groups
- file: docs/platform/howto/billing-google-cloud-platform-marketplace-subscription
title: Set up GCP Marketplace
- file: docs/platform/reference
title: Reference
entries:
- glob: docs/platform/reference/*
# --------- GLOBAL -----------
- file: docs/integrations
title: Integrations
entries:
- file: docs/integrations/datadog
title: Datadog
entries:
- file: docs/integrations/datadog/datadog-metrics
- file: docs/integrations/datadog/datadog-logs
- file: docs/integrations/cloudwatch
title: Amazon CloudWatch
entries:
- file: docs/integrations/cloudwatch/cloudwatch-metrics
title: CloudWatch Metrics
- file: docs/integrations/cloudwatch/list-cloudwatch-logs
title: CloudWatch Logs
entries:
- file: docs/integrations/cloudwatch/cloudwatch-logs-console
- file: docs/integrations/cloudwatch/cloudwatch-logs-cli
- file: docs/integrations/rsyslog
title: RSyslog integration
- file: docs/tools
entries:
- file: docs/tools/cli
entries:
- file: docs/tools/cli/account
entries:
- glob: docs/tools/cli/account/*
- file: docs/tools/cli/card
- file: docs/tools/cli/cloud
- file: docs/tools/cli/credits
- file: docs/tools/cli/events
- file: docs/tools/cli/mirrormaker
- file: docs/tools/cli/project
- file: docs/tools/cli/service
entries:
- glob: docs/tools/cli/service/*
- file: docs/tools/cli/ticket
- file: docs/tools/cli/user
entries:
- glob: docs/tools/cli/user/*
- file: docs/tools/cli/vpc
- file: docs/tools/api
title: Aiven API
entries:
- glob: docs/tools/api/*
- file: docs/tools/terraform
title: Aiven Terraform provider
entries:
- file: docs/tools/terraform/get-started
title: Get started
- file: docs/tools/terraform/howto
title: HowTo
entries:
- file: docs/tools/terraform/howto/upgrade-provider-v1-v2
title: Upgrade the Aiven Terraform Provider from v1 to v2
- file: docs/tools/terraform/howto/config-postgresql-provider
title: Use PostgreSQL provider alongside Aiven Terraform Provider
- file: docs/tools/terraform/concepts
title: Concepts
entries:
- glob: docs/tools/terraform/concepts/*
- file: docs/tools/terraform/reference
entries:
- file: docs/tools/terraform/reference/cookbook
entries:
- file: docs/tools/terraform/reference/cookbook/kafka-connect-terraform-recipe
title: Apache Kafka and OpenSearch
- file: docs/tools/terraform/reference/cookbook/multicloud-postgresql-recipe
title: Multicloud PostgreSQL
- file: docs/tools/terraform/reference/cookbook/kafka-flink-integration-recipe
title: Apache Kafka and Apache Flink
- file: docs/tools/terraform/reference/cookbook/kafka-mirrormaker-recipe
title: Apache Kafka and Apache MirrorMaker
- file: docs/tools/terraform/reference/cookbook/kafka-karapace-recipe
title: Apache Kafka with Karapace
- file: docs/tools/terraform/reference/cookbook/grafana-m3db-postgresql-recipe
title: Visualize PostgreSQL metrics with Grafana
- file: docs/tools/terraform/reference/cookbook/postgresql-custom-configs-recipe
title: PostgreSQL with custom configs
- file: docs/tools/terraform/reference/cookbook/kafka-mongodb-recipe
title: Apache Kafka MongoDB Source Connector
- file: docs/tools/terraform/reference/cookbook/kafka-debezium-postgres-source
title: Debezium Source Connector across clouds
- file: docs/tools/terraform/reference/cookbook/kafka-custom-conf-recipe.rst
title: Apache Kafka with custom configurations
- file: docs/tools/terraform/reference/cookbook/m3db-m3agg-recipe
title: M3 and M3 Aggregator
- file: docs/tools/kubernetes
title: Aiven Operator for Kubernetes
# -------- PRODUCT-SPECIFIC --------
- file: docs/products/kafka
title: Apache Kafka
entries:
- file: docs/products/kafka/getting-started
title: Get started
- file: docs/products/kafka/howto/fake-sample-data
title: Sample data generator
- file: docs/products/kafka/concepts
entries:
- file: docs/products/kafka/concepts/upgrade-procedure
title: Upgrade procedure
- file: docs/products/kafka/concepts/horizontal-vertical-scaling
title: Scaling options
- file: docs/products/kafka/concepts/acl
- file: docs/products/kafka/concepts/schema-registry-authorization
- file: docs/products/kafka/concepts/log-compaction
- file: docs/products/kafka/concepts/partition-segments
- file: docs/products/kafka/concepts/auth-types
- file: docs/products/kafka/concepts/non-leader-for-partition
- file: docs/products/kafka/howto
title: HowTo
entries:
- file: docs/products/kafka/howto/list-code-samples
entries:
- file: docs/products/kafka/howto/connect-with-python
title: Connect with Python
- file: docs/products/kafka/howto/connect-with-java
title: Connect with Java
- file: docs/products/kafka/howto/connect-with-go
title: Connect with Go
- file: docs/products/kafka/howto/connect-with-command-line
title: Connect with command line
- file: docs/products/kafka/howto/connect-with-nodejs
title: Connect with NodeJS
- file: docs/products/kafka/howto/list-tools
title: Tools
entries:
- file: docs/products/kafka/howto/kafka-tools-config-file
- file: docs/products/kafka/howto/kcat
- file: docs/products/kafka/howto/kafka-conduktor
- file: docs/products/kafka/howto/kafdrop
- file: docs/products/kafka/howto/provectus-kafka-ui
- file: docs/products/kafka/howto/kpow
- file: docs/products/kafka/howto/list-security
title: Security
entries:
- file: docs/products/kafka/howto/keystore-truststore
- file: docs/products/kafka/howto/manage-acls
- file: docs/products/kafka/howto/monitor-logs-acl-failure
- file: docs/products/kafka/howto/kafka-sasl-auth
- file: docs/products/kafka/howto/renew-ssl-certs
- file: docs/products/kafka/howto/list-admin
title: Administration tasks
entries:
- file: docs/products/kafka/howto/list-schema-registry
title: Schema registry
entries:
- file: docs/products/kafka/howto/enable-karapace
- file: docs/products/kafka/howto/enable-schema-registry-authorization
- file: docs/products/kafka/howto/manage-schema-registry-authorization
- file: docs/products/kafka/howto/best-practices
- file: docs/products/kafka/howto/configure-with-kafka-cli
- file: docs/products/kafka/howto/set-kafka-parameters
- file: docs/products/kafka/howto/viewing-resetting-offset
- file: docs/products/kafka/howto/configure-log-cleaner
- file: docs/products/kafka/howto/prevent-full-disks
- file: docs/products/kafka/howto/use-zookeeper
- file: docs/products/kafka/howto/avoid-out-of-memory-error
- file: docs/products/kafka/howto/list-integration
title: Integrations
entries:
- file: docs/products/kafka/howto/integrate-service-logs-into-kafka-topic
- file: docs/products/kafka/howto/kafka-streams-with-aiven-for-kafka
- file: docs/products/kafka/howto/datadog-customised-metrics
- file: docs/products/kafka/howto/ksql-docker
title: Use ksqlDB with Aiven for Apache Kafka
- file: docs/products/kafka/howto/add-missing-producer-consumer-metrics
- file: docs/products/kafka/howto/list-topic-schema
title: Topic/schema management
entries:
- file: docs/products/kafka/howto/create-topic
- file: docs/products/kafka/howto/create-topics-automatically
- file: docs/products/kafka/howto/get-topic-partition-details
- file: docs/products/kafka/howto/schema-registry
- file: docs/products/kafka/howto/change-retention-period
- file: docs/products/kafka/reference
title: Reference
entries:
- file: docs/products/kafka/reference/advanced-params
title: Advanced parameters
- file: docs/products/kafka/reference/kafka-metrics-prometheus
title: Metrics available via Prometheus
- file: docs/products/kafka/kafka-connect
title: Apache Kafka Connect
entries:
- file: docs/products/kafka/kafka-connect/getting-started
- file: docs/products/kafka/kafka-connect/concepts
entries:
- file: docs/products/kafka/kafka-connect/concepts/list-of-connector-plugins
- file: docs/products/kafka/kafka-connect/concepts/jdbc-source-modes
- file: docs/products/kafka/kafka-connect/concepts/connect-plugin-list-not-available
- file: docs/products/kafka/kafka-connect/howto
title: HowTo
entries:
- file: docs/products/kafka/kafka-connect/howto/list-admin
entries:
- file: docs/products/kafka/kafka-connect/howto/best-practices
- file: docs/products/kafka/kafka-connect/howto/bring-your-own-kafka-connect-cluster
- file: docs/products/kafka/kafka-connect/howto/enable-connect
- file: docs/products/kafka/kafka-connect/howto/enable-automatic-restart
- file: docs/products/kafka/kafka-connect/howto/manage-logging-level
title: Manage Kafka Connect logging level
- file: docs/products/kafka/kafka-connect/howto/list-source-connectors
entries:
- file: docs/products/kafka/kafka-connect/howto/jdbc-source-connector-pg
- file: docs/products/kafka/kafka-connect/howto/jdbc-source-connector-mysql
- file: docs/products/kafka/kafka-connect/howto/jdbc-source-connector-sql-server
- file: docs/products/kafka/kafka-connect/howto/mongodb-poll-source-connector
- file: docs/products/kafka/kafka-connect/howto/debezium-source-connector-pg
- file: docs/products/kafka/kafka-connect/howto/debezium-source-connector-mysql
- file: docs/products/kafka/kafka-connect/howto/debezium-source-connector-sql-server
- file: docs/products/kafka/kafka-connect/howto/debezium-source-connector-mongodb
- file: docs/products/kafka/kafka-connect/howto/list-sink-connectors
entries:
- file: docs/products/kafka/kafka-connect/howto/jdbc-sink
- file: docs/products/kafka/kafka-connect/howto/s3-sink-prereq
- file: docs/products/kafka/kafka-connect/howto/s3-sink-connector-aiven
- file: docs/products/kafka/kafka-connect/howto/s3-sink-connector-confluent
- file: docs/products/kafka/kafka-connect/howto/gcs-sink-prereq
- file: docs/products/kafka/kafka-connect/howto/gcs-sink
- file: docs/products/kafka/kafka-connect/howto/gcp-bigquery-sink-prereq
- file: docs/products/kafka/kafka-connect/howto/gcp-bigquery-sink
- file: docs/products/kafka/kafka-connect/howto/opensearch-sink
- file: docs/products/kafka/kafka-connect/howto/elasticsearch-sink
- file: docs/products/kafka/kafka-connect/howto/snowflake-sink-prereq
- file: docs/products/kafka/kafka-connect/howto/snowflake-sink
- file: docs/products/kafka/kafka-connect/howto/http-sink
- file: docs/products/kafka/kafka-connect/howto/mongodb-sink-mongo
- file: docs/products/kafka/kafka-connect/howto/mongodb-sink-lenses
- file: docs/products/kafka/kafka-connect/howto/redis-streamreactor-sink
- file: docs/products/kafka/kafka-connect/reference
title: Reference
entries:
- file: docs/products/kafka/kafka-connect/reference/advanced-params
title: Advanced parameters
- file: docs/products/kafka/kafka-connect/reference/s3-sink-formats
title: AWS S3 sink connector naming and data format
entries:
- file: docs/products/kafka/kafka-connect/reference/s3-sink-additional-parameters
- file: docs/products/kafka/kafka-connect/reference/s3-sink-additional-parameters-confluent
- file: docs/products/kafka/kafka-connect/reference/gcs-sink-formats
- file: docs/products/kafka/kafka-connect/reference/connect-metrics-prometheus
title: Metrics available via Prometheus
- file: docs/products/kafka/kafka-mirrormaker
title: Apache Kafka MirrorMaker2
entries:
- file: docs/products/kafka/kafka-mirrormaker/getting-started
- file: docs/products/kafka/kafka-mirrormaker/concepts
entries:
- file: docs/products/kafka/kafka-mirrormaker/concepts/replication-flow-topics-regex
- file: docs/products/kafka/kafka-mirrormaker/howto
title: HowTo
entries:
- file: docs/products/kafka/kafka-mirrormaker/howto/integrate-external-kafka-cluster
- file: docs/products/kafka/kafka-mirrormaker/howto/setup-replication-flow
- file: docs/products/kafka/kafka-mirrormaker/howto/setup-mirrormaker-monitoring
- file: docs/products/kafka/kafka-mirrormaker/howto/remove-mirrormaker-prefix
- file: docs/products/kafka/kafka-mirrormaker/reference
title: Reference
entries:
- glob: docs/products/kafka/kafka-mirrormaker/reference/*
- file: docs/products/postgresql
title: PostgreSQL
entries:
- file: docs/products/postgresql/getting-started
title: Get started
- file: docs/products/postgresql/howto/pagila
title: "Sample dataset: Pagila"
- file: docs/products/postgresql/concepts
title: Concepts
entries:
- glob: docs/products/postgresql/concepts/*
- file: docs/products/postgresql/howto
title: HowTo
entries:
- file: docs/products/postgresql/howto/list-code-samples
entries:
- file: docs/products/postgresql/howto/connect-go
- file: docs/products/postgresql/howto/connect-java
- file: docs/products/postgresql/howto/connect-node
- file: docs/products/postgresql/howto/connect-php
- file: docs/products/postgresql/howto/connect-python
- file: docs/products/postgresql/howto/list-dba-tasks
entries:
- file: docs/products/postgresql/howto/create-database
- file: docs/products/postgresql/howto/upgrade
- file: docs/products/postgresql/howto/manage-extensions
- file: docs/products/postgresql/howto/create-manual-backups
- file: docs/products/postgresql/howto/restore-backup
- file: docs/products/postgresql/howto/migrate-cloud-region
- file: docs/products/postgresql/howto/claim-public-schema-ownership
- file: docs/products/postgresql/howto/manage-pool
- file: docs/products/postgresql/howto/pgbouncer-stats
- file: docs/products/postgresql/howto/use-dblink-extension
- file: docs/products/postgresql/howto/enable-jit
- file: docs/products/postgresql/howto/repair-pg-index
- file: docs/products/postgresql/howto/identify-pg-slow-queries
- file: docs/products/postgresql/howto/optimize-pg-slow-queries
- file: docs/products/postgresql/howto/check-avoid-transaction-id-wraparound
- file: docs/products/postgresql/howto/prevent-full-disk
- file: docs/products/postgresql/howto/list-replication-migration
entries:
- file: docs/products/postgresql/howto/create-read-replica
- file: docs/products/postgresql/howto/setup-logical-replication
- file: docs/products/postgresql/howto/migrate-aiven-db-migrate
entries:
- file: docs/products/postgresql/howto/logical-replication-aws-aurora
- file: docs/products/postgresql/howto/logical-replication-aws-rds
- file: docs/products/postgresql/howto/logical-replication-gcp-cloudsql
- file: docs/products/postgresql/howto/migrate-pg-dump-restore
- file: docs/products/postgresql/howto/run-aiven-db-migrate-python
- file: docs/products/postgresql/howto/list-integrations
entries:
- file: docs/products/postgresql/howto/connect-psql
- file: docs/products/postgresql/howto/connect-pgadmin
- file: docs/products/postgresql/howto/visualize-grafana
- file: docs/products/postgresql/howto/report-metrics-grafana
- file: docs/products/postgresql/howto/monitor-with-pgwatch2
- file: docs/products/postgresql/howto/datasource-integration
- file: docs/products/postgresql/howto/analyze-with-google-data-studio
- file: docs/products/postgresql/reference
title: Reference
entries:
- file: docs/products/postgresql/reference/high-cpu-load-of-pgbouncer
title: High CPU load
- file: docs/products/postgresql/reference/list-of-advanced-params
title: Advanced parameters
- file: docs/products/postgresql/reference/list-of-extensions
title: Extensions
- file: docs/products/postgresql/reference/pg-metrics
title: Metrics exposed to Grafana
- file: docs/products/postgresql/reference/pg-connection-limits
title: Connection limits per plan
- file: docs/products/postgresql/reference/resource-capability
title: Resource capability per plan
- file: docs/products/postgresql/reference/terminology
title: Terminology
- file: docs/products/flink
title: Apache Flink
entries:
- file: docs/products/flink/getting-started
title: Get started
- file: docs/products/flink/concepts
title: Concepts
entries:
- file: docs/products/flink/concepts/flink-for-analysts
- file: docs/products/flink/concepts/flink-for-operators
- file: docs/products/flink/concepts/kafka-connectors
- file: docs/products/flink/concepts/kafka-connector-requirements
- file: docs/products/flink/concepts/supported-syntax-sql-editor
- file: docs/products/flink/concepts/event-processing-time
- file: docs/products/flink/concepts/windows
- file: docs/products/flink/concepts/watermarks
- file: docs/products/flink/concepts/checkpoints
- file: docs/products/flink/howto
title: HowTo
entries:
- file: docs/products/flink/howto/create-integration
- file: docs/products/flink/howto/connect-kafka
- file: docs/products/flink/howto/connect-pg
- file: docs/products/flink/howto/connect-opensearch
- file: docs/products/flink/howto/create-job
- file: docs/products/flink/howto/timestamps_opensearch
- file: docs/products/flink/howto/real-time-alerting-solution
- file: docs/products/flink/reference
title: Reference
entries:
- file: docs/products/flink/reference/advanced-params
title: Advanced parameters
- file: docs/products/clickhouse
title: ClickHouse
entries:
- file: docs/products/clickhouse/getting-started
title: Get started
- file: docs/products/clickhouse/sample-dataset
- file: docs/products/clickhouse/concepts
title: Concepts
entries:
- file: docs/products/clickhouse/concepts/olap
- file: docs/products/clickhouse/concepts/databases-and-tables
- file: docs/products/clickhouse/concepts/columnar-databases
- file: docs/products/clickhouse/concepts/indexing
- file: docs/products/clickhouse/howto
title: HowTo
entries:
- file: docs/products/clickhouse/howto/use-cli
- file: docs/products/clickhouse/howto/use-query-editor
- file: docs/products/clickhouse/howto/add-service-users
- file: docs/products/clickhouse/howto/grant-privilege
- file: docs/products/clickhouse/reference
title: Reference
entries:
- file: docs/products/clickhouse/reference/supported-table-engines
title: Supported table engines
- file: docs/products/clickhouse/reference/advanced-params
title: Advanced parameters
- file: docs/products/opensearch
title: OpenSearch
entries:
- file: docs/products/opensearch/getting-started
title: Get started
- file: docs/products/opensearch/howto/sample-dataset
- file: docs/products/opensearch/concepts
title: Concepts
entries:
- file: docs/products/opensearch/concepts/access_control
- file: docs/products/opensearch/concepts/backups
- file: docs/products/opensearch/concepts/indices
- file: docs/products/opensearch/concepts/aggregations
- file: docs/products/opensearch/concepts/opensearch-vs-elasticsearch
- file: docs/products/opensearch/concepts/shards-number
- file: docs/products/opensearch/concepts/when-create-index
- file: docs/products/opensearch/howto
title: HowTo
entries:
- file: docs/products/opensearch/howto/opensearch-with-curl
- file: docs/products/opensearch/howto/migrating_elasticsearch_data_to_aiven
- file: docs/products/opensearch/howto/opensearch-log-integration
- file: docs/products/opensearch/howto/upgrade-to-opensearch
- file: docs/products/opensearch/howto/upgrade-to-opensearch-with-terraform
- file: docs/products/opensearch/howto/upgrade-clients-to-opensearch
- file: docs/products/opensearch/howto/connect-with-nodejs
title: Connect with NodeJS
- file: docs/products/opensearch/howto/connect-with-python
title: Connect with Python
- file: docs/products/opensearch/howto/opensearch-search-and-python
title: Search with Python
- file: docs/products/opensearch/howto/opensearch-and-nodejs
title: Search with NodeJS
- file: docs/products/opensearch/howto/opensearch-aggregations-and-nodejs
title: Aggregation with NodeJS
- file: docs/products/opensearch/howto/control_access_to_content
- file: docs/products/opensearch/howto/restore_opensearch_backup
- file: docs/products/opensearch/howto/import-opensearch-data-using-elasticsearch-dump
- file: docs/products/opensearch/howto/set_index_retention_patterns
- file: docs/products/opensearch/howto/opensearch-alerting-api
- file: docs/products/opensearch/howto/handle-low-disk-space
- file: docs/products/opensearch/dashboards
title: OpenSearch Dashboards
entries:
- file: docs/products/opensearch/dashboards/getting-started
- file: docs/products/opensearch/dashboards/howto
title: HowTo
entries:
- file: docs/products/opensearch/dashboards/howto/dev-tools-usage-example
- file: docs/products/opensearch/dashboards/howto/opensearch-alerting-dashboard
- file: docs/products/opensearch/reference
title: Reference
entries:
- file: docs/products/opensearch/reference/plugins
title: Plugins
- file: docs/products/opensearch/reference/advanced-params
title: Advanced parameters
- file: docs/products/opensearch/reference/index-replication
- file: docs/products/opensearch/reference/restapi-limited-access
- file: docs/products/opensearch/reference/low-space-watermarks
- file: docs/products/m3db
title: M3DB
entries:
- file: docs/products/m3db/getting-started
title: Get started
- file: docs/products/m3db/concepts
title: Concepts
entries:
- glob: docs/products/m3db/concepts/*
- file: docs/products/m3db/howto
title: HowTo
entries:
- glob: docs/products/m3db/howto/*
- file: docs/products/m3db/reference
title: Reference
entries:
- file: docs/products/m3db/reference/terminology
title: Terminology
- file: docs/products/m3db/reference/advanced-params
title: Advanced parameters
- file: docs/products/m3db/reference/advanced-params-m3aggregator
title: Advanced parameters M3Aggregator
- file: docs/products/mysql
title: MySQL
entries:
- file: docs/products/mysql/get-started
title: Get started
- file: docs/products/mysql/concepts
title: Concepts
entries:
- glob: docs/products/mysql/concepts/*
- file: docs/products/mysql/howto
title: HowTo
entries:
- file: docs/products/mysql/howto/list-code-samples
entries:
- file: docs/products/mysql/howto/connect-from-cli
- file: docs/products/mysql/howto/connect-with-python
- file: docs/products/mysql/howto/connect-using-mysqlx-with-python
- file: docs/products/mysql/howto/connect-with-java
- file: docs/products/mysql/howto/connect-with-php
- file: docs/products/mysql/howto/create-database
- file: docs/products/mysql/howto/connect-from-mysql-workbench
- file: docs/products/mysql/howto/max-number-of-connections
- file: docs/products/mysql/howto/migrate-from-external-mysql
- file: docs/products/mysql/howto/do-check-service-migration
- file: docs/products/mysql/howto/prevent-disk-full
- file: docs/products/mysql/howto/disable-foreign-key-checks
- file: docs/products/mysql/reference
title: Reference
entries:
- file: docs/products/mysql/reference/advanced-params
title: Advanced parameters
- file: docs/products/mysql/reference/resource-capability
title: Resource capability per plan
- file: docs/products/redis
title: Redis
entries:
- file: docs/products/redis/get-started
title: Get started
- file: docs/products/redis/concepts
title: Concepts
entries:
- glob: docs/products/redis/concepts/*
- file: docs/products/redis/howto
title: HowTo
entries:
- file: docs/products/redis/howto/list-code-samples
entries:
- file: docs/products/redis/howto/connect-redis-cli
- file: docs/products/redis/howto/connect-go
- file: docs/products/redis/howto/connect-node
- file: docs/products/redis/howto/connect-php
- file: docs/products/redis/howto/connect-python
- file: docs/products/redis/howto/connect-java
- file: docs/products/redis/howto/list-dba-tasks
entries:
- file: docs/products/redis/howto/configure-acl-permissions
- file: docs/products/redis/howto/migrate-aiven-redis
- file: docs/products/redis/howto/estimate-max-number-of-connections
- file: docs/products/redis/howto/manage-ssl-connectivity
- file: docs/products/redis/howto/warning-overcommit_memory
- file: docs/products/redis/reference
title: Reference
entries:
- file: docs/products/redis/reference/advanced-params
title: Advanced parameters
- file: docs/products/cassandra
title: Apache Cassandra
entries:
- file: docs/products/cassandra/get-started
title: Get started
- file: docs/products/cassandra/concepts
title: Concepts
entries:
- glob: docs/products/cassandra/concepts/*
- file: docs/products/cassandra/reference
title: Reference
entries:
- file: docs/products/cassandra/reference/advanced-params
title: Advanced parameters
- file: docs/products/grafana
title: Grafana
entries:
- file: docs/products/grafana/get-started
title: Get started
- file: docs/products/grafana/howto
title: HowTo
entries:
- glob: docs/products/grafana/howto/*
- file: docs/products/grafana/reference
title: Reference
entries:
- file: docs/products/grafana/reference/advanced-params
title: Advanced parameters
- file: docs/products/grafana/reference/plugins
title: Plugins
# -------- AUXILIARY
- file: docs/community
title: Community
entries:
- file: docs/community/documentation
entries:
- glob: docs/community/documentation/tips-tricks/*
title: Tips & Tricks