Skip to content
/ dtail Public

DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.

License

Notifications You must be signed in to change notification settings

mimecast/dtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 23, 2024
bf78b3a · Aug 23, 2024
Jun 14, 2022
Mar 29, 2024
Aug 23, 2024
Dec 3, 2021
Jun 21, 2023
Mar 29, 2024
Mar 29, 2024
Oct 27, 2021
May 27, 2021
Jan 9, 2020
Jan 9, 2020
Jan 9, 2020
Dec 28, 2020
Sep 7, 2023
Dec 7, 2021
May 27, 2021
Aug 23, 2024
Aug 23, 2024
Apr 27, 2023

Repository files navigation

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 pbuetow@mimecast.com
  • 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.