summaryrefslogtreecommitdiff
path: root/gemfeed/2023-09-25-dtail-usage-examples.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-26 23:07:44 +0300
committerPaul Buetow <paul@buetow.org>2024-08-26 23:07:44 +0300
commitfa3426b5d9ac9eeccaea3aa7e4eb44e1fa2eab65 (patch)
treef391aa531e8837ffe3ef0601d2a3aa8135c9fcca /gemfeed/2023-09-25-dtail-usage-examples.gmi
parent87d2c5cdd30fbed688eeac23e173398e95edda10 (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.gmi32
1 files changed, 16 insertions, 16 deletions
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