summaryrefslogtreecommitdiff
path: root/gemfeed/2023-09-25-dtail-usage-examples.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-24 19:59:32 +0300
committerPaul Buetow <paul@buetow.org>2024-08-24 19:59:32 +0300
commit889b23ba1f5f68befb9ded48b8a728722c62c514 (patch)
tree19d03f76942beb06173a54744cb264fbf2da1935 /gemfeed/2023-09-25-dtail-usage-examples.html
parent1c5f3d5c0699de2228e89bd81c59dd9e388ed6b6 (diff)
Update content for html
Diffstat (limited to 'gemfeed/2023-09-25-dtail-usage-examples.html')
-rw-r--r--gemfeed/2023-09-25-dtail-usage-examples.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/gemfeed/2023-09-25-dtail-usage-examples.html b/gemfeed/2023-09-25-dtail-usage-examples.html
index 373b0fd1..f238926c 100644
--- a/gemfeed/2023-09-25-dtail-usage-examples.html
+++ b/gemfeed/2023-09-25-dtail-usage-examples.html
@@ -12,6 +12,23 @@
<br />
<span class='quote'>Published at 2023-09-25T14:57:42+03:00</span><br />
<br />
+<h2 style='display: inline' id='table-of-contents'>Table of Contents</h2><br />
+<br />
+<ul>
+<li><a href='#dtail-usage-examples'>DTail usage examples</a></li>
+<li>⇢ <a href='#introduction'>Introduction</a></li>
+<li>⇢ <a href='#following-logs'>Following logs</a></li>
+<li>⇢ <a href='#aggregating-logs'>Aggregating logs</a></li>
+<li>⇢ <a href='#how-to-use-dcat'>How to use <span class='inlinecode'>dcat</span></a></li>
+<li>⇢ <a href='#how-to-use-dgrep'>How to use <span class='inlinecode'>dgrep</span></a></li>
+<li>⇢ <a href='#how-to-use-dmap'>How to use <span class='inlinecode'>dmap</span></a></li>
+<li>⇢ <a href='#how-to-use-the-dtail-serverless-mode'>How to use the DTail serverless mode</a></li>
+<li>⇢ ⇢ <a href='#serverless-map-reduce-query'>Serverless map-reduce query</a></li>
+<li>⇢ ⇢ <a href='#aggregating-csv-files'>Aggregating CSV files</a></li>
+<li>⇢ ⇢ <a href='#other-serverless-commands'>Other serverless commands</a></li>
+</ul><br />
+<h2 style='display: inline' id='introduction'>Introduction</h2><br />
+<br />
<span>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&#39;re from the DTail documentation, but not all readers of my blog may be aware of those!</span><br />
<br />
<span>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.</span><br />