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

The default Mysqlslowlog template is not supported on mysql 5.7.22 #7892

Closed
philiahe opened this issue Aug 7, 2018 · 1 comment
Closed
Assignees
Labels
Filebeat Filebeat module Team:Integrations Label for the Integrations team

Comments

@philiahe
Copy link

philiahe commented Aug 7, 2018

mysql 5.7.22 slowlog

# Time: 2018-08-07T16:27:47.169604+08:00
# User@Host: root[root] @  [218.76.8.37]  Id:  7234
# Query_time: 15.000223  Lock_time: 0.000000 Rows_sent: 1  Rows_examined: 0
SET timestamp=1533630467;
select sleep(15)

Test use default grok
image

@chenjianbin
Copy link

I am experiencing the same problem in filebeat mysql slowlog module ,a slow log event will be split into two events.
one is:

  # Time: 2018-08-07T16:27:47.169604+08:00

the other is:

  # User@Host: root[root] @ [218.76.8.37] Id: 7234
  # Query_time: 15.000223 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 0
  SET timestamp=1533630467;
  select sleep(15)

@ruflin ruflin added the Team:Integrations Label for the Integrations team label Nov 27, 2018
@alvarolobato alvarolobato changed the title The default Mysqlslowlog template is not supported on mysql5.7.22 The default Mysqlslowlog template is not supported on mysql 5.7.22 Dec 4, 2018
@kaiyan-sheng kaiyan-sheng self-assigned this Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Filebeat Filebeat module Team:Integrations Label for the Integrations team
Projects
None yet
Development

No branches or pull requests

4 participants