From fc780c37d5200aadf07e649bc8c33a69851a042e Mon Sep 17 00:00:00 2001 From: dedemorton Date: Wed, 24 Nov 2021 11:10:12 -0800 Subject: [PATCH 1/3] Move Journalbeat to legacy section and turn off 7.16+ builds --- conf.yaml | 82 +++++++++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/conf.yaml b/conf.yaml index edb27d4089516..a733dd9986b79 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1919,47 +1919,6 @@ contents: repo: docs path: shared/attributes.asciidoc exclude_branches: *beatsSharedExclude - - title: Journalbeat Reference - prefix: en/beats/journalbeat - current: *stackcurrent - index: journalbeat/docs/index.asciidoc - branches: [ master, 8.0, 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 ] - live: *stacklive - chunk: 1 - tags: Journalbeat/Reference - respect_edit_url_overrides: true - subject: Journalbeat - sources: - - - repo: beats - path: journalbeat - - - repo: beats - path: journalbeat/docs - - - repo: beats - path: CHANGELOG.asciidoc - - - repo: beats - path: libbeat/docs - - - repo: beats - path: libbeat/processors/*/docs/* - exclude_branches: *beatsProcessorExclude - - - repo: beats - path: x-pack/libbeat/processors/*/docs/* - exclude_branches: [ 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ] - - - repo: beats - path: libbeat/outputs/*/docs/* - exclude_branches: *beatsOutputExclude - - - repo: docs - path: shared/versions/stack/{version}.asciidoc - - - repo: docs - path: shared/attributes.asciidoc - title: Metricbeat Reference prefix: en/beats/metricbeat index: metricbeat/docs/index.asciidoc @@ -2369,6 +2328,47 @@ contents: - repo: docs path: shared/attributes.asciidoc + - title: Journalbeat Reference + prefix: en/beats/journalbeat + current: *stackcurrent + index: journalbeat/docs/index.asciidoc + branches: [ 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 ] + live: *stacklive + chunk: 1 + tags: Journalbeat/Reference + respect_edit_url_overrides: true + subject: Journalbeat + sources: + - + repo: beats + path: journalbeat + - + repo: beats + path: journalbeat/docs + - + repo: beats + path: CHANGELOG.asciidoc + - + repo: beats + path: libbeat/docs + - + repo: beats + path: libbeat/processors/*/docs/* + exclude_branches: *beatsProcessorExclude + - + repo: beats + path: x-pack/libbeat/processors/*/docs/* + exclude_branches: [ 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ] + - + repo: beats + path: libbeat/outputs/*/docs/* + exclude_branches: *beatsOutputExclude + - + repo: docs + path: shared/versions/stack/{version}.asciidoc + - + repo: docs + path: shared/attributes.asciidoc - title: Logs Monitoring Guide for 7.5-7.9 prefix: en/logs/guide current: 7.9 From e415e606085a31e84a398dadd16ee04823dad330 Mon Sep 17 00:00:00 2001 From: dedemorton Date: Wed, 24 Nov 2021 11:29:19 -0800 Subject: [PATCH 2/3] Set current to 7.15 --- conf.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.yaml b/conf.yaml index a733dd9986b79..ce1c42d77c0de 100644 --- a/conf.yaml +++ b/conf.yaml @@ -2330,10 +2330,9 @@ contents: path: shared/attributes.asciidoc - title: Journalbeat Reference prefix: en/beats/journalbeat - current: *stackcurrent + current: 7.15 index: journalbeat/docs/index.asciidoc branches: [ 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 ] - live: *stacklive chunk: 1 tags: Journalbeat/Reference respect_edit_url_overrides: true From 6547719dcf532e397970d95be94d906da8c64337 Mon Sep 17 00:00:00 2001 From: dedemorton Date: Wed, 24 Nov 2021 14:23:03 -0800 Subject: [PATCH 3/3] Change book title to show applicable versions --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index ce1c42d77c0de..ef24fb1409cc0 100644 --- a/conf.yaml +++ b/conf.yaml @@ -2328,7 +2328,7 @@ contents: - repo: docs path: shared/attributes.asciidoc - - title: Journalbeat Reference + - title: Journalbeat Reference for 6.5-7.15 prefix: en/beats/journalbeat current: 7.15 index: journalbeat/docs/index.asciidoc