summaryrefslogtreecommitdiff
path: root/gemfeed/2023-09-25-dtail-usage-examples.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-24 19:59:34 +0300
committerPaul Buetow <paul@buetow.org>2024-08-24 19:59:34 +0300
commitc6e6abcb2ff84eb2eab51ee6c07f7352e78d927b (patch)
treed65a8c5017468dbba788c11804cfd416efa1bba7 /gemfeed/2023-09-25-dtail-usage-examples.gmi
parentcccb12632bd4a48e73f561bbd512e3060d4d16e9 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed/2023-09-25-dtail-usage-examples.gmi')
-rw-r--r--gemfeed/2023-09-25-dtail-usage-examples.gmi16
1 files changed, 16 insertions, 0 deletions
diff --git a/gemfeed/2023-09-25-dtail-usage-examples.gmi b/gemfeed/2023-09-25-dtail-usage-examples.gmi
index 1bc4cd86..a3f5301a 100644
--- a/gemfeed/2023-09-25-dtail-usage-examples.gmi
+++ b/gemfeed/2023-09-25-dtail-usage-examples.gmi
@@ -2,6 +2,22 @@
> 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.