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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Dec 28, 2023
1 parent 8ccc082 commit b331337
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/integrations/cloudlogging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ You can send your service logs to Google Cloud Logging to store, search, analyze

There are two steps to setting up this integration:

1. Create the Google Cloud Logging integration

2. Create the integration endpoint
1. Create the Google Cloud Logging integration.
2. Create the integration endpoint.

You can do this using either the `Aiven Console <https://console.aiven.io/>`_ or the :doc:`CLI </docs/tools/cli>`.

Expand Down Expand Up @@ -70,14 +69,14 @@ Step 2. Add the integration endpoint to your service

1. Get the endpoint identifier:

.. code-block:: shell
.. code-block:: shell
avn service integration-endpoint-list --project your-project-name
avn service integration-endpoint-list --project your-project-name
2. Use the ``endpoint_id`` to attach the service to the endpoint:

.. code-block:: shell
.. code-block:: shell
avn service integration-create --project your-project-name \
-t external_google_cloud_logging -s your-service \
-D <ENDPOINT_ID>
avn service integration-create --project your-project-name \
-t external_google_cloud_logging -s your-service \
-D <ENDPOINT_ID>

0 comments on commit b331337

Please sign in to comment.