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

when query contains new line with complex SQL, it might not return in get_log #64

Closed
wjo1212 opened this issue Mar 7, 2018 · 1 comment

Comments

@wjo1212
Copy link
Collaborator

wjo1212 commented Mar 7, 2018

e.g.

* |
            select ip,time, __time__ as sls_query_time,
                from_unixtime(MIN(to_unixtime(time))) AS min_data_time,
                to_unixtime(current_timestamp) as now,
                to_unixtime(current_timestamp) - MIN(to_unixtime(time)) as diff_time 
            group by ip,time, sls_query_time
            HAVING to_unixtime(current_timestamp) - MIN(to_unixtime(time)) > 90
            LIMIT 10000
wjo1212 added a commit that referenced this issue Mar 7, 2018
@wjo1212
Copy link
Collaborator Author

wjo1212 commented Mar 19, 2018

fixed in 0.6.25

@wjo1212 wjo1212 closed this as completed Mar 19, 2018
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

No branches or pull requests

1 participant