Skip to content

Conversation

@cg-tw
Copy link
Collaborator

@cg-tw cg-tw commented Dec 5, 2025

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)

  • 24.04.x
  • 24.10.x
  • 25.10.x
  • 26.10.x
  • Cloud
  • Monitoring Connectors
  • DEM
  • Log Management

@cg-tw cg-tw requested a review from a team as a code owner December 5, 2025 17:43
@cg-tw cg-tw requested review from kduret and tuntoja December 5, 2025 17:43
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

PR Previews
🚀 Deployed preview to https://docs-preview-int.centreon.com/previews/pr-4893/staging/
🚀 Deployed preview to https://docs-preview-int.centreon.com/previews/pr-4893/next/
at Fri, 05 Dec 2025 18:06:22 GMT

NOTE: Previews are deleted after 30 days of inactivity

@cg-tw cg-tw marked this pull request as draft December 5, 2025 18:09

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.
Copy link

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
Copy link

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.

Copy link

@fvallon-centreon fvallon-centreon left a 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.

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.

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).

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.

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants