Example output in normal mode

PLATFORM: Collect AWS EKS log and OS log files for troubleshooting AWS EKS Infra issues

AuthorFullName__c
Jayanth Suresh
articleNumber
000006031
ft:sourceType
Salesforce
FirstPublishedDate
2024-02-08T10:36:59Z
lastModifiedDate
2024-02-08
VersionNumber
1
The following output shows this project running in normal mode.
$ sudo bash eks-log-collector.sh

        This is version 0.7.3. New versions can be found at https://github.com/JayanthSureshjfrog/amazon-eks-ami/blob/master/log-collector-script/linux/

Trying to collect common operating system logs...
Trying to collect kernel logs...
Trying to collect mount points and volume information...
Trying to collect SELinux status...
Trying to collect iptables information...
Trying to collect installed packages...
Trying to collect active system services...
Trying to Collect Containerd daemon information...
Trying to Collect Containerd running information...
Trying to Collect Docker daemon information...

        Warning: The Docker daemon is not running.

Trying to collect kubelet information...
Trying to collect L-IPAMD introspection information... Trying to collect L-IPAMD prometheus metrics... Trying to collect L-IPAMD checkpoint...
Trying to collect Multus logs if they exist...
Trying to collect sysctls information...
Trying to collect networking infomation... conntrack v1.4.4 (conntrack-tools): 165 flow entries have been shown.

Trying to collect CNI configuration information...
Trying to collect Docker daemon logs...
Trying to Collect sandbox-image daemon information...
Trying to Collect CPU Throttled Process Information...
Trying to Collect IO Throttled Process Information...
Trying to archive gathered information...

        Done... your bundled logs are located in /var/log/eks_i-XXXXXXXXXXXXXXXXX_2024-02-02_1639-UTC_0.7.3.tar.gz

To collect EKS logs using an SSM agent, refer to this Link
Once the logs are collected(eks_i-XXXXXXX.tar.gz), please share them with us via the below cURL command.
curl -i -T {eks_i-XXXXXXX.tar.gz} "https://supportlogs.jfrog.com/logs/<ticket-number>/"
*No username and password are required.