summaryrefslogtreecommitdiff
path: root/doc/index.md
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-12-09 09:33:13 +0000
committerPaul Buetow <pbuetow@mimecast.com>2021-12-09 09:33:13 +0000
commita8438bd6f04d7c99c8fd033d7161054a64c85473 (patch)
treeae1bb7d927cd6169c6fa8174765424350fada9d5 /doc/index.md
parent785d379ca02f4488d39e8952e9ae5bea673cd930 (diff)
parent35583f55844f5738eb52c9363f7a7e091d455726 (diff)
Merge branch '4.0.0-RC' of https://codeberg.org/snonux/dtail into 4.0.0-RC
Diffstat (limited to 'doc/index.md')
-rw-r--r--doc/index.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/index.md b/doc/index.md
new file mode 100644
index 0000000..2fc790e
--- /dev/null
+++ b/doc/index.md
@@ -0,0 +1,14 @@
+DTail Documentation
+===================
+
+## Installation and Usage
+
+* To get a taste, please have a look at the [Usage Examples](./examples.md).
+* Follow the [Quick Starting Guide](./quickstart.md) if you are looking into DTail your first time.
+* For a more sustainable setup, please follow the [Installation Guide](./installation.md).
+
+## Advanced topics
+
+* The [DTail Query Language](./querylanguage.md) is the starting point to dig deeper into DTail's own SQL-like mapreduce language for extracting stats from log files.
+* [Log Formats](./logformats.md) explains how to create your own custom log format for use with mapreduce queries.
+* Check out the [Testing Guide](./testing.md) for unit and integration testing.