From c5ad2dc045d7ea53038973a5212627ad69bd53c1 Mon Sep 17 00:00:00 2001 From: Melissa Date: Tue, 17 Sep 2024 14:54:30 -0600 Subject: [PATCH 1/3] update readme for packages with ml modules --- packages/apache/_dev/build/docs/README.md | 2 +- packages/apache/docs/README.md | 2 +- packages/nginx/_dev/build/docs/README.md | 2 +- packages/nginx/docs/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/apache/_dev/build/docs/README.md b/packages/apache/_dev/build/docs/README.md index a3bb7d3554f..a8b41711b4f 100644 --- a/packages/apache/_dev/build/docs/README.md +++ b/packages/apache/_dev/build/docs/README.md @@ -89,7 +89,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur {{fields "status"}} -## ML Modules +## Anomaly Detection Configurations These anomaly detection jobs are available in the Machine Learning app in Kibana when you have data that matches the query specified in the diff --git a/packages/apache/docs/README.md b/packages/apache/docs/README.md index 63985bc67c9..07a81b83e6a 100644 --- a/packages/apache/docs/README.md +++ b/packages/apache/docs/README.md @@ -496,7 +496,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur | service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword | | | -## ML Modules +## Anomaly Detection Configurations These anomaly detection jobs are available in the Machine Learning app in Kibana when you have data that matches the query specified in the diff --git a/packages/nginx/_dev/build/docs/README.md b/packages/nginx/_dev/build/docs/README.md index c5438106d36..ea8415ebde6 100644 --- a/packages/nginx/_dev/build/docs/README.md +++ b/packages/nginx/_dev/build/docs/README.md @@ -112,7 +112,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur {{fields "stubstatus"}} -## ML Modules +## Anomaly Detection Configurations These anomaly detection jobs are available in the Machine Learning app in Kibana when you have data that matches the query specified in the diff --git a/packages/nginx/docs/README.md b/packages/nginx/docs/README.md index 982ab778586..9bfcb4e3c99 100644 --- a/packages/nginx/docs/README.md +++ b/packages/nginx/docs/README.md @@ -460,7 +460,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur | service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword | | -## ML Modules +## Anomaly Detection Configurations These anomaly detection jobs are available in the Machine Learning app in Kibana when you have data that matches the query specified in the From fd628495c406f148ecb32061c9921c3a72101e13 Mon Sep 17 00:00:00 2001 From: Melissa Date: Wed, 18 Sep 2024 16:13:38 -0600 Subject: [PATCH 2/3] update changelog --- packages/apache/changelog.yml | 7 ++++++- packages/nginx/changelog.yml | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/apache/changelog.yml b/packages/apache/changelog.yml index c4322be11a5..1e74ef88ae6 100644 --- a/packages/apache/changelog.yml +++ b/packages/apache/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.25.1" + changes: + - description: Update documentation to match renamed Machine Learning asset. + type: enhancement + link: https://github.com/elastic/integrations/pull/11165 - version: "1.25.0" changes: - description: "Allow configuration of ignoring older events in apache access log datastream." @@ -216,7 +221,7 @@ - description: Convert to generated ECS fields type: enhancement link: https://github.com/elastic/integrations/pull/1463 -- version: '0.9.1' +- version: "0.9.1" changes: - description: update to ECS 1.11.0 type: enhancement diff --git a/packages/nginx/changelog.yml b/packages/nginx/changelog.yml index 582b3c4379a..a5c9bad9cba 100644 --- a/packages/nginx/changelog.yml +++ b/packages/nginx/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.23.1" + changes: + - description: Update documentation to match renamed Machine Learning asset. + type: enhancement + link: https://github.com/elastic/integrations/pull/11165 - version: "1.23.0" changes: - description: Add processor support for stubstatus data stream. From 23d19eeefd37ac0c1a74ce4977406e9dc4bf8d1a Mon Sep 17 00:00:00 2001 From: Melissa Date: Thu, 19 Sep 2024 10:05:49 -0600 Subject: [PATCH 3/3] Revert "update changelog" This reverts commit fd628495c406f148ecb32061c9921c3a72101e13. --- packages/apache/changelog.yml | 7 +------ packages/nginx/changelog.yml | 5 ----- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/packages/apache/changelog.yml b/packages/apache/changelog.yml index 1e74ef88ae6..c4322be11a5 100644 --- a/packages/apache/changelog.yml +++ b/packages/apache/changelog.yml @@ -1,9 +1,4 @@ # newer versions go on top -- version: "1.25.1" - changes: - - description: Update documentation to match renamed Machine Learning asset. - type: enhancement - link: https://github.com/elastic/integrations/pull/11165 - version: "1.25.0" changes: - description: "Allow configuration of ignoring older events in apache access log datastream." @@ -221,7 +216,7 @@ - description: Convert to generated ECS fields type: enhancement link: https://github.com/elastic/integrations/pull/1463 -- version: "0.9.1" +- version: '0.9.1' changes: - description: update to ECS 1.11.0 type: enhancement diff --git a/packages/nginx/changelog.yml b/packages/nginx/changelog.yml index a5c9bad9cba..582b3c4379a 100644 --- a/packages/nginx/changelog.yml +++ b/packages/nginx/changelog.yml @@ -1,9 +1,4 @@ # newer versions go on top -- version: "1.23.1" - changes: - - description: Update documentation to match renamed Machine Learning asset. - type: enhancement - link: https://github.com/elastic/integrations/pull/11165 - version: "1.23.0" changes: - description: Add processor support for stubstatus data stream.