From 1915aca698c84b8b1c77ad72abce76d5b0798aa5 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Tue, 20 Sep 2022 14:00:32 -0400 Subject: [PATCH 1/2] mattermost - Add product doc link --- packages/mattermost/_dev/build/docs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/mattermost/_dev/build/docs/README.md b/packages/mattermost/_dev/build/docs/README.md index fce614b27f6..c775b293e72 100644 --- a/packages/mattermost/_dev/build/docs/README.md +++ b/packages/mattermost/_dev/build/docs/README.md @@ -1,6 +1,8 @@ # Mattermost Integration -The Mattermost integration collects logs from Mattermost servers. This integration has been tested with Mattermost version 5.31.9 but is expected to work with other versions. +The Mattermost integration collects logs from [Mattermost]( +https://docs.mattermost.com/) servers. This integration has been tested with +Mattermost version 5.31.9 but is expected to work with other versions. ## Logs From 6900f04180d27aed7fbd1bb26d4562e33c6a86ce Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Tue, 20 Sep 2022 14:04:49 -0400 Subject: [PATCH 2/2] Update readme and changelog [git-generate] cd packages/mattermost elastic-package build elastic-package changelog add --description "Add link to Mattermost documentation." --link https://github.com/elastic/integrations/pull/4247 --next patch --type enhancement --- packages/mattermost/changelog.yml | 5 +++++ packages/mattermost/docs/README.md | 4 +++- packages/mattermost/manifest.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/mattermost/changelog.yml b/packages/mattermost/changelog.yml index 4e013d9626d..a766778f3b2 100644 --- a/packages/mattermost/changelog.yml +++ b/packages/mattermost/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.2" + changes: + - description: Add link to Mattermost documentation. + type: enhancement + link: https://github.com/elastic/integrations/pull/4247 - version: "1.4.1" changes: - description: Use ECS geo.location definition. diff --git a/packages/mattermost/docs/README.md b/packages/mattermost/docs/README.md index eb65c6786df..ceb1cdc8c05 100644 --- a/packages/mattermost/docs/README.md +++ b/packages/mattermost/docs/README.md @@ -1,6 +1,8 @@ # Mattermost Integration -The Mattermost integration collects logs from Mattermost servers. This integration has been tested with Mattermost version 5.31.9 but is expected to work with other versions. +The Mattermost integration collects logs from [Mattermost]( +https://docs.mattermost.com/) servers. This integration has been tested with +Mattermost version 5.31.9 but is expected to work with other versions. ## Logs diff --git a/packages/mattermost/manifest.yml b/packages/mattermost/manifest.yml index 99bdafbf6ea..9af061f14f0 100644 --- a/packages/mattermost/manifest.yml +++ b/packages/mattermost/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: mattermost title: "Mattermost" -version: 1.4.1 +version: 1.4.2 license: basic description: Collect logs from Mattermost with Elastic Agent. type: integration