-
Notifications
You must be signed in to change notification settings - Fork 249
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
Plug-in to any provider of lines #51
Comments
@thoemmi I have updated the list in the original comment |
Many of our logs get pushed to Append Blobs in Azure Storage. It would be ideal having "appendages" updated straight to Tail Blazer. |
I use powershell to tail logs across many servers with a command like this: It would be great to pipe this to TailBlazer - ideally it would create tabs for each distinct $_.PSComputerName |
@gfody great suggestion |
Thank you, So I've created If supports plug-in, I'll add EtwStram for TailBlazer. By the way, ETW has structured log events. |
@neuecc etw looks excellent and I see no reason it could not be plugged in. I will take a more detailed look and get back to you. |
This would be a very useful feature for streaming logs from cloudfoundry as well. 👍 |
I'm not sure if this is the appropriate place for this, but I'd like to vote for #20. Currently, I have to mount a remote file system via Dokan SSHFS, and then tail files through that mount, so a more direct path would be appreciated. |
+1 for #20 |
@Roritharr are you willing to contribute? I would love some help. If you can contact me here https://github.com/RolandPheasant/TailBlazer |
Any progress on #20? |
There have been some very interesting requests for enabling Tail Blazer to be the visualisation of external data sources. So far there have been requests for:
#47 Tx Support
#44 Open pipe instead of file
#20 SSH/SFTP Support for Tailing Remote Files
Also but not raised, plug-ins for the following has been asked for:
To account for these requests I have completed some major re-architecting and provided some very simple plug-in interfaces which if implemented can be used as a source of lines.
The plug in observable is:
And
ILineProvider
is:With a little tweaking of my code I will be able to drop
IsEmpty
andCount
as these can be derived from the results.If the connectivity to each of these can be driven from within Tail Blazer then I see no reason why I couldn't allow external plug-ins for any of these providers + more
Has anyone got any more ideas, or would anyone like to help?
The text was updated successfully, but these errors were encountered: