blob: c45569de3d34ca0b4e4f6cb2faa62d35f4c7a38f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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 extraction/aggregation stats from log files.
* The [Interactive Query Reload](../README.md#interactive-query-reload) section in the main README documents `:reload`, `:show`, `:help`, `:quit`, capability fallback on mixed-version servers, and session reuse semantics.
* [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.
|