[system/process][system/process_summary] Add support degrade_on_partial#13074
[system/process][system/process_summary] Add support degrade_on_partial#13074VihasMakwana merged 13 commits intoelastic:mainfrom
degrade_on_partial#13074Conversation
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
|
Folks, can someone take a look? |
Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
🚀 Benchmarks reportTo see the full report comment with |
packages/system/manifest.yml
Outdated
| required: false | ||
| show_user: true | ||
| description: The proc filesystem base directory. | ||
| - name: degrade_on_partial |
There was a problem hiding this comment.
Since this is a new config added in beats. Can you please confirm its present in which stack versions.
Do we need to update the kibana version here ?
There was a problem hiding this comment.
It will be available in 9.x release. We kibana version at 9.0.0
integrations/packages/system/manifest.yml
Line 11 in 455c5e2
There was a problem hiding this comment.
Since this config option is true only for process and process_summary. Let's put it in manifest for just those 2 datastreams. This way this config option will appear for all datastreams which is incorrect.
There was a problem hiding this comment.
@ishleenk17 this should be good to go now. Can you take another look?
Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com>
Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com>
💚 Build Succeeded
History
|
|
|
Package system - 1.69.0 containing this change is available at https://epr.elastic.co/package/system/1.69.0/ |


Add support for
degrade_on_partialvariable exposed by elastic/elastic-agent#6640 and elastic/beats#42160.