Skip to content

Commit

Permalink
docs(hotfix): remove sumologic tokens (#3446)
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Dec 15, 2023
1 parent ca03249 commit 228fedc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions examples/quick-start-sumologic-nodejs/collector.config.yaml
Expand Up @@ -9,8 +9,7 @@ exporters:

extensions:
sumologic:
installation_token: U1VNT1E1VHl0TFgwMEE2eUZ2d21iYUdqWXpjSXRKTlRodHRwczovL2NvbGxlY3RvcnMuc3Vtb2xvZ2ljLmNvbQ==
# installation_token: your-sumologic-installation-token
installation_token: <your-sumologic-installation-token>

service:
extensions: [sumologic]
Expand Down
Expand Up @@ -15,8 +15,5 @@ spec:
type: sumologic
sumologic:
url: "https://api.sumologic.com"
# accessID: "your-access-id"
# accessKey: "your-access-key"
accessID: "suIbNBmOea3Sty"
accessKey: "qo7L9JvHNuIQNRZSIDdpUdjsXDJoVFgJhWqky6MjfrZZ7CDE2NRj6PRK3j7SVsX8"

accessID: "your-access-id"
accessKey: "your-access-key"

0 comments on commit 228fedc

Please sign in to comment.