From cb0d9e5ec26a8b46c3ba74cae7541c62a9401ae6 Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Wed, 26 Feb 2025 13:57:03 -0800 Subject: [PATCH 01/15] draft potential codeowners file Signed-off-by: bmorelli25 --- .github/CODEOWNERS | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index becb6b5104..62e6218908 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,29 @@ -/.github/ @elastic/doc-leads -/.github/workflows/ @elastic/docs-engineering +# Unless a later match takes precedence, someone on the docs team must review all PRs to this repo +* @elastic/docs -/serverless/ @elastic/platform-docs -/serverless/serverless-changelog.asciidoc @elastic/docs +# Templates, workflows, and config +/.github/ @elastic/doc-leads +/.github/workflows/ @elastic/docs-engineering +/acrolinx/ @elastic/doc-leads + +# V3 docs +/cloud-account/ @elastic/platform-docs +/deploy-manage/ @elastic/platform-docs +/explore-analyze/ @elastic/platform-docs +/extend/ @elastic/platform-docs +/get-started/ @elastic/platform-docs +/manage-data/ @elastic/platform-docs +/reference/ @elastic/platform-docs +/release-notes/ @elastic/docs +/solutions/ @elastic/obs-docs @elastic/search-docs @elastic/security-docs +/solutions/observability/ @elastic/obs-docs +/solutions/search/ @elastic/search-docs +/solutions/security @elastic/security-docs +/troubleshoot/ @elastic/docs + +# What should we do with these files? +/raw-migrated-files/ + +# Legacy serverless docs +/serverless/ @elastic/platform-docs +/serverless/serverless-changelog.asciidoc @elastic/docs From 6bd3b320718c1507899e25d46d8cfbdd631a0638 Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Fri, 9 May 2025 10:32:45 -0700 Subject: [PATCH 02/15] update with feedback and new org structure --- .github/CODEOWNERS | 70 +++++++++++++++++++++++++++++++--------------- 1 file changed, 48 insertions(+), 22 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 62e6218908..822ff90c76 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,28 +1,54 @@ # Unless a later match takes precedence, someone on the docs team must review all PRs to this repo -* @elastic/docs +* @elastic/docs # Templates, workflows, and config -/.github/ @elastic/doc-leads -/.github/workflows/ @elastic/docs-engineering -/acrolinx/ @elastic/doc-leads - -# V3 docs -/cloud-account/ @elastic/platform-docs -/deploy-manage/ @elastic/platform-docs -/explore-analyze/ @elastic/platform-docs -/extend/ @elastic/platform-docs -/get-started/ @elastic/platform-docs -/manage-data/ @elastic/platform-docs -/reference/ @elastic/platform-docs -/release-notes/ @elastic/docs -/solutions/ @elastic/obs-docs @elastic/search-docs @elastic/security-docs -/solutions/observability/ @elastic/obs-docs -/solutions/search/ @elastic/search-docs -/solutions/security @elastic/security-docs -/troubleshoot/ @elastic/docs - -# What should we do with these files? -/raw-migrated-files/ +/.github/ @elastic/doc-leads +/.github/workflows/ @elastic/docs-engineering +/acrolinx/ @elastic/doc-leads + +# The docs +/cloud-account/ @elastic/platform-docs +/deploy-manage/ @elastic/platform-docs +/explore-analyze/ @elastic/platform-docs +/extend/ @elastic/platform-docs +/get-started/ @elastic/platform-docs + +/manage-data/ @elastic/platform-docs +/manage-data/ingestion/ @elastic/ingest-docs + +/reference/ @elastic/platform-docs +/reference/data-analysis/ @elastic/docs +/reference/data-analysis/observability/ @elastic/experience-docs +/reference/data-analysis/kibana/ @elastic/platform-docs +/reference/data-analysis/machine-learning/ @elastic/platform-docs +/reference/data-analysis/observability/ @elastic/experience-docs +/reference/elasticsearch/clients/ @elastic/platform-docs +/reference/glossary @elastic/docs +/reference/ingestion-tools @elastic/ingest-docs +/reference/observability @elastic/experience-docs +/reference/search @elastic/platform-docs +/reference/security @elastic/experience-docs + +/release-notes/ @elastic/docs + +/release-notes/apm-agents/ @elastic/ingest-docs +/release-notes/elastic-cloud-serverless/ ?? +/release-notes/elastic-observability/ @elastic/ingest-docs @elastic/experience-docs +/release-notes/elastic-security/ @elastic/ingest-docs @elastic/experience-docs +/release-notes/elasticsearch-clients/ ?? +/release-notes/fleet-elastic-agent/ @elastic/ingest-docs +/release-notes/intro/ @elastic/docs + +/solutions/ @elastic/experience-docs @elastic/platform-docs +/solutions/observability/ @elastic/experience-docs +/solutions/observability/get-started/ @elastic/ingest-docs +/solutions/search/ @elastic/platform-docs +/solutions/security/ @elastic/experience-docs + +/troubleshoot/ @elastic/docs + +# Raw migrated files +/raw-migrated-files/ @elastic/docs # Legacy serverless docs /serverless/ @elastic/platform-docs From be5b237714add238cbf954447bf8c64fa5ca0119 Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Fri, 9 May 2025 10:35:20 -0700 Subject: [PATCH 03/15] expand troubleshooting --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 822ff90c76..0995724906 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -46,6 +46,13 @@ /solutions/security/ @elastic/experience-docs /troubleshoot/ @elastic/docs +/troubleshoot/deployments @elastic/platform-docs +/troubleshoot/elasticsearch @elastic/platform-docs +/troubleshoot/ingest @elastic/ingest-docs +/troubleshoot/kibana @elastic/platform-docs +/troubleshoot/monitoring @elastic/platform-docs @elastic/experience-docs +/troubleshoot/observability @elastic/ingest-docs @elastic/experience-docs +/troubleshoot/security @elastic/ingest-docs @elastic/experience-docs # Raw migrated files /raw-migrated-files/ @elastic/docs From b55e9a679461fa423381266f82b00b0f328159ce Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Fri, 9 May 2025 10:37:26 -0700 Subject: [PATCH 04/15] bugs --- .github/CODEOWNERS | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0995724906..687c5ffc4c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,17 +17,17 @@ /manage-data/ingestion/ @elastic/ingest-docs /reference/ @elastic/platform-docs -/reference/data-analysis/ @elastic/docs +/reference/data-analysis/ @elastic/docs /reference/data-analysis/observability/ @elastic/experience-docs -/reference/data-analysis/kibana/ @elastic/platform-docs -/reference/data-analysis/machine-learning/ @elastic/platform-docs -/reference/data-analysis/observability/ @elastic/experience-docs -/reference/elasticsearch/clients/ @elastic/platform-docs -/reference/glossary @elastic/docs -/reference/ingestion-tools @elastic/ingest-docs -/reference/observability @elastic/experience-docs -/reference/search @elastic/platform-docs -/reference/security @elastic/experience-docs +/reference/data-analysis/kibana/ @elastic/platform-docs +/reference/data-analysis/machine-learning/ @elastic/platform-docs +/reference/data-analysis/observability/ @elastic/experience-docs +/reference/elasticsearch/clients/ @elastic/platform-docs +/reference/glossary/ @elastic/docs +/reference/ingestion-tools/ @elastic/ingest-docs +/reference/observability/ @elastic/experience-docs +/reference/search/ @elastic/platform-docs +/reference/security/ @elastic/experience-docs /release-notes/ @elastic/docs @@ -46,13 +46,13 @@ /solutions/security/ @elastic/experience-docs /troubleshoot/ @elastic/docs -/troubleshoot/deployments @elastic/platform-docs -/troubleshoot/elasticsearch @elastic/platform-docs -/troubleshoot/ingest @elastic/ingest-docs -/troubleshoot/kibana @elastic/platform-docs -/troubleshoot/monitoring @elastic/platform-docs @elastic/experience-docs -/troubleshoot/observability @elastic/ingest-docs @elastic/experience-docs -/troubleshoot/security @elastic/ingest-docs @elastic/experience-docs +/troubleshoot/deployments/ @elastic/platform-docs +/troubleshoot/elasticsearch/ @elastic/platform-docs +/troubleshoot/ingest/ @elastic/ingest-docs +/troubleshoot/kibana/ @elastic/platform-docs +/troubleshoot/monitoring/ @elastic/platform-docs @elastic/experience-docs +/troubleshoot/observability/ @elastic/ingest-docs @elastic/experience-docs +/troubleshoot/security/ @elastic/ingest-docs @elastic/experience-docs # Raw migrated files /raw-migrated-files/ @elastic/docs From 4c7905a74ff288b8b608a8de471b1366cc35042b Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Fri, 9 May 2025 12:27:53 -0700 Subject: [PATCH 05/15] update board automation --- .github/workflows/add-to-board.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/workflows/add-to-board.yml b/.github/workflows/add-to-board.yml index 5c55c945d0..9bc44d37e5 100644 --- a/.github/workflows/add-to-board.yml +++ b/.github/workflows/add-to-board.yml @@ -12,6 +12,10 @@ jobs: route: runs-on: ubuntu-latest if: | + github.event.label.name == 'team:Ingest' || + github.event.label.name == 'team:Experience' || + github.event.label.name == 'team:Admin' || + github.event.label.name == 'team:Developer' || github.event.label.name == 'team:DocsEng' || github.event.label.name == 'team:Obs' || github.event.label.name == 'team:Platform' || @@ -21,12 +25,16 @@ jobs: env: PROJECT_ID_MAP: | { - "team:DocsEng": "1625", - "team:Obs": "649", - "team:Platform": "1232", - "team:Projects": "1415", - "team:Search": "726", - "team:Security": "1034" + "team:Ingest": "649", + "team:Experience": "1034", + "team:Admin": "1232", + "team:Developer": "1232", + "team:DocsEng": "1625", + "team:Obs": "649", + "team:Platform": "1232", + "team:Projects": "1415", + "team:Search": "726", + "team:Security": "1034" } steps: - name: Remove needs-team label From ff9a57f21c72618bb180549976e5fa7367ef5ad6 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Fri, 9 May 2025 17:14:34 -0700 Subject: [PATCH 06/15] Update CODEOWNERS --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 687c5ffc4c..a4f8b4a3be 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -32,10 +32,10 @@ /release-notes/ @elastic/docs /release-notes/apm-agents/ @elastic/ingest-docs -/release-notes/elastic-cloud-serverless/ ?? +/release-notes/elastic-cloud-serverless/ @elastic/platform-docs /release-notes/elastic-observability/ @elastic/ingest-docs @elastic/experience-docs /release-notes/elastic-security/ @elastic/ingest-docs @elastic/experience-docs -/release-notes/elasticsearch-clients/ ?? +/release-notes/elasticsearch-clients/ @elastic/platform-docs /release-notes/fleet-elastic-agent/ @elastic/ingest-docs /release-notes/intro/ @elastic/docs From 0aa09fdd7b4ff78f5b78a00cb7f9e827476d07c2 Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Mon, 19 May 2025 13:25:53 -0400 Subject: [PATCH 07/15] updates to issue templates --- ...mmunity-request.yaml => a-community-request.yaml} | 12 ++++++------ ...internal-request.yaml => b-internal-request.yaml} | 5 ++--- .../{api-feedback.yaml => c-api-feedback.yaml} | 4 ++-- .../{ui-copy-request.yaml => d-ui-copy-request.yaml} | 0 .../{issue-report.yaml => z-issue-report.yaml} | 12 +++++------- 5 files changed, 15 insertions(+), 18 deletions(-) rename .github/ISSUE_TEMPLATE/{community-request.yaml => a-community-request.yaml} (64%) rename .github/ISSUE_TEMPLATE/{internal-request.yaml => b-internal-request.yaml} (95%) rename .github/ISSUE_TEMPLATE/{api-feedback.yaml => c-api-feedback.yaml} (94%) rename .github/ISSUE_TEMPLATE/{ui-copy-request.yaml => d-ui-copy-request.yaml} (100%) rename .github/ISSUE_TEMPLATE/{issue-report.yaml => z-issue-report.yaml} (75%) diff --git a/.github/ISSUE_TEMPLATE/community-request.yaml b/.github/ISSUE_TEMPLATE/a-community-request.yaml similarity index 64% rename from .github/ISSUE_TEMPLATE/community-request.yaml rename to .github/ISSUE_TEMPLATE/a-community-request.yaml index 1fb613d4f0..89e9cf3fa0 100644 --- a/.github/ISSUE_TEMPLATE/community-request.yaml +++ b/.github/ISSUE_TEMPLATE/a-community-request.yaml @@ -1,14 +1,14 @@ name: "Community documentation request" -description: Request a documentation change or enhancement. -title: "[Request]: " -labels: ["Request", "community"] +description: An issue template for non-Elastic employees to request changes to the documentation. +title: "[Community]: " +labels: ["community"] body: - type: markdown attributes: value: | - Hi 👋. Thanks for taking the time to fill out this request! - This form will create an issue that Elastic's docs team will triage and prioritize. - You can also open a PR instead. + This issue template is for non-Elastic employees to request changes to the documentation. **If you are an Elastic employee, please use the internal issue template instead.** + + This form will create an issue that Elastic's docs team will triage and prioritize. You can also open a PR instead. Thanks for taking the time to fill out this request! - type: textarea id: link attributes: diff --git a/.github/ISSUE_TEMPLATE/internal-request.yaml b/.github/ISSUE_TEMPLATE/b-internal-request.yaml similarity index 95% rename from .github/ISSUE_TEMPLATE/internal-request.yaml rename to .github/ISSUE_TEMPLATE/b-internal-request.yaml index e1df60e5bf..7057cd003c 100644 --- a/.github/ISSUE_TEMPLATE/internal-request.yaml +++ b/.github/ISSUE_TEMPLATE/b-internal-request.yaml @@ -1,7 +1,6 @@ name: "Internal documentation request (Elastic employees)" -description: Request a documentation change or enhancement for any supported release. -title: "[REQUEST]: " -labels: ["request", "Team:Docs"] +description: An issue template for Elastic employees to request improvements, additions, or changes to the documentation. +title: "[Internal]: " body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/api-feedback.yaml b/.github/ISSUE_TEMPLATE/c-api-feedback.yaml similarity index 94% rename from .github/ISSUE_TEMPLATE/api-feedback.yaml rename to .github/ISSUE_TEMPLATE/c-api-feedback.yaml index 05be014e7d..f7a534d4f0 100644 --- a/.github/ISSUE_TEMPLATE/api-feedback.yaml +++ b/.github/ISSUE_TEMPLATE/c-api-feedback.yaml @@ -1,7 +1,7 @@ name: "API docs feedback" description: Tell us about your experience with Elastic API documentation. -title: "[Feedback]: " -labels: ["feedback", "community"] +title: "[API]: " +labels: ["api-feedback"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/ui-copy-request.yaml b/.github/ISSUE_TEMPLATE/d-ui-copy-request.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/ui-copy-request.yaml rename to .github/ISSUE_TEMPLATE/d-ui-copy-request.yaml diff --git a/.github/ISSUE_TEMPLATE/issue-report.yaml b/.github/ISSUE_TEMPLATE/z-issue-report.yaml similarity index 75% rename from .github/ISSUE_TEMPLATE/issue-report.yaml rename to .github/ISSUE_TEMPLATE/z-issue-report.yaml index 0cae163731..368a20dac6 100644 --- a/.github/ISSUE_TEMPLATE/issue-report.yaml +++ b/.github/ISSUE_TEMPLATE/z-issue-report.yaml @@ -1,14 +1,12 @@ -name: "Docs issue" -description: Report documentation issues such as inaccuracies, broken links, typos, or missing information. -title: "[Issue]: " -labels: ["triage"] +name: "Website issue" +description: This issue template should only be used when navigating directly from elastic.co. +title: "[Website]: " +labels: ["source:web"] body: - type: markdown attributes: value: | - Hi 👋. Thanks for taking the time to fill out this issue report! - This form will create an issue that Elastic's docs team will triage and prioritize. - You can also open a PR instead. + Hi 👋. Thanks for taking the time to fill out this issue report! This form will create an issue that Elastic's docs team will triage and prioritize. You can also open a PR instead. - type: dropdown attributes: label: Type of issue From d163f4c3fa75d65f01a5cdf0a66859d9631b8316 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Mon, 19 May 2025 13:31:33 -0400 Subject: [PATCH 08/15] Apply suggestions from code review Co-authored-by: George Wallace --- .github/CODEOWNERS | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a4f8b4a3be..0405844778 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,50 +7,50 @@ /acrolinx/ @elastic/doc-leads # The docs -/cloud-account/ @elastic/platform-docs -/deploy-manage/ @elastic/platform-docs -/explore-analyze/ @elastic/platform-docs -/extend/ @elastic/platform-docs -/get-started/ @elastic/platform-docs +/cloud-account/ @elastic/admin-docs +/deploy-manage/ @elastic/admin-docs +/explore-analyze/ @elastic/core-docs +/extend/ @elastic/core-docs +/get-started/ @elastic/core-docs -/manage-data/ @elastic/platform-docs +/manage-data/ @elastic/admin-docs /manage-data/ingestion/ @elastic/ingest-docs -/reference/ @elastic/platform-docs +/reference/ @elastic/core-docs /reference/data-analysis/ @elastic/docs /reference/data-analysis/observability/ @elastic/experience-docs -/reference/data-analysis/kibana/ @elastic/platform-docs -/reference/data-analysis/machine-learning/ @elastic/platform-docs +/reference/data-analysis/kibana/ @elastic/admin-docs +/reference/data-analysis/machine-learning/ @elastic/developer-docs /reference/data-analysis/observability/ @elastic/experience-docs -/reference/elasticsearch/clients/ @elastic/platform-docs +/reference/elasticsearch/clients/ @elastic/developer-docs /reference/glossary/ @elastic/docs /reference/ingestion-tools/ @elastic/ingest-docs /reference/observability/ @elastic/experience-docs -/reference/search/ @elastic/platform-docs +/reference/search/ @elastic/developer-docs /reference/security/ @elastic/experience-docs /release-notes/ @elastic/docs /release-notes/apm-agents/ @elastic/ingest-docs -/release-notes/elastic-cloud-serverless/ @elastic/platform-docs +/release-notes/elastic-cloud-serverless/ @elastic/admin-docs /release-notes/elastic-observability/ @elastic/ingest-docs @elastic/experience-docs /release-notes/elastic-security/ @elastic/ingest-docs @elastic/experience-docs -/release-notes/elasticsearch-clients/ @elastic/platform-docs +/release-notes/elasticsearch-clients/ @elastic/developer-docs /release-notes/fleet-elastic-agent/ @elastic/ingest-docs /release-notes/intro/ @elastic/docs -/solutions/ @elastic/experience-docs @elastic/platform-docs +/solutions/ @elastic/experience-docs @elastic/developer-docs /solutions/observability/ @elastic/experience-docs /solutions/observability/get-started/ @elastic/ingest-docs -/solutions/search/ @elastic/platform-docs +/solutions/search/ @elastic/developer-docs /solutions/security/ @elastic/experience-docs /troubleshoot/ @elastic/docs -/troubleshoot/deployments/ @elastic/platform-docs -/troubleshoot/elasticsearch/ @elastic/platform-docs +/troubleshoot/deployments/ @elastic/admin-docs +/troubleshoot/elasticsearch/ @elastic/admin-docs /troubleshoot/ingest/ @elastic/ingest-docs -/troubleshoot/kibana/ @elastic/platform-docs -/troubleshoot/monitoring/ @elastic/platform-docs @elastic/experience-docs +/troubleshoot/kibana/ @elastic/admin-docs +/troubleshoot/monitoring/ @elastic/admin-docs @elastic/experience-docs /troubleshoot/observability/ @elastic/ingest-docs @elastic/experience-docs /troubleshoot/security/ @elastic/ingest-docs @elastic/experience-docs @@ -58,5 +58,5 @@ /raw-migrated-files/ @elastic/docs # Legacy serverless docs -/serverless/ @elastic/platform-docs +/serverless/ @elastic/admin-docs /serverless/serverless-changelog.asciidoc @elastic/docs From 349d10ea65ff268372beed8c5c30d57fc8a94472 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Mon, 19 May 2025 13:32:24 -0400 Subject: [PATCH 09/15] Apply suggestions from code review Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> Co-authored-by: George Wallace --- .github/workflows/add-to-board.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-board.yml b/.github/workflows/add-to-board.yml index 9bc44d37e5..fa25c68943 100644 --- a/.github/workflows/add-to-board.yml +++ b/.github/workflows/add-to-board.yml @@ -27,8 +27,8 @@ jobs: { "team:Ingest": "649", "team:Experience": "1034", - "team:Admin": "1232", - "team:Developer": "1232", + "team:Admin": "1927", + "team:Developer": "726", "team:DocsEng": "1625", "team:Obs": "649", "team:Platform": "1232", From d682e63d2ea046acb6fa6c7bb8d0b21bfe4d6c62 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Mon, 19 May 2025 13:34:45 -0400 Subject: [PATCH 10/15] Update CODEOWNERS --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0405844778..5d4601bb8e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -33,8 +33,8 @@ /release-notes/apm-agents/ @elastic/ingest-docs /release-notes/elastic-cloud-serverless/ @elastic/admin-docs -/release-notes/elastic-observability/ @elastic/ingest-docs @elastic/experience-docs -/release-notes/elastic-security/ @elastic/ingest-docs @elastic/experience-docs +/release-notes/elastic-observability/ @elastic/ski-docs +/release-notes/elastic-security/ @elastic/ski-docs /release-notes/elasticsearch-clients/ @elastic/developer-docs /release-notes/fleet-elastic-agent/ @elastic/ingest-docs /release-notes/intro/ @elastic/docs @@ -51,8 +51,8 @@ /troubleshoot/ingest/ @elastic/ingest-docs /troubleshoot/kibana/ @elastic/admin-docs /troubleshoot/monitoring/ @elastic/admin-docs @elastic/experience-docs -/troubleshoot/observability/ @elastic/ingest-docs @elastic/experience-docs -/troubleshoot/security/ @elastic/ingest-docs @elastic/experience-docs +/troubleshoot/observability/ @elastic/ski-docs +/troubleshoot/security/ @elastic/ski-docs # Raw migrated files /raw-migrated-files/ @elastic/docs From 9c8efd9ff29a88ce9f46f2c169dc4b082147018a Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Tue, 20 May 2025 13:28:17 -0400 Subject: [PATCH 11/15] Apply suggestions from code review Co-authored-by: florent-leborgne --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5d4601bb8e..1d9ed057f1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,7 +9,7 @@ # The docs /cloud-account/ @elastic/admin-docs /deploy-manage/ @elastic/admin-docs -/explore-analyze/ @elastic/core-docs +/explore-analyze/ @elastic/core-docs @elastic/experience-docs /extend/ @elastic/core-docs /get-started/ @elastic/core-docs @@ -19,7 +19,7 @@ /reference/ @elastic/core-docs /reference/data-analysis/ @elastic/docs /reference/data-analysis/observability/ @elastic/experience-docs -/reference/data-analysis/kibana/ @elastic/admin-docs +/reference/data-analysis/kibana/ @elastic/admin-docs @elastic/experience-docs /reference/data-analysis/machine-learning/ @elastic/developer-docs /reference/data-analysis/observability/ @elastic/experience-docs /reference/elasticsearch/clients/ @elastic/developer-docs @@ -41,7 +41,7 @@ /solutions/ @elastic/experience-docs @elastic/developer-docs /solutions/observability/ @elastic/experience-docs -/solutions/observability/get-started/ @elastic/ingest-docs +/solutions/observability/get-started/ @elastic/ingest-docs @elastic/experience-docs /solutions/search/ @elastic/developer-docs /solutions/security/ @elastic/experience-docs @@ -49,7 +49,7 @@ /troubleshoot/deployments/ @elastic/admin-docs /troubleshoot/elasticsearch/ @elastic/admin-docs /troubleshoot/ingest/ @elastic/ingest-docs -/troubleshoot/kibana/ @elastic/admin-docs +/troubleshoot/kibana/ @elastic/admin-docs @elastic/experience-docs /troubleshoot/monitoring/ @elastic/admin-docs @elastic/experience-docs /troubleshoot/observability/ @elastic/ski-docs /troubleshoot/security/ @elastic/ski-docs From e4e35b44e79971fa2cc187c084ef7b857bcb0add Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Tue, 20 May 2025 17:08:40 -0400 Subject: [PATCH 12/15] Apply suggestions from code review Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> Co-authored-by: Colleen McGinnis --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1d9ed057f1..5d9630fc22 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,15 +14,18 @@ /get-started/ @elastic/core-docs /manage-data/ @elastic/admin-docs +/manage-data/data-store/ @elastic/admin-docs @elastic/developer-docs /manage-data/ingestion/ @elastic/ingest-docs /reference/ @elastic/core-docs +/reference/apm-agents/ @elastic/ingest-docs /reference/data-analysis/ @elastic/docs /reference/data-analysis/observability/ @elastic/experience-docs -/reference/data-analysis/kibana/ @elastic/admin-docs @elastic/experience-docs +/reference/data-analysis/kibana/ @elastic/experience-docs /reference/data-analysis/machine-learning/ @elastic/developer-docs /reference/data-analysis/observability/ @elastic/experience-docs /reference/elasticsearch/clients/ @elastic/developer-docs +/reference/fleet/ @elastic/ingest-docs /reference/glossary/ @elastic/docs /reference/ingestion-tools/ @elastic/ingest-docs /reference/observability/ @elastic/experience-docs From 8aad9e87139e8fa20656e92807d2c5fede60df0c Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Tue, 20 May 2025 17:09:27 -0400 Subject: [PATCH 13/15] Apply suggestions from code review Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5d9630fc22..98642dc539 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,7 +17,7 @@ /manage-data/data-store/ @elastic/admin-docs @elastic/developer-docs /manage-data/ingestion/ @elastic/ingest-docs -/reference/ @elastic/core-docs +/reference/ @elastic/docs /reference/apm-agents/ @elastic/ingest-docs /reference/data-analysis/ @elastic/docs /reference/data-analysis/observability/ @elastic/experience-docs From 831ef768bb2c4e0ab8948807bbfb325a23a9e395 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Tue, 20 May 2025 17:10:50 -0400 Subject: [PATCH 14/15] Update .github/CODEOWNERS Co-authored-by: Colleen McGinnis --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 98642dc539..f634ccf9ac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,7 +15,7 @@ /manage-data/ @elastic/admin-docs /manage-data/data-store/ @elastic/admin-docs @elastic/developer-docs -/manage-data/ingestion/ @elastic/ingest-docs +/manage-data/ingest/ @elastic/ingest-docs /reference/ @elastic/docs /reference/apm-agents/ @elastic/ingest-docs From 69a875e51852e550fe93b299b4ab1774d3d9ffdd Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Tue, 20 May 2025 17:12:03 -0400 Subject: [PATCH 15/15] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f634ccf9ac..70db9236d2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -44,7 +44,7 @@ /solutions/ @elastic/experience-docs @elastic/developer-docs /solutions/observability/ @elastic/experience-docs -/solutions/observability/get-started/ @elastic/ingest-docs @elastic/experience-docs +/solutions/observability/get-started/ @elastic/ski-docs /solutions/search/ @elastic/developer-docs /solutions/security/ @elastic/experience-docs