-
Notifications
You must be signed in to change notification settings - Fork 96
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
Local Reads #21
Comments
I think that the 'dev' setup in the default config file monitors a local file:
Update: just tested with a file on my local machine and it does in fact work, you do not need to add
and in fact it won't work if you do. Just set the files to your local file paths. |
Thanks I tested that as well and it works great. What doesn't work is the tshark target since 'command' doesn't work. I worked around this by piping a tshark output into a file in one shell and reading it in the gl_tail shell, but it'd be nice to have it do it like it does with the ssh connections |
… only parses DNS requests
In config, setup should look something like
|
I love glTail but can't figure out how to make it do a local file tail or tcpdump (tshark?). Can you put an example in the repo on how to do this?
The text was updated successfully, but these errors were encountered: