diff --git a/docs/integrations/cloudwatch/cloudwatch-logs-console.rst b/docs/integrations/cloudwatch/cloudwatch-logs-console.rst index 421749d79e..d018e9e422 100644 --- a/docs/integrations/cloudwatch/cloudwatch-logs-console.rst +++ b/docs/integrations/cloudwatch/cloudwatch-logs-console.rst @@ -39,7 +39,7 @@ Send logs from an Aiven service to AWS CloudWatch Follow the steps in this section for each of the services whose logs should be sent to AWS CloudWatch. -1. On the **Service Overview** page, select **Manage integrations** and choose the **AWS CloudWatch Logs** option. +1. On the **Overview** page of your service, select **Integrations** and choose the **Amazon CloudWatch Logs** option. .. image:: /images/integrations/cloudwatch-overview-integrations.png :alt: Screenshot of system integrations including AWS CloudWatch Logs diff --git a/docs/integrations/cloudwatch/cloudwatch-metrics.rst b/docs/integrations/cloudwatch/cloudwatch-metrics.rst index 7b9adb1be2..7cb70a7ac0 100644 --- a/docs/integrations/cloudwatch/cloudwatch-metrics.rst +++ b/docs/integrations/cloudwatch/cloudwatch-metrics.rst @@ -45,7 +45,7 @@ Send metrics from an Aiven service to AWS CloudWatch Follow the steps in this section for each of the services whose metrics should be sent to your AWS CloudWatch. -1. From the **Service Overview** page, select **Manage integrations** and choose the **AWS CloudWatch Metrics** option. +1. From the **Overview** page of your service, select **Integrations** and choose the **Amazon CloudWatch Metrics** option. .. image:: /images/integrations/cloudwatch-overview-integrations.png :alt: Screenshot of system integrations including AWS CloudWatch Metrics diff --git a/docs/platform/concepts/logs-metrics-alerts.rst b/docs/platform/concepts/logs-metrics-alerts.rst index 8fd9273c08..67658bc754 100644 --- a/docs/platform/concepts/logs-metrics-alerts.rst +++ b/docs/platform/concepts/logs-metrics-alerts.rst @@ -6,12 +6,12 @@ Administrators can configure log and metrics integrations to Aiven services so t Logs ---- -Choose **Manage integrations** from the service overview page to add an integration that will send service logs to an Aiven for OpenSearch® service. This can be an existing service, or you can choose to create a new one. +On the **Overview** page of your service, select **Integrations** to add an integration that will send service logs to an Aiven for OpenSearch® service. This can be an existing service, or you can choose to create a new one. Metrics ------- -On the service overview page, choose **Manage integrations** to set up an integration to push service metrics to an M3, InfluxDB® or PostgreSQL® service on Aiven. This can be an existing service or you can create a new one to receive the metrics. +On the **Overview** page of your service, select **Integrations** to set up an integration to push service metrics to an M3, InfluxDB® or PostgreSQL® service on Aiven. This can be an existing service or you can create a new one to receive the metrics. Dashboards ---------- diff --git a/docs/tutorials/anomaly-detection.rst b/docs/tutorials/anomaly-detection.rst index 449fbeed7a..f3856a2599 100644 --- a/docs/tutorials/anomaly-detection.rst +++ b/docs/tutorials/anomaly-detection.rst @@ -119,17 +119,15 @@ The :doc:`Aiven for Apache Kafka ` service is responsible Customise the Aiven for Apache Kafka service '''''''''''''''''''''''''''''''''''''''''''' -Now that your service is created, you need to customise its functionality. In the **Overview** tab of your freshly created service, you'll see a bunch of toggles and properties. Change these two: +Now that your service is created, you need to customise its functionality. On the **Service settings** page of your freshly created service, you'll see a bunch of toggles and properties. Change these two: 1. Enable the Apache Kafka REST APIs to manage and query via the Aiven Console. - Navigate to **Kafka REST API (Karapace)** > **Enable**. - + Navigate to **Service settings** page > **Service management** section > actions (**...**) menu > **Enable REST API (Karapace)**. 2. Enable the :doc:`automatic creation of Apache Kafka topics ` to create new Apache Kafka® topics on the fly while pushing a first record. - Navigate to **Advanced configuration** > **Add configuration option** > ``kafka.auto_create_topics_enable``, switch the setting on and then click **Save advanced configuration**. - + Navigate to **Service settings** page > **Advanced configuration** section > **Configure** > **Add configuration options** > ``kafka.auto_create_topics_enable``, enable the selected parameter using the toggle switch, and select **Save configuration**. Create an Aiven for PostgreSQL® service ''''''''''''''''''''''''''''''''''''''''' @@ -147,9 +145,9 @@ You can create the Aiven for PostgreSQL database with the following steps: 5. Select `Startup-4` as service plan. The `Startup-4` plan allows you to define the service integrations needed to define Apache Flink streaming transformations over the data in the PostgreSQL® table. -5. Enter ``demo-postgresql`` as name for your service. +6. Enter ``demo-postgresql`` as name for your service. -6. Click **Create service** under the summary on the right side of the console +7. Click **Create service** under the summary on the right side of the console Create an Aiven for Apache Flink service @@ -172,8 +170,6 @@ You can create the Aiven for Apache Flink service with the following steps: 6. Click **Create Service** under the summary on the right side of the console. - - Integrate Aiven for Apache Flink service with sources and sinks ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' @@ -182,26 +178,18 @@ After creating the service, you'll be redirected to the service details page. Ap * Aiven for Apache Kafka®, which contains the stream of IoT sensor readings. * Aiven for PostgreSQL®, which contains the alerting thresholds. -You can define the service integrations, in the Aiven for Apache Flink® **Overview** tab, with the following steps: - -1. Click **Get started** on the banner at the top of the **Overview** page. +You can define the service integrations, on the Aiven for Apache Flink® **Overview** page, with the following steps: - .. image:: /images/tutorials/anomaly-detection/flink-console-integration.png - :alt: Aiven for Apache Flink Overview tab, showing the **Get started** button - -2. Select **Aiven for Apache Kafka®** and then select the ``demo-kafka`` service. -3. Click **Integrate**. -4. Click the **+** icon under *Data Flow*. -5. Check the **Aiven for PostgreSQL** checkbox in the ``Aiven Data Services`` section. -6. Select **Aiven for PostgreSQL®** and then select the ``demo-postgresql`` service. -7. Click **Integrate**. +1. Select **Create data pipeline** in section **Create and manage your data streams with ease** at the top of the **Overview** page. +2. In the **Data Service Integrations** window, select the **Aiven for Apache Kafka** checkbox and, next, select the ``demo-kafka`` service. Select **Integrate**. +3. Back on the **Overview** page, in the **Data Flow** section, select the **+** icon. +4. In the **Data Service Integrations** window, select the **Aiven for PostgreSQL** checkbox and, next, select the ``demo-postgresql`` service. Select **Integrate**. Once the above steps are completed, your **Data Flow** section should be similar to the below: .. image:: /images/tutorials/anomaly-detection/flink-integrations-done.png :alt: Aiven for Apache Flink Overview tab, showing the Integrations to Aiven for Apache Kafka and Aiven for PostgreSQL - Set up the IoT metrics streaming dataset ---------------------------------------- diff --git a/images/tutorials/anomaly-detection/flink-console-integration.png b/images/tutorials/anomaly-detection/flink-console-integration.png deleted file mode 100644 index 83d895622b..0000000000 Binary files a/images/tutorials/anomaly-detection/flink-console-integration.png and /dev/null differ