mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Logging settings can affect performances Backports #12246 to 7.x branch Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>
This commit is contained in:
parent
1f345a2653
commit
2fb348e053
1 changed files with 18 additions and 0 deletions
18
docs/static/troubleshooting.asciidoc
vendored
18
docs/static/troubleshooting.asciidoc
vendored
|
@ -162,6 +162,24 @@ troubleshooting tips to share, please:
|
|||
* create an issue at https://github.com/elastic/logstash/issues, or
|
||||
* create a pull request with your proposed changes at https://github.com/elastic/logstash.
|
||||
|
||||
[float]
|
||||
[[ts-pipeline-logging-level-performance]]
|
||||
=== Logging level can affect performances
|
||||
|
||||
*Symptoms*
|
||||
|
||||
Simple filters such as `mutate` or `json` filter can take several milliseconds per event to execute.
|
||||
Inputs and outputs might be affected, too.
|
||||
|
||||
*Background*
|
||||
|
||||
The different plugins running on Logstash can be quite verbose if the logging level is set to `debug` or `trace`.
|
||||
As the logging library used in Logstash is synchronous, heavy logging can affect performances.
|
||||
|
||||
*Solution*
|
||||
|
||||
Reset the logging level to `info`.
|
||||
|
||||
[float]
|
||||
[[ts-kafka]]
|
||||
== Common Kafka support issues and solutions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue