From 425b5aa3f4fb7eb16955188b63810ba2505517be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:15:28 +0100 Subject: [PATCH 1/2] functionbeat branches added to conf.yaml --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index 3e0ae0f9c852f..f71dd68188d42 100644 --- a/conf.yaml +++ b/conf.yaml @@ -2302,7 +2302,7 @@ contents: prefix: en/beats/functionbeat current: *stackcurrent index: x-pack/functionbeat/docs/index.asciidoc - branches: [ 8.15, 8.14, 8.13, 8.12, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5 ] + branches: [ {main: master}, 8.x, 8.16, 8.15, 8.14, 8.13, 8.12, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5 ] chunk: 1 tags: Functionbeat/Reference respect_edit_url_overrides: true From a86a82d41448a8072213e998d92148b8bde8ad2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:17:47 +0100 Subject: [PATCH 2/2] current changed for functionbeat --- conf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.yaml b/conf.yaml index f71dd68188d42..72dfc0e8ce1c5 100644 --- a/conf.yaml +++ b/conf.yaml @@ -2300,9 +2300,9 @@ contents: - title: Functionbeat Reference noindex: 1 prefix: en/beats/functionbeat - current: *stackcurrent + current: 8.15 index: x-pack/functionbeat/docs/index.asciidoc - branches: [ {main: master}, 8.x, 8.16, 8.15, 8.14, 8.13, 8.12, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5 ] + branches: [ 8.15, 8.14, 8.13, 8.12, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5 ] chunk: 1 tags: Functionbeat/Reference respect_edit_url_overrides: true