From 4e00904f36dadde42eeaafa11e91e126f8732cb8 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Tue, 7 Nov 2023 18:06:08 +0100 Subject: [PATCH] Remove an entry in the changelog --- changelog/8.11.0.asciidoc | 1 - changelog/8.11.0.yaml | 12 ------- ...35373-Add-component-fields-to-metrics.yaml | 32 +++++++++++++++++++ 3 files changed, 32 insertions(+), 13 deletions(-) create mode 100644 changelog/fragments/1697735373-Add-component-fields-to-metrics.yaml diff --git a/changelog/8.11.0.asciidoc b/changelog/8.11.0.asciidoc index a5547a34821..30f534fe478 100644 --- a/changelog/8.11.0.asciidoc +++ b/changelog/8.11.0.asciidoc @@ -64,7 +64,6 @@ elastic-agent:: * Add Support For Processors In Hints-Based Kubernetes Autodiscover. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3107[#https://github.com/elastic/elastic-agent/pull/3107] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/2959[#https://github.com/elastic/elastic-agent/issues/2959] * Print Out Elastic Agent Installation Steps To Show Progress. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3338[#https://github.com/elastic/elastic-agent/pull/3338] -* Add Component {Id, Binary} To Monitoring Metrics From Elastic-Agent And Beats. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3626[#https://github.com/elastic/elastic-agent/pull/3626] {elastic-agent-issue}https://github.com/elastic/integrations/issues/7977[#https://github.com/elastic/integrations/issues/7977] [discrete] diff --git a/changelog/8.11.0.yaml b/changelog/8.11.0.yaml index 9971bca0c5b..b20c71f12e7 100644 --- a/changelog/8.11.0.yaml +++ b/changelog/8.11.0.yaml @@ -169,18 +169,6 @@ entries: file: name: 1697662109-upgrade-elastic-agent-libs-to-v0.6.0.yaml checksum: 70d3e8469fce838d73781c409d9dd7592adbddc8 - - kind: feature - summary: Add component {id, binary} to monitoring metrics from Elastic-Agent and Beats. - description: "" - component: elastic-agent - pr: - - https://github.com/elastic/elastic-agent/pull/3626 - issue: - - https://github.com/elastic/integrations/issues/7977 - timestamp: 1697735373 - file: - name: 1697735373-Add-component-fields-to-metrics.yaml - checksum: e78d27aa33269834757dceee23e195ae6ea8ecd5 - kind: bug-fix summary: Increase wait period between service restarts on failure to 15s on Windows. description: This is the same value used by other Elastic windows services like endpoint-security. diff --git a/changelog/fragments/1697735373-Add-component-fields-to-metrics.yaml b/changelog/fragments/1697735373-Add-component-fields-to-metrics.yaml new file mode 100644 index 00000000000..780093d1434 --- /dev/null +++ b/changelog/fragments/1697735373-Add-component-fields-to-metrics.yaml @@ -0,0 +1,32 @@ +# Kind can be one of: +# - breaking-change: a change to previously-documented behavior +# - deprecation: functionality that is being removed in a later release +# - bug-fix: fixes a problem in a previous version +# - enhancement: extends functionality but does not break or fix existing behavior +# - feature: new functionality +# - known-issue: problems that we are aware of in a given version +# - security: impacts on the security of a product or a user’s deployment. +# - upgrade: important information for someone upgrading from a prior version +# - other: does not fit into any of the other categories +kind: feature + +# Change summary; a 80ish characters long description of the change. +summary: Add component.{id, binary} to monitoring metrics from Elastic-Agent and Beats + +# Long description; in case the summary is not enough to describe the change +# this field accommodate a description without length limits. +# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment. +#description: + +# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc. +component: elastic-agent + +# PR URL; optional; the PR number that added the changeset. +# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added. +# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number. +# Please provide it if you are adding a fragment for a different PR. +pr: https://github.com/elastic/elastic-agent/pull/3626 + +# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of). +# If not present is automatically filled by the tooling with the issue linked to the PR number. +issue: https://github.com/elastic/integrations/issues/7977