Skip to content

Commit

Permalink
Merge pull request #235 from logzio/controlplane
Browse files Browse the repository at this point in the history
Control plane logs
  • Loading branch information
nico-shishkin authored Nov 1, 2023
2 parents dc75302 + 54d50b1 commit a9bd47e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/shipping/Containers/control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Control Plane
overview: Control Plane is a hybrid platform that integrates multiple cloud services, such as AWS, GCP, and Azure, providing a unified and flexible environment for developers to build and manage backend applications and services across various public and private clouds.
product: ['logs']
os: ['windows', 'linux']
filters: ['Containers', 'Most Popular']
filters: ['Containers']
logo: https://logzbucket.s3.eu-west-1.amazonaws.com/logz-docs/shipper-logos/control-plane.png
logs_dashboards: []
logs_alerts: []
Expand Down Expand Up @@ -33,10 +33,10 @@ 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/admin/authentication-tokens/log-shipping-tokens/).
7. Click **Create**.

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


### Enable Control Plane logging

Expand All @@ -55,17 +55,17 @@ Deploy this integration to ship all `Org` logs from your Control Plane account t

```yaml
kind: org
name: ORG_NAME
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.
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}

Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json

Large diffs are not rendered by default.

0 comments on commit a9bd47e

Please sign in to comment.