Skip to content

Conversation

orestisfl
Copy link
Contributor

@orestisfl orestisfl commented Oct 15, 2025

Proposed commit message

  • Bump the package version to 1.0.0.
  • Remove the 'experimental' release status from all data streams.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

How to test this PR locally

elastic-package build

Related issues

Screenshots

image

- Bump the package version to 1.0.0.
- Remove the 'experimental' release status from all data streams.
- Update the 'Running Services' visualization to use 'system.service.name'.
@orestisfl orestisfl self-assigned this Oct 15, 2025
@orestisfl orestisfl requested a review from a team as a code owner October 15, 2025 17:58
@orestisfl orestisfl added the enhancement New feature or request label Oct 15, 2025
@andrewkroh andrewkroh added dashboard Relates to a Kibana dashboard bug, enhancement, or modification. Integration:linux Linux Metrics Team:Elastic-Agent-Data-Plane Agent Data Plane team [elastic/elastic-agent-data-plane] labels Oct 15, 2025
@elasticmachine
Copy link

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

Comment on lines 2 to 6
- version: "1.0.0"
changes:
- description: Release package as GA
type: bugfix
link: https://github.com/elastic/integrations/pull/1234
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally the bug fix and the release would be different PRs, it's extremely unlikely, but if we ever need to roll back the bug fix, that should not affect the release status.

Conceptually I also don't like to have the release changelog entry as type bugfix. The act of making it GA is not a bug fix.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's split this in two PRs.
One that will go first with the bug fix and the second one making this GA.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pulled the change out to #15688

@orestisfl orestisfl removed the dashboard Relates to a Kibana dashboard bug, enhancement, or modification. label Oct 20, 2025
orestisfl added a commit that referenced this pull request Oct 20, 2025
## Proposed commit message
Fixes the sourceField for the service name in the Linux system dashboard.

The Running Services (3) before, used `service.type` which, on my system, takes the values of `system`, `linux`, and `http`. I would expect that I see the total amount of services instead, like the ones that are listed on the graphs below.

## Related issues

- Related #15658
- Related elastic/ingest-dev#6162

## Screenshots

<img width="2293" height="1257" alt="image" src="https://github.com/user-attachments/assets/7ae5ddec-2b13-4730-9894-53063d3db1d2" />
@elasticmachine
Copy link

💚 Build Succeeded

History

cc @orestisfl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Integration:linux Linux Metrics Team:Elastic-Agent-Data-Plane Agent Data Plane team [elastic/elastic-agent-data-plane]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants