Skip to content

Commit df6178c

Browse files
committed
Update Kafka Connect capabilities guide
1 parent 0ccb132 commit df6178c

File tree

15 files changed

+300
-135
lines changed

15 files changed

+300
-135
lines changed

pages/platform/databases/kafkaconnect_01_capabilities/guide.de-de.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ section: Kafka Connect - Guides
66
order: 010
77
routes:
88
canonical: 'https://docs.ovh.com/gb/en/publiccloud/databases/kafka/capabilities/'
9-
updated: 2023-01-19
9+
updated: 2023-04-24
1010
---
1111

12-
**Last updated January 19th, 2023**
12+
**Last updated April 24th, 2023**
1313

1414
## Objective
1515

@@ -50,6 +50,9 @@ Here is an overview of the various plans' capabilities:
5050

5151
Your choice of plan affects the number of nodes your cluster run or the SLA.
5252

53+
> [!primary]
54+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
55+
5356

5457
#### Nodes
5558

@@ -61,11 +64,12 @@ Your choice of plan affects the number of nodes your cluster run or the SLA.
6164

6265
Here are the node types you can choose from:
6366

64-
| Name | Disk (GB) | Cores | Memory (GB) |
65-
| ------ | --------- | ----- | ----------- |
66-
| db1-7 | N/A | 2 | 7 |
67-
| db1-15 | N/A | 4 | 15 |
68-
| db1-30 | N/A | 8 | 30 |
67+
| Name | Storage | vCore | Memory (GB) |
68+
| ------- | ------- | ----- | ----------- |
69+
| db1-4 | N/A | 2 | 4 |
70+
| db1-7 | N/A | 2 | 7 |
71+
| db1-15 | N/A | 4 | 15 |
72+
| db1-30 | N/A | 8 | 30 |
6973

7074
All nodes of a given cluster should be of the same type and distributed in the same region.
7175

@@ -82,10 +86,17 @@ Here are some considerations to take into account when using private network:
8286
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
8387
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
8488

89+
##### Authorised IPs
90+
91+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
92+
93+
#### Advanced parameters
94+
95+
You can customize your Kafka Connect further through the use of advanced parameters. See the [Advanced parameters references documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-databases-kafkaconnect-advanced-parameters-references?id=kb_article_view&sysparm_article=KB0054668) for more information about which ones are supported.
96+
8597
#### Logs and metrics
8698

87-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
88-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
99+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Kafka Connect logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/ie/en/publiccloud/databases/cross-service-integration/) for more information.
89100

90101
- **Logs retention**: 1000 lines of logs
91102
- **Metrics retention**: 1 calendar month

pages/platform/databases/kafkaconnect_01_capabilities/guide.en-asia.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: kafkaconnect/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for Kafka Connect
55
section: Kafka Connect - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-24
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 24th, 2023**
1111

1212
## Objective
1313

@@ -48,6 +48,9 @@ Here is an overview of the various plans' capabilities:
4848

4949
Your choice of plan affects the number of nodes your cluster run or the SLA.
5050

51+
> [!primary]
52+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
53+
5154

5255
#### Nodes
5356

@@ -59,11 +62,12 @@ Your choice of plan affects the number of nodes your cluster run or the SLA.
5962

6063
Here are the node types you can choose from:
6164

62-
| Name | Disk (GB) | Cores | Memory (GB) |
63-
| ------ | --------- | ----- | ----------- |
64-
| db1-7 | N/A | 2 | 7 |
65-
| db1-15 | N/A | 4 | 15 |
66-
| db1-30 | N/A | 8 | 30 |
65+
| Name | Storage | vCore | Memory (GB) |
66+
| ------- | ------- | ----- | ----------- |
67+
| db1-4 | N/A | 2 | 4 |
68+
| db1-7 | N/A | 2 | 7 |
69+
| db1-15 | N/A | 4 | 15 |
70+
| db1-30 | N/A | 8 | 30 |
6771

6872
All nodes of a given cluster should be of the same type and distributed in the same region.
6973

@@ -80,10 +84,17 @@ Here are some considerations to take into account when using private network:
8084
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
8185
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
8286

87+
##### Authorised IPs
88+
89+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
90+
91+
#### Advanced parameters
92+
93+
You can customize your Kafka Connect further through the use of advanced parameters. See the [Advanced parameters references documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-databases-kafkaconnect-advanced-parameters-references?id=kb_article_view&sysparm_article=KB0054668) for more information about which ones are supported.
94+
8395
#### Logs and metrics
8496

85-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
86-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
97+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Kafka Connect logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/ie/en/publiccloud/databases/cross-service-integration/) for more information.
8798

8899
- **Logs retention**: 1000 lines of logs
89100
- **Metrics retention**: 1 calendar month

pages/platform/databases/kafkaconnect_01_capabilities/guide.en-au.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: kafkaconnect/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for Kafka Connect
55
section: Kafka Connect - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-24
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 24th, 2023**
1111

1212
## Objective
1313

@@ -48,6 +48,9 @@ Here is an overview of the various plans' capabilities:
4848

4949
Your choice of plan affects the number of nodes your cluster run or the SLA.
5050

51+
> [!primary]
52+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
53+
5154

5255
#### Nodes
5356

@@ -59,11 +62,12 @@ Your choice of plan affects the number of nodes your cluster run or the SLA.
5962

6063
Here are the node types you can choose from:
6164

62-
| Name | Disk (GB) | Cores | Memory (GB) |
63-
| ------ | --------- | ----- | ----------- |
64-
| db1-7 | N/A | 2 | 7 |
65-
| db1-15 | N/A | 4 | 15 |
66-
| db1-30 | N/A | 8 | 30 |
65+
| Name | Storage | vCore | Memory (GB) |
66+
| ------- | ------- | ----- | ----------- |
67+
| db1-4 | N/A | 2 | 4 |
68+
| db1-7 | N/A | 2 | 7 |
69+
| db1-15 | N/A | 4 | 15 |
70+
| db1-30 | N/A | 8 | 30 |
6771

6872
All nodes of a given cluster should be of the same type and distributed in the same region.
6973

@@ -80,10 +84,17 @@ Here are some considerations to take into account when using private network:
8084
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
8185
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
8286

87+
##### Authorised IPs
88+
89+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
90+
91+
#### Advanced parameters
92+
93+
You can customize your Kafka Connect further through the use of advanced parameters. See the [Advanced parameters references documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-databases-kafkaconnect-advanced-parameters-references?id=kb_article_view&sysparm_article=KB0054668) for more information about which ones are supported.
94+
8395
#### Logs and metrics
8496

85-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
86-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
97+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Kafka Connect logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/ie/en/publiccloud/databases/cross-service-integration/) for more information.
8798

8899
- **Logs retention**: 1000 lines of logs
89100
- **Metrics retention**: 1 calendar month

pages/platform/databases/kafkaconnect_01_capabilities/guide.en-ca.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: kafkaconnect/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for Kafka Connect
55
section: Kafka Connect - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-24
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 24th, 2023**
1111

1212
## Objective
1313

@@ -48,6 +48,9 @@ Here is an overview of the various plans' capabilities:
4848

4949
Your choice of plan affects the number of nodes your cluster run or the SLA.
5050

51+
> [!primary]
52+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
53+
5154

5255
#### Nodes
5356

@@ -59,11 +62,12 @@ Your choice of plan affects the number of nodes your cluster run or the SLA.
5962

6063
Here are the node types you can choose from:
6164

62-
| Name | Disk (GB) | Cores | Memory (GB) |
63-
| ------ | --------- | ----- | ----------- |
64-
| db1-7 | N/A | 2 | 7 |
65-
| db1-15 | N/A | 4 | 15 |
66-
| db1-30 | N/A | 8 | 30 |
65+
| Name | Storage | vCore | Memory (GB) |
66+
| ------- | ------- | ----- | ----------- |
67+
| db1-4 | N/A | 2 | 4 |
68+
| db1-7 | N/A | 2 | 7 |
69+
| db1-15 | N/A | 4 | 15 |
70+
| db1-30 | N/A | 8 | 30 |
6771

6872
All nodes of a given cluster should be of the same type and distributed in the same region.
6973

@@ -80,10 +84,17 @@ Here are some considerations to take into account when using private network:
8084
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
8185
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
8286

87+
##### Authorised IPs
88+
89+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
90+
91+
#### Advanced parameters
92+
93+
You can customize your Kafka Connect further through the use of advanced parameters. See the [Advanced parameters references documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-databases-kafkaconnect-advanced-parameters-references?id=kb_article_view&sysparm_article=KB0054668) for more information about which ones are supported.
94+
8395
#### Logs and metrics
8496

85-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
86-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
97+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Kafka Connect logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/ie/en/publiccloud/databases/cross-service-integration/) for more information.
8798

8899
- **Logs retention**: 1000 lines of logs
89100
- **Metrics retention**: 1 calendar month

pages/platform/databases/kafkaconnect_01_capabilities/guide.en-gb.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: kafkaconnect/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for Kafka Connect
55
section: Kafka Connect - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-24
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 24th, 2023**
1111

1212
## Objective
1313

@@ -48,6 +48,9 @@ Here is an overview of the various plans' capabilities:
4848

4949
Your choice of plan affects the number of nodes your cluster run or the SLA.
5050

51+
> [!primary]
52+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
53+
5154

5255
#### Nodes
5356

@@ -59,11 +62,12 @@ Your choice of plan affects the number of nodes your cluster run or the SLA.
5962

6063
Here are the node types you can choose from:
6164

62-
| Name | Disk (GB) | Cores | Memory (GB) |
63-
| ------ | --------- | ----- | ----------- |
64-
| db1-7 | N/A | 2 | 7 |
65-
| db1-15 | N/A | 4 | 15 |
66-
| db1-30 | N/A | 8 | 30 |
65+
| Name | Storage | vCore | Memory (GB) |
66+
| ------- | ------- | ----- | ----------- |
67+
| db1-4 | N/A | 2 | 4 |
68+
| db1-7 | N/A | 2 | 7 |
69+
| db1-15 | N/A | 4 | 15 |
70+
| db1-30 | N/A | 8 | 30 |
6771

6872
All nodes of a given cluster should be of the same type and distributed in the same region.
6973

@@ -80,10 +84,17 @@ Here are some considerations to take into account when using private network:
8084
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
8185
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
8286

87+
##### Authorised IPs
88+
89+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
90+
91+
#### Advanced parameters
92+
93+
You can customize your Kafka Connect further through the use of advanced parameters. See the [Advanced parameters references documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-databases-kafkaconnect-advanced-parameters-references?id=kb_article_view&sysparm_article=KB0054668) for more information about which ones are supported.
94+
8395
#### Logs and metrics
8496

85-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
86-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
97+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Kafka Connect logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/ie/en/publiccloud/databases/cross-service-integration/) for more information.
8798

8899
- **Logs retention**: 1000 lines of logs
89100
- **Metrics retention**: 1 calendar month

pages/platform/databases/kafkaconnect_01_capabilities/guide.en-ie.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: kafkaconnect/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for Kafka Connect
55
section: Kafka Connect - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-24
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 24th, 2023**
1111

1212
## Objective
1313

@@ -48,6 +48,9 @@ Here is an overview of the various plans' capabilities:
4848

4949
Your choice of plan affects the number of nodes your cluster run or the SLA.
5050

51+
> [!primary]
52+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
53+
5154

5255
#### Nodes
5356

@@ -59,11 +62,12 @@ Your choice of plan affects the number of nodes your cluster run or the SLA.
5962

6063
Here are the node types you can choose from:
6164

62-
| Name | Disk (GB) | Cores | Memory (GB) |
63-
| ------ | --------- | ----- | ----------- |
64-
| db1-7 | N/A | 2 | 7 |
65-
| db1-15 | N/A | 4 | 15 |
66-
| db1-30 | N/A | 8 | 30 |
65+
| Name | Storage | vCore | Memory (GB) |
66+
| ------- | ------- | ----- | ----------- |
67+
| db1-4 | N/A | 2 | 4 |
68+
| db1-7 | N/A | 2 | 7 |
69+
| db1-15 | N/A | 4 | 15 |
70+
| db1-30 | N/A | 8 | 30 |
6771

6872
All nodes of a given cluster should be of the same type and distributed in the same region.
6973

@@ -80,10 +84,17 @@ Here are some considerations to take into account when using private network:
8084
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
8185
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
8286

87+
##### Authorised IPs
88+
89+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
90+
91+
#### Advanced parameters
92+
93+
You can customize your Kafka Connect further through the use of advanced parameters. See the [Advanced parameters references documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-databases-kafkaconnect-advanced-parameters-references?id=kb_article_view&sysparm_article=KB0054668) for more information about which ones are supported.
94+
8395
#### Logs and metrics
8496

85-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
86-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
97+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Kafka Connect logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/ie/en/publiccloud/databases/cross-service-integration/) for more information.
8798

8899
- **Logs retention**: 1000 lines of logs
89100
- **Metrics retention**: 1 calendar month

0 commit comments

Comments
 (0)