All Projects → mimecast → dtail

mimecast / dtail

Licence: Apache-2.0 License
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.

Programming Languages

go
31211 projects - #10 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to dtail

Sematext Agent Docker
Sematext Docker Agent - host + container metrics, logs & event collector
Stars: ✭ 194 (+73.21%)
Mutual labels:  log, devops-tools
Oklog
A distributed and coördination-free log management system
Stars: ✭ 2,937 (+2522.32%)
Mutual labels:  log, distributed
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+15946.43%)
Mutual labels:  distributed, mapreduce
siemstress
Very basic CLI SIEM (Security Information and Event Management system).
Stars: ✭ 24 (-78.57%)
Mutual labels:  log, log-management
ParallelUtilities.jl
Fast and easy parallel mapreduce on HPC clusters
Stars: ✭ 28 (-75%)
Mutual labels:  distributed, mapreduce
woodpecker-client
异常日志收集客户端 环境隔离版本
Stars: ✭ 51 (-54.46%)
Mutual labels:  log, troubleshooting
Powerjob
Enterprise job scheduling middleware with distributed computing ability.
Stars: ✭ 3,231 (+2784.82%)
Mutual labels:  distributed, mapreduce
LogESP
Open Source SIEM (Security Information and Event Management system).
Stars: ✭ 162 (+44.64%)
Mutual labels:  log, log-management
cruzdb
Append-only key-value database on a distributed shared-log
Stars: ✭ 47 (-58.04%)
Mutual labels:  log, distributed
infantry
Run MapReduce in user's browser.
Stars: ✭ 14 (-87.5%)
Mutual labels:  distributed, mapreduce
discord-audit-log-bot
A Discord bot that extends Discord's native Audit Log.
Stars: ✭ 109 (-2.68%)
Mutual labels:  log
WatsonSyslogServer
C# Syslog Server
Stars: ✭ 18 (-83.93%)
Mutual labels:  log
printer
A fancy logger yet lightweight, and configurable. 🖨
Stars: ✭ 65 (-41.96%)
Mutual labels:  log
bbhtm
bare bone Hierarchial Temporal Memory
Stars: ✭ 14 (-87.5%)
Mutual labels:  distributed
polog
Логирование должно быть красивым
Stars: ✭ 26 (-76.79%)
Mutual labels:  log
ip-logger
📇 When someone clicks the link, you will receive their IP and other information via telegram.
Stars: ✭ 0 (-100%)
Mutual labels:  log
msLog
log for webView & webApp 用于webView和webApp的log工具
Stars: ✭ 25 (-77.68%)
Mutual labels:  log
dlog
A super simple logger for Go. Supports stderr, logfiles, syslog and windows event log.
Stars: ✭ 16 (-85.71%)
Mutual labels:  log
k8s-log
容器日志搜集套件。
Stars: ✭ 15 (-86.61%)
Mutual labels:  log
phalanx
Phalanx is a cloud-native distributed search engine that provides endpoints through gRPC and traditional RESTful API.
Stars: ✭ 192 (+71.43%)
Mutual labels:  distributed

DTail

DTail

License Go Report Card Hits-of-Code GitHub issues GitHub forks GitHub stars

DTail (a distributed tail program) is a DevOps tool for engineers programmed in Google Go for following (tailing), catting and grepping (including gzip and zstd decompression support) log files on many machines concurrently. An advanced feature of DTail is to execute distributed MapReduce aggregations across many devices.

For secure authorization and transport encryption, the SSH protocol is used. Furthermore, DTail respects the UNIX file system permission model (traditional on all Linux/UNIX variants and also ACLs on Linux based operating systems).

The DTail binary operates in either client or server mode. The DTail server must be installed on all server boxes involved. The DTail client (possibly running on a regular Laptop) is used interactively to connect to the servers concurrently. That currently scales to multiple thousands of servers per client. Furthermore, DTail can be operated in a serverless mode too. Read more about it in the documentation.

DTail

If you like what you see look here for more examples! You can also read through the DTail Mimecast Engineering Blog Post. There is also a GitHub Page at dtail.dev.

Installation and Usage

More

Credits

  • DTail was created by Paul Buetow [email protected]
  • Thank you Mimecast for supporting this Open-Source project.
  • Thank you to Vlad-Marian Marian for creating the DTail (dog) logo.
  • The Gopher was generated at https://gopherize.me
  • The animated Gifs were created using asciinema with asciicast2gif. Check out how this was done for more information.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].