-
Notifications
You must be signed in to change notification settings - Fork 125
CLM documentation (public beta) #4893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: staging
Are you sure you want to change the base?
Conversation
|
|
|
||
| 1. I notice an incident in Centreon Infra Monitoring, but I can't find enough information to determine the cause. | ||
| 2. In CLM, I investigate the relevant logs and explore their context to identify the root cause of the problem. | ||
| 3. Once the cause is understood, I can create an alert in Centreon Infra Monitoring to detect the issue automatically in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The alert can be created on CIM or CLM.
|
|
||
| Here is an example of a raw log entry in OpenTelemetry format sent by the Windows Event Viewer: | ||
|
|
||
| ```json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the format stored in Quickwit but it's not the OpenTelemetry format.
fvallon-centreon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CLM only collect OTEL log through OTEL protocol
OTEL-Collector transform non OTEL log (such as raw log from syslog for ex.) in OTEL log format
|
|
||
| ## Server or infrastructure issues | ||
|
|
||
| * **Full or failing disks**: System logs may indicate errors related to insufficient disk space or failing disks, which can cause system failure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Data space is more a metrics use case (CIM) than a log use case
|
|
||
| * **Full or failing disks**: System logs may indicate errors related to insufficient disk space or failing disks, which can cause system failure. | ||
|
|
||
| * **Missing or insufficient system resources**: A lack of memory, network bandwidth, or CPU capacity may be revealed by logs indicating resource failures or "out of memory" errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CPU capacity , memory ... are more metrics use cases
|
|
||
| ## Performance anomalies | ||
|
|
||
| * **Abnormally long response times**: If an API or application starts responding much more slowly than usual, logs can reveal the underlying causes (e.g., request overload, insufficient server resources). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More APM / traces than ( even if you probably can detect it into apache log for example)
|
|
||
| * **Abnormally long response times**: If an API or application starts responding much more slowly than usual, logs can reveal the underlying causes (e.g., request overload, insufficient server resources). | ||
|
|
||
| * **Memory leaks**: Logs of excessive memory consumption or abnormal growth in memory usage can be detected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
memory usage is more metrics than log
|
|
||
| * **Memory leaks**: Logs of excessive memory consumption or abnormal growth in memory usage can be detected. | ||
|
|
||
| * **Excessive CPU or system resource consumption**: Spikes in CPU or system resource usage can be identified, helping to pinpoint bottlenecks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CPU is more metrics than log use case
Description
Please include a short summary of the changes and what is the purpose of the PR. Any relevant information should be added to help reviewers.
Target version (i.e. version that this PR changes)