From 43e0ef71e18e057e5c60ded58a02170f1f0fbf01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Wed, 6 Jan 2021 12:57:30 +0100 Subject: [PATCH] one more fix --- x-pack/functionbeat/docs/config-options-aws.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x-pack/functionbeat/docs/config-options-aws.asciidoc b/x-pack/functionbeat/docs/config-options-aws.asciidoc index 3ceb22ab4e7..7f0328127f0 100644 --- a/x-pack/functionbeat/docs/config-options-aws.asciidoc +++ b/x-pack/functionbeat/docs/config-options-aws.asciidoc @@ -1,7 +1,7 @@ [id="configuration-{beatname_lc}-options"] [role="xpack"] -:libbeat-xpack-dir: ../../../../x-pack/libbeat +:libbeat-xpack-dir: ../../../x-pack/libbeat == Configure AWS functions @@ -64,9 +64,6 @@ to deploy. TIP: If you change the configuration after deploying the function, use the <> to update your deployment. -[id="aws-credentials-config"] -include::{libbeat-xpack-dir}/docs/aws-credentials-config.asciidoc[] - [float] [id="{beatname_lc}-deploy-bucket"] ==== `provider.aws.deploy_bucket` @@ -217,3 +214,6 @@ version and the event timestamp; for access to dynamic fields, use Example value: `"%{[agent.name]}-myindex-%{+yyyy.MM.dd}"` might expand to `"functionbeat-myindex-2019.12.13"`. + +[id="aws-credentials-config"] +include::{libbeat-xpack-dir}/docs/aws-credentials-config.asciidoc[]