-
Notifications
You must be signed in to change notification settings - Fork 163
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
Can't run SQL on log files. #90
Comments
Hey! I notice that the README incorrectly says it must only be piped in. There are tests in place that test it not being piped in: https://github.com/multiprocessio/dsq/blob/main/scripts/test.py#L193. Does that work for you? |
Hi,
|
Support for logfmt was merged but not released. I just released it now https://github.com/multiprocessio/dsq/releases/tag/v0.22.0. Tested and working for me. |
It's working now. |
Good question! That used to be supported and it was accidentally dropped. I've added an issue to support reading syslog: multiprocessio/datastation#292. |
Describe the bug and expected behavior
Getting error while running SQL query on log files like auth.log. Also tried with the file testdata/logfmt/log.logfmt (https://github.com/multiprocessio/dsq/blob/main/testdata/logfmt/log.logfmt). Is it possible to run SQL quries on the log files?
Reproduction steps
Versions
The text was updated successfully, but these errors were encountered: