Skip to content

Commit b942a54

Browse files
authored
Update discovery-kubernetes.md
1 parent b35ac19 commit b942a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CloudAppSecurityDocs/discovery-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 06/02/2024
55
ms.topic: how-to
66
---
77

8-
# Configure automatic log upload using Docker on Azure Kubernetes Service (AKS) (Preview)
8+
# Configure automatic log upload using Docker on Azure Kubernetes Service (AKS)
99

1010
This article describes how to configure automatic log upload for continuous reports in Defender for Cloud Apps using a Docker container on Azure Kubernetes Service (AKS).
1111

@@ -38,7 +38,7 @@ This article describes how to configure automatic log upload for continuous repo
3838
1. Run the helm command using the following syntax:
3939
4040
```AzureCLI
41-
helm install <release-name> oci://agentspublic.azurecr.io/logcollector-chart --version 0.1.0 --set inputString="<generated id> ",env.PUBLICIP="<public id>",env.SYSLOG="true",env.COLLECTOR="<collector-name>",env.CONSOLE="<Console-id>",env.INCLUDE_TLS="on" --set-file ca=<absolute path of ca.pem file> --set-file serverkey=<absolute path of server-key.pem file> --set-file servercert=<absolute path of server-cert.pem file> --set replicas=<no of replicas> --set image.tag=0.272.0
41+
helm install <release-name> oci://agentspublic.azurecr.io/logcollector-chart --version 1.0.0 --set inputString="<generated id> ",env.PUBLICIP="<public ip>",env.SYSLOG="true",env.COLLECTOR="<collector-name>",env.CONSOLE="<Console-id>",env.INCLUDE_TLS="on" --set-file ca=<absolute path of ca.pem file> --set-file serverkey=<absolute path of server-key.pem file> --set-file servercert=<absolute path of server-cert.pem file> --set replicas=<no of replicas> --set image.tag=0.272.0
4242
```
4343
4444
Find the values for the helm command using the docker command used when the collector is configured. For example:

0 commit comments

Comments
 (0)