From fa3426b5d9ac9eeccaea3aa7e4eb44e1fa2eab65 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 Aug 2024 23:07:44 +0300 Subject: Update content for gemtext --- gemfeed/2023-09-25-dtail-usage-examples.gmi | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'gemfeed/2023-09-25-dtail-usage-examples.gmi') diff --git a/gemfeed/2023-09-25-dtail-usage-examples.gmi b/gemfeed/2023-09-25-dtail-usage-examples.gmi index a3f5301a..b4ec9ea9 100644 --- a/gemfeed/2023-09-25-dtail-usage-examples.gmi +++ b/gemfeed/2023-09-25-dtail-usage-examples.gmi @@ -2,22 +2,6 @@ > Published at 2023-09-25T14:57:42+03:00 -## Table of Contents - -* ⇢ DTail usage examples -* ⇢ ⇢ Introduction -* ⇢ ⇢ Following logs -* ⇢ ⇢ Aggregating logs -* ⇢ ⇢ How to use `dcat` -* ⇢ ⇢ How to use `dgrep` -* ⇢ ⇢ How to use `dmap` -* ⇢ ⇢ How to use the DTail serverless mode -* ⇢ ⇢ ⇢ Serverless map-reduce query -* ⇢ ⇢ ⇢ Aggregating CSV files -* ⇢ ⇢ ⇢ Other serverless commands - -## Introduction - Hey there. As I am pretty busy this month personally (I am now on Paternity Leave) and as I still want to post once monthly, the blog post of this month will only be some DTail usage examples. They're from the DTail documentation, but not all readers of my blog may be aware of those! DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once which I programmed in Go. @@ -38,6 +22,22 @@ DTail is a distributed DevOps tool for tailing, grepping, catting logs and other | | ``` +## Table of Contents + +* ⇢ DTail usage examples +* ⇢ ⇢ Commands +* ⇢ ⇢ Following logs +* ⇢ ⇢ Aggregating logs +* ⇢ ⇢ How to use `dcat` +* ⇢ ⇢ How to use `dgrep` +* ⇢ ⇢ How to use `dmap` +* ⇢ ⇢ How to use the DTail serverless mode +* ⇢ ⇢ ⇢ Serverless map-reduce query +* ⇢ ⇢ ⇢ Aggregating CSV files +* ⇢ ⇢ ⇢ Other serverless commands + +## Commands + DTail consists out of a server and several client binaries. In this post, I am showcasing their use! * Use `dtail` to follow logs -- cgit v1.2.3