diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-24 19:59:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-24 19:59:33 +0300 |
| commit | 113ff70ba3a1d828933a2d69a533f1124363a0bd (patch) | |
| tree | ec82261b1a9bc1ddeb815b356963590c7bd33ee5 /gemfeed/2023-09-25-dtail-usage-examples.md | |
| parent | 5fa502f812938641419ef0d449cf80e6ba02027c (diff) | |
Update content for md
Diffstat (limited to 'gemfeed/2023-09-25-dtail-usage-examples.md')
| -rw-r--r-- | gemfeed/2023-09-25-dtail-usage-examples.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gemfeed/2023-09-25-dtail-usage-examples.md b/gemfeed/2023-09-25-dtail-usage-examples.md index 6b85775e..6eeb4521 100644 --- a/gemfeed/2023-09-25-dtail-usage-examples.md +++ b/gemfeed/2023-09-25-dtail-usage-examples.md @@ -2,6 +2,22 @@ > Published at 2023-09-25T14:57:42+03:00 +## Table of Contents + +* [⇢ DTail usage examples](#dtail-usage-examples) +* [⇢ ⇢ Introduction](#introduction) +* [⇢ ⇢ Following logs](#following-logs) +* [⇢ ⇢ Aggregating logs](#aggregating-logs) +* [⇢ ⇢ How to use `dcat`](#how-to-use-dcat) +* [⇢ ⇢ How to use `dgrep`](#how-to-use-dgrep) +* [⇢ ⇢ How to use `dmap`](#how-to-use-dmap) +* [⇢ ⇢ How to use the DTail serverless mode](#how-to-use-the-dtail-serverless-mode) +* [⇢ ⇢ ⇢ Serverless map-reduce query](#serverless-map-reduce-query) +* [⇢ ⇢ ⇢ Aggregating CSV files](#aggregating-csv-files) +* [⇢ ⇢ ⇢ Other serverless commands](#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. |
