From d27772f6329a8da914cab60bb406908baa31b5d5 Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Wed, 15 May 2024 10:33:46 +0200 Subject: [PATCH] Fix default programming language for provisioning_script --- docs/howto/system_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/system_testing.md b/docs/howto/system_testing.md index 704a6d43c..07ec66d5a 100644 --- a/docs/howto/system_testing.md +++ b/docs/howto/system_testing.md @@ -415,7 +415,7 @@ for system tests. | agent.runtime | string | | Runtime to run Elastic Agent process. | | agent.pre_start_script.language | string | | Programming language of the pre-start script, executed before starting the agent. Currently, only `sh` is supported.| | agent.pre_start_script.contents | string | | Code to run before starting the agent. | -| agent.provisioning_script.language | string | | Programming language of the provisioning script. Default: `bash`. | +| agent.provisioning_script.language | string | | Programming language of the provisioning script. Default: `sh`. | | agent.provisioning_script.contents | string | | Code to run as a provisioning script to customize the system where the agent will be run. | | agent.user | string | | User that runs the Elastic Agent process. | | data_stream.vars | dictionary | | Data stream level variables to set (i.e. declared in `package_root/data_stream/$data_stream/manifest.yml`). If not specified the defaults from the manifest are used. |