Skip to content
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

Log Insights: Use more specific log parsing regexp #622

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

msakrejda
Copy link
Contributor

Our existing log parsing regular expressions may lead to ambiguity in
parsing log line prefixes for some log lines.

Ensure we only look for identifiers (role name, application_name, and
database name) up to the default identifier length limit (63 bytes) to
reduce ambiguities.

Our existing log parsing regular expressions may lead to ambiguity in
parsing log line prefixes for some log lines.

Ensure we only look for identifiers (role name, application_name, and
database name) up to the default identifier length limit (63 bytes) to
reduce ambiguities.
@msakrejda msakrejda requested a review from a team October 23, 2024 17:57
@msakrejda msakrejda merged commit d487aca into main Oct 23, 2024
9 checks passed
@msakrejda msakrejda deleted the log-insights-use-tighter-identifier-parsing-regexp branch October 23, 2024 19:56
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.

2 participants