diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-12 21:21:14 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-12 21:21:14 +0000 |
| commit | 242d419f1b31755d1d1b3d1a1fd0e7bf61f7768e (patch) | |
| tree | 8ca44d22b87553e6164b6e1937aa5f37194dbee3 /doc/examples.md | |
| parent | 040ea682db4df81c4888b771a785418262397e00 (diff) | |
link from example docs to query language and log format docs
Diffstat (limited to 'doc/examples.md')
| -rw-r--r-- | doc/examples.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples.md b/doc/examples.md index 2d57cbf..56744f5 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -44,7 +44,7 @@ Hint: To run a map-reduce query across log lines written in the past, please use --query 'from STATS select sum($goroutines),sum($cgocalls),last($time),max(lifetimeConnections)' ``` -Beware: For map-reduce queries to work, you have to ensure that DTail supports your log format. You can either use the ones already defined in `internal/mapr/logformat` or add an extension to support a custom log format. +Beware: For map-reduce queries to work, you have to ensure that DTail supports your log format. Check out the [query language](./querylanguage.md) and [log formats](./logformats.md) for more information.  |
