From 80c48082ddc5e968f03e37920954a08781cf775d Mon Sep 17 00:00:00 2001 From: Eamonn Smith Date: Mon, 19 Oct 2020 14:34:28 +0100 Subject: [PATCH 1/2] Move content to legacy docs --- conf.yaml | 119 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 62 insertions(+), 57 deletions(-) diff --git a/conf.yaml b/conf.yaml index 17e27aca3f752..9395204767c22 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1144,63 +1144,7 @@ contents: repo: apm-agent-rum-js path: CHANGELOG.asciidoc exclude_branches: [ 3.x, 2.x, 1.x, 0.x ] - - title: Logs Monitoring Guide - prefix: en/logs/guide - current: *stackcurrent - branches: [ master, 7.x, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5 ] - live: *stacklive - index: docs/en/logs/index.asciidoc - chunk: 1 - tags: Logs/Guide - subject: Logs - sources: - - - repo: observability-docs - path: docs/en - - - repo: docs - path: shared/versions/stack/{version}.asciidoc - - - repo: docs - path: shared/attributes.asciidoc - - title: Metrics Monitoring Guide - prefix: en/metrics/guide - current: *stackcurrent - branches: [ master, 7.x, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5 ] - live: *stacklive - index: docs/en/metrics/index.asciidoc - chunk: 1 - tags: Metrics/Guide - subject: Metrics - sources: - - - repo: observability-docs - path: docs/en - - - repo: docs - path: shared/versions/stack/{version}.asciidoc - - - repo: docs - path: shared/attributes.asciidoc - - title: Uptime Monitoring Guide - prefix: en/uptime - current: *stackcurrent - branches: [ master, 7.x, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2 ] - live: *stacklive - index: docs/en/uptime/index.asciidoc - chunk: 1 - tags: Uptime/Guide - subject: Uptime - sources: - - - repo: observability-docs - path: docs/en - - - repo: docs - path: shared/versions/stack/{version}.asciidoc - - - repo: docs - path: shared/attributes.asciidoc + - title: Elastic Security sections: @@ -1246,6 +1190,7 @@ contents: repo: docs path: shared/attributes.asciidoc + - title: "Logstash: Collect, Enrich, and Transport" sections: - title: Logstash Reference @@ -2000,6 +1945,66 @@ contents: - repo: docs path: shared/attributes.asciidoc + - title: Logs Monitoring Guide for 7.5-7.9 + prefix: en/logs/guide + current: 7.9 + branches: [ 7.9, 7.8, 7.7, 7.6, 7.5 ] + live: *stacklive + index: docs/en/logs/index.asciidoc + chunk: 1 + private: 1 + tags: Logs/Guide + subject: Logs + sources: + - + repo: observability-docs + path: docs/en + - + repo: docs + path: shared/versions/stack/{version}.asciidoc + - + repo: docs + path: shared/attributes.asciidoc + - title: Metrics Monitoring Guide for 7.5-7.9 + prefix: en/metrics/guide + current: 7.9 + branches: [ 7.9, 7.8, 7.7, 7.6, 7.5 ] + live: *stacklive + index: docs/en/metrics/index.asciidoc + chunk: 1 + private: 1 + tags: Metrics/Guide + subject: Metrics + sources: + - + repo: observability-docs + path: docs/en + - + repo: docs + path: shared/versions/stack/{version}.asciidoc + - + repo: docs + path: shared/attributes.asciidoc + - title: Uptime Monitoring Guide for 7.2-7.9 + prefix: en/uptime + current: 7.9 + branches: [ 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2 ] + live: *stacklive + index: docs/en/uptime/index.asciidoc + chunk: 1 + private: 1 + tags: Uptime/Guide + subject: Uptime + sources: + - + repo: observability-docs + path: docs/en + - + repo: docs + path: shared/versions/stack/{version}.asciidoc + - + repo: docs + path: shared/attributes.asciidoc - title: Infrastructure Monitoring Guide for 6.5-7.4 prefix: en/infrastructure/guide current: 7.4 From be72e5f7f9d12712e3bfa5dd8912dace3f21497e Mon Sep 17 00:00:00 2001 From: Eamonn Smith Date: Mon, 19 Oct 2020 15:22:00 +0100 Subject: [PATCH 2/2] Remove live attribute --- conf.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf.yaml b/conf.yaml index 9395204767c22..6a26f08a5cb6d 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1949,7 +1949,6 @@ contents: prefix: en/logs/guide current: 7.9 branches: [ 7.9, 7.8, 7.7, 7.6, 7.5 ] - live: *stacklive index: docs/en/logs/index.asciidoc chunk: 1 private: 1 @@ -1969,7 +1968,6 @@ contents: prefix: en/metrics/guide current: 7.9 branches: [ 7.9, 7.8, 7.7, 7.6, 7.5 ] - live: *stacklive index: docs/en/metrics/index.asciidoc chunk: 1 private: 1 @@ -1989,7 +1987,6 @@ contents: prefix: en/uptime current: 7.9 branches: [ 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2 ] - live: *stacklive index: docs/en/uptime/index.asciidoc chunk: 1 private: 1