-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Filebeat mysql slowlog module regular expression has redundant nested repeat operator. #17086
Comments
Github Issues are reserved for verified bugs. Please post your question on Discuss: https://discuss.elastic.co/c/beats |
Merged
1 task
After a bit of digging I found the culprit in the pipeline myself. |
adriansr
pushed a commit
to adriansr/beats
that referenced
this issue
Apr 1, 2020
…n MySQL slowlog module. (elastic#17156) Fix for issue elastic#17086. The grok pattern used in the MySQL slowlog ingest pipeline uses EXPLAIN pattern with a superfluous * wildcard. This makes Elasticsearch log a warning seemingly every time the pipeline is used. Closes elastic#17086 (cherry picked from commit 58a3ddc)
1 task
adriansr
pushed a commit
to adriansr/beats
that referenced
this issue
Apr 1, 2020
…n MySQL slowlog module. (elastic#17156) Fix for issue elastic#17086. The grok pattern used in the MySQL slowlog ingest pipeline uses EXPLAIN pattern with a superfluous * wildcard. This makes Elasticsearch log a warning seemingly every time the pipeline is used. Closes elastic#17086 (cherry picked from commit 58a3ddc)
1 task
adriansr
added a commit
that referenced
this issue
Apr 1, 2020
…n MySQL slowlog module. (#17156) (#17394) Fix for issue #17086. The grok pattern used in the MySQL slowlog ingest pipeline uses EXPLAIN pattern with a superfluous * wildcard. This makes Elasticsearch log a warning seemingly every time the pipeline is used. Closes #17086 (cherry picked from commit 58a3ddc) Co-authored-by: Reio Remma <reio@mrstuudio.ee>
adriansr
added a commit
that referenced
this issue
Apr 1, 2020
…n MySQL slowlog module. (#17156) (#17395) Fix for issue #17086. The grok pattern used in the MySQL slowlog ingest pipeline uses EXPLAIN pattern with a superfluous * wildcard. This makes Elasticsearch log a warning seemingly every time the pipeline is used. Closes #17086 (cherry picked from commit 58a3ddc) Co-authored-by: Reio Remma <reio@mrstuudio.ee>
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…n MySQL slowlog module. (elastic#17156) (elastic#17395) Fix for issue elastic#17086. The grok pattern used in the MySQL slowlog ingest pipeline uses EXPLAIN pattern with a superfluous * wildcard. This makes Elasticsearch log a warning seemingly every time the pipeline is used. Closes elastic#17086 (cherry picked from commit cbfe82d) Co-authored-by: Reio Remma <reio@mrstuudio.ee>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
filebeat setup
The following is logged on Elasticsearch server:
The same is logged every now and then by a running filebeat.
The text was updated successfully, but these errors were encountered: