Просмотр исходного кода

Add link explaining ELK stack to structured_logging.md (#16091)

tags/v1.91.0rc1
axel simon 9 месяцев назад
committed by GitHub
Родитель
Сommit
4513b36a75
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
2 измененных файлов: 2 добавлений и 1 удалений
  1. +1
    -0
      changelog.d/16091.doc
  2. +1
    -1
      docs/structured_logging.md

+ 1
- 0
changelog.d/16091.doc Просмотреть файл

@@ -0,0 +1 @@
Structured logging docs: add a link to explain the ELK stack

+ 1
- 1
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


Загрузка…
Отмена
Сохранить