Skip to content

Commit 40cb448

Browse files
committed
What it collects?
1 parent 50f6e00 commit 40cb448

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

articles/operator-nexus/howto-kubernetes-cluster-log-collector-script.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,47 +17,47 @@ Microsoft support may need deeper visibility within the Nexus Kubernetes cluster
1717

1818
The log collector script is designed to comprehensively gather data across various aspects of the system for troubleshooting and analysis purposes. Below is an overview of the types of diagnostic data it collects:
1919

20-
### System and Kernel Diagnostics
20+
### System and kernel diagnostics
2121

22-
- Kernel Information: Logs, human-readable messages, version, and architecture, for in-depth kernel diagnostics.
22+
- Kernel information: Logs, human-readable messages, version, and architecture, for in-depth kernel diagnostics.
2323
- Operating System Logs: Essential logs detailing system activity and container logs for system services.
2424

25-
### Hardware and Resource Usage
25+
### Hardware and resource usage
2626

27-
- CPU and IO Throttled Processes: Identifies throttling issues, providing insights into performance bottlenecks.
27+
- CPU and IO throttled processes: Identifies throttling issues, providing insights into performance bottlenecks.
2828
- Network Interface Statistics: Detailed statistics for network interfaces to diagnose errors and drops.
2929

30-
### Software and Services
30+
### Software and services
3131

32-
- Installed Packages: A list of all installed packages, vital for understanding the system's software environment.
33-
- Active System Services: Information on active services, process snapshots, and detailed system and process statistics.
34-
- Container Runtime and Kubernetes Components Logs: Logs for Kubernetes components and other vital services for cluster diagnostics.
32+
- Installed packages: A list of all installed packages, vital for understanding the system's software environment.
33+
- Active system services: Information on active services, process snapshots, and detailed system and process statistics.
34+
- Container runtime and Kubernetes components logs: Logs for Kubernetes components and other vital services for cluster diagnostics.
3535

36-
### Networking and Connectivity
36+
### Networking and connectivity
3737

38-
- Network Connection Tracking Information: Conntrack statistics and connection lists for firewall diagnostics.
39-
- Network Configuration and Interface Details: Interface configurations, IP routing, addresses, and neighbor information.
40-
- Multicard Interface Configuration Logs: Logs related to the configuration of multi-network card interfaces.
41-
- Network Connectivity Tests: Tests external network connectivity and Kubernetes API server communication.
42-
- DNS Resolution Configuration: DNS resolver configuration for diagnosing domain name resolution issues.
43-
- Networking Configuration and Logs: Comprehensive networking data including connection tracking and interface configurations.
44-
- Container Network Interface (CNI) Configuration: Configuration of CNI for container networking diagnostics.
38+
- Network connection tracking information: Conntrack statistics and connection lists for firewall diagnostics.
39+
- Network configuration and interface details: Interface configurations, IP routing, addresses, and neighbor information.
40+
- Multicard interface configuration logs: Logs related to the configuration of multi-network card interfaces.
41+
- Network connectivity tests: Tests external network connectivity and Kubernetes API server communication.
42+
- DNS resolution configuration: DNS resolver configuration for diagnosing domain name resolution issues.
43+
- Networking configuration and logs: Comprehensive networking data including connection tracking and interface configurations.
44+
- Container network interface (CNI) configuration: Configuration of CNI for container networking diagnostics.
4545

46-
### Security and Compliance
46+
### Security and compliance
4747

48-
- SELinux Status: Reports the SELinux mode to understand access control and security contexts.
49-
- IPtables Rules: Configuration of IPtables rulesets for insights into firewall settings.
48+
- SELinux status: Reports the SELinux mode to understand access control and security contexts.
49+
- IPtables rules: Configuration of IPtables rulesets for insights into firewall settings.
5050

51-
### Storage and Filesystems
51+
### Storage and filesystems
5252

53-
- Mount Points and Volume Information: Detailed information on mount points, volumes, disk usage, and filesystem specifics.
53+
- Mount points and volume information: Detailed information on mount points, volumes, disk usage, and filesystem specifics.
5454

55-
### Configuration and Management
55+
### Configuration and management
5656

57-
- System Configuration: Sysctl parameters for a comprehensive view of kernel runtime configuration.
58-
- Kubernetes Configuration and Health: Kubernetes setup details, including configurations and service listings.
59-
- Container Runtime Information: Configuration, version information, and details on running containers.
60-
- Container Runtime Interface (CRI) Information: Operations data for container runtime interface, aiding in container orchestration diagnostics.
57+
- System configuration: Sysctl parameters for a comprehensive view of kernel runtime configuration.
58+
- Kubernetes configuration and health: Kubernetes setup details, including configurations and service listings.
59+
- Container runtime information: Configuration, version information, and details on running containers.
60+
- Container runtime interface (CRI) information: Operations data for container runtime interface, aiding in container orchestration diagnostics.
6161

6262
## Prerequisite
6363

0 commit comments

Comments
 (0)