XiaoMi / mone

No description, website, or topics provided

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Issue with Wildcard Log Collection and Monitoring

wtt40122 opened this issue · comments

commented

Describe the issue you've encountered. For example:

We are experiencing a problem with the log module's ability to collect and monitor logs using wildcards. Specifically, when configuring log monitoring rules with wildcards, the expectation is that all log entries matching the wildcard should be captured. However, this is not happening as expected.

Steps to Reproduce:

Configure log monitoring rules with a wildcard (e.g., *) to match logs.
Generate log entries that should be captured based on the wildcard rule.
Observe the results of log collection.
Expected Result:
All log entries matching the wildcard rule should be captured and displayed in the log monitor.

Actual Result:
Some or all log entries that match the wildcard rule are not being captured.