[System Integration] Add reference to the process configuration section#17351
Merged
alaudazzi merged 5 commits intoelastic:mainfrom Feb 12, 2026
Merged
Conversation
Contributor
✅ Vale Linting ResultsNo issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
ishleenk17
reviewed
Feb 11, 2026
| The System `process` data stream provides process statistics. One document is | ||
| provided for each process. | ||
| provided for each process. | ||
| Refer to the [Configuration](docs-content://reference/beats/docs/reference/metricbeat/metricbeat-metricset-system-process.md##_configuration_12) section for more details on how to change the process configuration. |
Member
There was a problem hiding this comment.
Any reason why we point to beats documentation in Integrations code ?
Member
Author
There was a problem hiding this comment.
To provide more details on the configuration steps.
🚀 Benchmarks reportTo see the full report comment with |
ishleenk17
approved these changes
Feb 12, 2026
💚 Build Succeeded
History
cc @alaudazzi |
|
Package system - 2.12.2 containing this change is available at https://epr.elastic.co/package/system/2.12.2/ |
jakubgalecki0
pushed a commit
to jakubgalecki0/integrations
that referenced
this pull request
Feb 19, 2026
…on (elastic#17351) * Add reference to the process configuration section * docs: update changelogs and build documentation * Update the generated readme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a reference to the Configuration section which provides more details on how to configure the system integration to emit processes.
Closes elastic/docs-content#2607