From 2832f5381cb73cc932a092515ec97c151855cdbf Mon Sep 17 00:00:00 2001 From: Dan Hermann Date: Mon, 22 Apr 2019 07:48:51 -0500 Subject: [PATCH] Correct the docs for the settings file to note that Java execution defaults to true Fixes #10701 --- docs/static/settings-file.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/settings-file.asciidoc b/docs/static/settings-file.asciidoc index 306f23e04..837741b6d 100644 --- a/docs/static/settings-file.asciidoc +++ b/docs/static/settings-file.asciidoc @@ -83,7 +83,7 @@ The `logstash.yml` file includes the following settings. If you are using X-Pack | `pipeline.java_execution` | Use the Java execution engine. -| false +| true | `pipeline.workers` | The number of workers that will, in parallel, execute the filter and output stages of the pipeline.