Skip to content

Commit

Permalink
chore: update log collector script links (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Jan 22, 2025
1 parent ed2dd7d commit 64c7024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions log-collector-script/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ At a high level, you run this script on your Kubernetes node, and it will collec
* Run this project as the root user

```
curl -O https://raw.githubusercontent.com/awslabs/amazon-eks-ami/main/log-collector-script/linux/eks-log-collector.sh
curl -O https://amazon-eks.s3.amazonaws.com/support/log-collector-script/linux/eks-log-collector.sh
sudo bash eks-log-collector.sh
```

Expand Down Expand Up @@ -104,7 +104,7 @@ Trying to archive gathered information...
1. Create the SSM document named "EKSLogCollector" using the following commands:

```
curl -O https://raw.githubusercontent.com/awslabs/amazon-eks-ami/main/log-collector-script/linux/eks-ssm-content.json
curl -O https://amazon-eks.s3.amazonaws.com/support/log-collector-script/linux/eks-ssm-content.json
aws ssm create-document \
--name "EKSLogCollectorLinux" \
--document-type "Command" \
Expand Down
2 changes: 1 addition & 1 deletion log-collector-script/linux/eks-ssm-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"inputs": {
"runCommand": [
"curl -s -O https://raw.githubusercontent.com/awslabs/amazon-eks-ami/main/log-collector-script/linux/eks-log-collector.sh",
"curl -s -O https://amazon-eks.s3.amazonaws.com/support/log-collector-script/linux/eks-log-collector.sh",
"echo \"* Cleaning old eks-log-collector files\"",
"rm -vf /var/log/eks_i*",
"bash ./eks-log-collector.sh >/dev/null 2>&1",
Expand Down

0 comments on commit 64c7024

Please sign in to comment.