rtail is a command line utility that grabs every line in stdin and broadcasts it over UDP. That's it. Nothing fancy. Nothing complicated. Tail log files, app output, or whatever you wish, using rtail broadcasting to an rtail-server – See multiple streams in the browser, in realtime.Whether you deploy your code on remote servers using multiple environments or simply have multiple projects, you must ssh to each machine running your code, in order to monitor the logs in realtime.
log logging logio logs tail udpfrontail is a Node.js application for streaming logs to the browser. It's a tail -F with UI. Web interface runs on http://127.0.0.1:[port].
stream-logs tail syslog devops log-stream log-viewer realtime logKubernetes tail. Streams logs from all containers of all matched pods. Match pods by service, replicaset, deployment, and others. Adjusts to a changing cluster - pods are added and removed from logging as they fall in or out of the selection.With no arguments, kail matches all pods in the cluster. You can control the matching pods with arguments which select pods based on various criteria.
kubernetes devtools tail logging logs log-viewerStern allows you to tail multiple pods on Kubernetes and multiple containers within the pod. Each result is color coded for quicker debugging.The query is a regular expression so the pod name can easily be filtered and you don't need to specify the exact id (for instance omitting the deployment id). If a pod is deleted it gets removed from tail and if a new is added it automatically gets tailed.
kubernetes tail devops logging debuggingBash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream. This is the same as running "kubectl logs -f " but for multiple pods.Just download the kubetail file (or any of the releases) and you're good to go.
kubernetes bash pod tail monitoring alertsThis package offers an Artisan command to tail the application log. It supports daily and single logs on your local machine. Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
laravel artisan tail debug logThis application watches changes in files (like as linux tail command), and thrown a warn visual or sound if any changes that match the keywords.
monitoring tail watchThe only mandatory parameter is the path to the file to tail. Tail is written in CoffeeScript.
nodejs coffeescript tail fileLow interaction honeypot application that displays real time attacks in the web-interface. Made just for fun and it is not production ready. Written in Node.js the application listens on 128 most common TCP ports and saves results to the MySQL Database for further analysis.
nodejs honeypot data-visualization ssh telnet security logs tailStern allows you to tail multiple pods on Kubernetes and multiple containers within the pod. Each result is color coded for quicker debugging. The query is a regular expression so the pod name can easily be filtered and you don't need to specify the exact id (for instance omitting the deployment id). If a pod is deleted it gets removed from tail and if a new pod is added it automatically gets tailed.
kubernetes debugging devops logging logs tail kubernetes-toolsAs the name suggest this is an AutoHotkey (AHK) Library with a number of functions to "manipulate" text, both files such as *.txt, *.ahk, *.html, *.css etc AND Strings (or variables). For example you can delete specific lines, replace words or specific lines, number lines, remove or insert columns of text, etc. See the list of functions below for a complete overview. To understand how to work with files and variables please read the "Textfile and the ! Prefix" and "Files & Variables" sections below.
text-manipulation tail remove-lines regexreplace trim read find reverse-lines split merge wrap sort join texttools autohotkeystream a file's tail over password protected http
logging tail rangetail-stream has one function: ts.createReadStream which is like fs.createReadStream, but does not stop reading the file when end of file is reached. Instead, it watches the file using fs.watch if available or fs.watchFile otherwise, and streams data as the file grows. If opts.endOnError is set, then error events are never emitted. Only end events.
tail follow stream file read changesMultiplex multiple input streams into stdout using \n as separators. It is attempt to make a program that Does One Thing, But Does It Well.
fd tail textutils consoletailing-stream is a Node.js module that provides a Stream that can read continuously from a file that's being actively written to. This is in contrast to the standard fs.createReadStream. method, which returns a ReadableStream that stops reading once it gets to the last byte that existed at the time the stream was originally opened. It supports exactly the same interface as a Node ReadableStream, and its createReadStream method functions the same as fs.createReadStream. It takes two unique configuration options, timeout and pause.
grow growing file tail tailing stream streaming watch
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.