Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update control-plane.md #2491

Merged
merged 1 commit into from
Nov 1, 2023
Merged
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
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