summary refs log tree commit diff
path: root/docs/structured_logging.md
diff options
context:
space:
mode:
authoraxel simon <git@axelsimon.net>2023-08-16 14:08:35 +0100
committerGitHub <noreply@github.com>2023-08-16 14:08:35 +0100
commit4513b36a75746da61b5b85a99a1527d4c7f12401 (patch)
tree597b34ef6af0a0b4ea11277ca5865e437260a545 /docs/structured_logging.md
parentAttempt to fix twisted trunk (#16115) (diff)
downloadsynapse-4513b36a75746da61b5b85a99a1527d4c7f12401.tar.xz
Add link explaining ELK stack to structured_logging.md (#16091)
Diffstat (limited to '')
-rw-r--r--docs/structured_logging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/structured_logging.md b/docs/structured_logging.md
index d43dc9eb6e..002565b223 100644
--- a/docs/structured_logging.md
+++ b/docs/structured_logging.md
@@ -3,7 +3,7 @@
 A structured logging system can be useful when your logs are destined for a
 machine to parse and process. By maintaining its machine-readable characteristics,
 it enables more efficient searching and aggregations when consumed by software
-such as the "ELK stack".
+such as the [ELK stack](https://opensource.com/article/18/9/open-source-log-aggregation-tools).
 
 Synapse's structured logging system is configured via the file that Synapse's
 `log_config` config option points to. The file should include a formatter which