Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Fix redirect links: Change help.aiven.io redirects to the docs.aiven.io page #1551

Merged
merged 1 commit into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/platform/howto/saml/saml-authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ In the Edit page, you need to input:

Detailed instructions exist for the following providers:

* `Okta <https://help.aiven.io/en/articles/3438800-setting-up-saml-authentication-with-okta>`_
* `Okta <https://docs.aiven.io/docs/platform/howto/saml/setup-saml-okta>`_
* `G-Suite <https://help.aiven.io/en/articles/3447699-setting-up-saml-authentication-with-google-g-suite>`_
* `Azure AD <https://help.aiven.io/en/articles/3557077-setting-up-saml-authentication-with-azure>`_
* `Auth0 <https://help.aiven.io/en/articles/3808083-setting-up-saml-with-auth0>`_
* `Centrify <https://help.aiven.io/en/articles/4485814-setting-up-saml-with-centrify>`_
* `Azure AD <https://docs.aiven.io/docs/platform/howto/saml/setup-saml-azure>`_
* `Auth0 <https://docs.aiven.io/docs/platform/howto/saml/setup-saml-auth0>`_
* `Centrify <https://docs.aiven.io/docs/platform/howto/list-saml>`_


If your provider isn't in the list, please contact us at
Expand Down
4 changes: 2 additions & 2 deletions docs/platform/reference/service-ip-address.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When a new Aiven service is created, the chosen cloud service provider will dyna

Aiven also offer the ability to define :doc:`static IP addresses </docs/platform/concepts/static-ips>` in case you need them a service. For more information about how to obtain a static IP and assign it to a particular service, please check the :doc:`related guide </docs/platform/howto/static-ip-addresses>`.

If you have your own cloud account and want to keep your Aiven services isolated from the public internet, you can however create a VPC and a peering connection to your own cloud account. For more information on how to setup the VPC peering, check `the related article <https://help.aiven.io/en/articles/778836-using-virtual-private-cloud-vpc-peering>`_.
If you have your own cloud account and want to keep your Aiven services isolated from the public internet, you can however create a VPC and a peering connection to your own cloud account. For more information on how to setup the VPC peering, check `the related article <https://docs.aiven.io/docs/platform/howto/manage-vpc-peering>`_.

Default service hostname
------------------------
Expand All @@ -27,4 +27,4 @@ where:

.. Note::

If the ``<SERVICE_NAME>`` is too short or was recently used (e.g. if you drop and recreate a service with the same name) then the hostname format could be ``<SERVICE_NAME><3RANDOMLETTERS>-<PROJECT_NAME>.aivencloud.com``
If the ``<SERVICE_NAME>`` is too short or was recently used (e.g. if you drop and recreate a service with the same name) then the hostname format could be ``<SERVICE_NAME><3RANDOMLETTERS>-<PROJECT_NAME>.aivencloud.com``
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bring your own Apache Kafka® Connect cluster

Aiven provides Apache Kafka® Connect as a managed service in combination with the Aiven for Apache Kafka® managed service. However, there are circumstances where you may want to roll your own Kafka Connect cluster.

The following article defines the necessary steps to integrate your own Apache Kafka Connect cluster with Aiven for Apache Kafka and use the schema registry offered by `Karapace <https://help.aiven.io/en/articles/5651983>`__. The example shows how to create a JDBC sink connector to a PostgreSQL® database.
The following article defines the necessary steps to integrate your own Apache Kafka Connect cluster with Aiven for Apache Kafka and use the schema registry offered by `Karapace <https://docs.aiven.io/docs/products/kafka/karapace>`__. The example shows how to create a JDBC sink connector to a PostgreSQL® database.

.. _bring_your_own_kafka_connect_prereq:

Expand Down Expand Up @@ -53,7 +53,7 @@ For the following example we assume:
Configure the Aiven for Apache Kafka service
''''''''''''''''''''''''''''''''''''''''''''

You need to enable the schema registry features offered by `Karapace <https://help.aiven.io/en/articles/5651983>`__. You can do it in the `Aiven Console <https://console.aiven.io/>`_ in the Aiven for Apache Kafka service Overview tab.
You need to enable the schema registry features offered by `Karapace <https://docs.aiven.io/docs/products/kafka/karapace>`__. You can do it in the `Aiven Console <https://console.aiven.io/>`_ in the Aiven for Apache Kafka service Overview tab.

1. Enable the **Schema Registry (Karapace)** and **Apache Kafka REST API (Karapace)**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A restart can be performed manually either through the `Aiven Console <https://c

.. Tip::

For automatically restarting tasks, you can set ``"_aiven.restart.on.failure": true`` in the connector's configuration ( `check the related article <https://help.aiven.io/en/articles/5088396-kafka-connect-auto-restart-on-failures>`__). Aiven automatically check tasks status for errors every 15 minutes but the interval can be customised if needed.
For automatically restarting tasks, you can set ``"_aiven.restart.on.failure": true`` in the connector's configuration ( `check the related article <https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/enable-automatic-restart>`__). Aiven automatically check tasks status for errors every 15 minutes but the interval can be customised if needed.



Expand Down Expand Up @@ -109,4 +109,4 @@ To ensure that client applications that depend on events captured by Debezium ge

The example contained in the `dedicated Aiven repository <https://github.com/aiven/debezium-pg-kafka-connect-test/blob/53da8ee8fde8bf7802fd5bbb6aa39359cd1c0877/bin/python_scripts/debezium_pg_producer.py#L66>`__ demonstrates this implementation.

As per above guideline, setting ``"_aiven.restart.on.failure": true`` on all Debezium connectors ensures that failed tasks are automatically restarted in case they fail. By default tasks status is checked every 15 minutes but the interval can be customised if needed.
As per above guideline, setting ``"_aiven.restart.on.failure": true`` on all Debezium connectors ensures that failed tasks are automatically restarted in case they fail. By default tasks status is checked every 15 minutes but the interval can be customised if needed.
4 changes: 2 additions & 2 deletions docs/products/mysql/howto/prevent-disk-full.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Identify and optimize problem tables

InnoDB does not reclaim unused disk space by default and this can cause a disk to become full.

Read the help article `MySQL disk usage <https://help.aiven.io/en/articles/4808068-mysql-disk-usage>`_ for more information.
Read the help article `MySQL disk usage <https://docs.aiven.io/docs/products/mysql/howto/reclaim-disk-space>`_ for more information.

Upgrade to a larger plan
~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -45,4 +45,4 @@ This way you can free up space within the next 15 minutes.

.. seealso::

Consider reading how to :doc:`reclaim disk space </docs/products/mysql/howto/reclaim-disk-space>` if you are having issues with full disk.
Consider reading how to :doc:`reclaim disk space </docs/products/mysql/howto/reclaim-disk-space>` if you are having issues with full disk.
2 changes: 1 addition & 1 deletion docs/tools/cli/account/account-authentication-method.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Commands for managing Aiven accounts authentication methods.
``avn account authentication-method create``
''''''''''''''''''''''''''''''''''''''''''''

Creates a new authentication method. More information about authentication methods creation is available at the `dedicated page <https://help.aiven.io/en/articles/3376377-saml-authentication>`_
Creates a new authentication method. More information about authentication methods creation is available at the `dedicated page <https://docs.aiven.io/docs/platform/howto/saml/saml-authentication>`_

.. list-table::
:header-rows: 1
Expand Down