From 89f83d49ad7d4cd8baa815993d3172ca72e5b30e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Apr 2023 12:32:25 +0300 Subject: Update content for html --- ...021-04-22-dtail-the-distributed-log-tail-program.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html') diff --git a/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html b/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html index b2a4f196..e654cab4 100644 --- a/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html +++ b/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html @@ -10,13 +10,13 @@

DTail - The distributed log tail program



-Published at 2021-04-22T19:28:41+01:00; Updated at 2021-04-26
+Published at 2021-04-22T19:28:41+01:00; Updated at 2021-04-26

DTail logo image

This article first appeared at the Mimecast Engineering Blog but I made it available here in my personal internet site too.

-Original Mimecast Engineering Blog post at Medium
+Original Mimecast Engineering Blog post at Medium

Running a large cloud-based service requires monitoring the state of huge numbers of machines, a task for which many standard UNIX tools were not really designed. In this post, I will describe a simple program, DTail, that Mimecast has built and released as Open-Source, which enables us to monitor log files of many servers at once without the costly overhead of a full-blown log management system.

@@ -30,7 +30,7 @@
DTail got its inspiration from public domain tools available already in this area but it is a blue sky from-scratch development which was first presented at Mimecast’s annual internal Pet Project competition (awarded with a Bronze prize). It has gained popularity since and is one of the most widely deployed DevOps tools at Mimecast (reaching nearly 10k server installations) and many engineers use it on a regular basis. The Open-Source version of DTail is available at:

-https://dtail.dev
+https://dtail.dev

Try it out — We would love any feedback. But first, read on…

@@ -114,17 +114,17 @@ dtail –servers serverlist.txt –files ‘/var/log/*.log’ –regex ‘(?i:er
Mimecast highly encourages you to have a look at DTail and submit an issue for any features you would like to see. Have you found a bug? Maybe you just have a question or comment? If you want to go a step further: We would also love to see pull requests for any features or improvements. Either way, if in doubt just contact us via the DTail GitHub page.

-https://dtail.dev
+https://dtail.dev

Other related posts are:

-2022-10-30 Installing DTail on OpenBSD
-2022-03-06 The release of DTail 4.0.0
-2021-04-22 DTail - The distributed log tail program (You are currently reading this)
+2022-10-30 Installing DTail on OpenBSD
+2022-03-06 The release of DTail 4.0.0
+2021-04-22 DTail - The distributed log tail program (You are currently reading this)

E-Mail your comments to hi@paul.cyou :-)

-Back to the main site
+Back to the main site