summaryrefslogtreecommitdiff
path: root/doc/index.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-15 16:06:48 +0000
committerPaul Buetow <paul@buetow.org>2021-12-16 09:22:35 +0000
commit895ed15df5144e367a5143d1c36d8abe2fec8f08 (patch)
tree027e080ea75a8d0f3bb0030194558c13ce1f3ccb /doc/index.md
parentb1f3760dc2f452c3dba7883a538fd14d62a581e9 (diff)
documenting how to implement a custom log format
Diffstat (limited to 'doc/index.md')
-rw-r--r--doc/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.md b/doc/index.md
index 2fc790e..565253b 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -9,6 +9,6 @@ DTail Documentation
## 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.
+* The [DTail Query Language](./querylanguage.md) is the starting point to dig deeper into DTail's own SQL-like mapreduce language for extraction/aggregation 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.