diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:43 +0300 |
| commit | a060115f62061039758dd3cadae97889c4eadb1b (patch) | |
| tree | a5b1699fa0078ea6b37fc871a40f0aef53453054 /gemfeed/2023-09-25-dtail-usage-examples.html | |
| parent | c7026fd7eb994ad457419e2251403d741e98e3df (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.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/gemfeed/2023-09-25-dtail-usage-examples.html b/gemfeed/2023-09-25-dtail-usage-examples.html index 245bb52c..a233c9a4 100644 --- a/gemfeed/2023-09-25-dtail-usage-examples.html +++ b/gemfeed/2023-09-25-dtail-usage-examples.html @@ -12,23 +12,6 @@ <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'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 /> @@ -49,6 +32,23 @@ | | </pre> <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='#commands'>Commands</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='commands'>Commands</h2><br /> +<br /> <span>DTail consists out of a server and several client binaries. In this post, I am showcasing their use!</span><br /> <br /> <ul> |
