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 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