Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mimecast/dtail
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.
https://github.com/mimecast/dtail
adhoc devops devops-tools distributed golang log log-management mapreduce mimecast troubleshooting
Last synced: about 1 month ago
JSON representation
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.
- Host: GitHub
- URL: https://github.com/mimecast/dtail
- Owner: mimecast
- License: apache-2.0
- Created: 2019-08-24T09:06:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T11:25:26.000Z (4 months ago)
- Last Synced: 2024-08-23T12:39:07.730Z (4 months ago)
- Topics: adhoc, devops, devops-tools, distributed, golang, log, log-management, mapreduce, mimecast, troubleshooting
- Language: Go
- Homepage:
- Size: 12.3 MB
- Stars: 126
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cli-tui-software - mimecast/dtail - DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once. (<a name="logs"></a>logs)
README
DTail
=====![DTail](doc/title.png "DTail")
[![License](https://img.shields.io/github/license/mimecast/dtail)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Go Report Card](https://goreportcard.com/badge/github.com/mimecast/dtail)](https://goreportcard.com/report/github.com/mimecast/dtail) [![Hits-of-Code](https://hitsofcode.com/github/mimecast/dtail)](https://www.vbrandl.net/post/2019-05-03_hits-of-code/) ![GitHub issues](https://img.shields.io/github/issues/mimecast/dtail) ![GitHub forks](https://img.shields.io/github/forks/mimecast/dtail) ![GitHub stars](https://img.shields.io/github/stars/mimecast/dtail)
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](doc/dtail.gif "Example")
If you like what you see [look here for more examples](doc/examples.md)! You can also read through the [DTail Mimecast Engineering Blog Post](https://medium.com/mimecast-engineering/dtail-the-distributed-log-tail-program-79b8087904bb). There is also a GitHub Page at [dtail.dev](https://dtail.dev).
Installation and Usage
======================* Check out the [DTail Documentation](doc/index.md)
More
====* [How to contribute](CONTRIBUTING.md)
* [Code of conduct](CODE_OF_CONDUCT.md)
* [Licenses](doc/licenses.md)Credits
=======* DTail was created by **Paul Buetow** **
* Thank you [Mimecast](https://www.mimecast.com) 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](./doc/asciinema/README.md) for more information.