Skip to content

Commit

Permalink
Update control-plane.md (#2491)
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-shishkin committed Nov 1, 2023
1 parent 16d5e8d commit 268547b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions _source/logzio_collections/_log-sources/control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ Deploy this integration to ship all `Org` logs from your Control Plane account t
3. Create a new secret.
4. Give the secret a name.
5. Select `Opaque` from the **Secret Type list**.
6. Paste `<<LOG-SHIPPING-TOKEN>>` into the content text box.
6. Paste `<<LOG-SHIPPING-TOKEN>>` into the content text box. This is the [log shipping token of your Logz.io account](../../user-guide/tokens/log-shipping-tokens/).
7. Click **Create**.

{@include: ../../_include/log-shipping/log-shipping-token.html}

##### Enable Control Plane logging

Expand All @@ -58,15 +57,15 @@ name: ORG_NAME
spec:
logging:
logzio:
credentials: //secret/<<LOG-SHIPPING-TOKEN>>
credentials: //secret/<<OPAQUE-SECRET-NAME>>
listenerHost: <<LISTENER-HOST>>
```
Replace `ORG_NAME` with your organization's name.

{@include: ../../_include/log-shipping/log-shipping-token.html}
Replace `<<OPAQUE-SECRET-NAME>>` with the name of the opaque secret created in the first step of these instructions.

{@include: ../../_include/log-shipping/listener-var.html}
{% include log-shipping/listener-var.html %}

2. Save the file, for example, `logging-config.yaml`.

Expand Down

0 comments on commit 268547b

Please sign in to comment.