-
Notifications
You must be signed in to change notification settings - Fork 474
[system/process][system/process_summary] Add support degrade_on_partial
#13074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[system/process][system/process_summary] Add support degrade_on_partial
#13074
Conversation
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
@@ -78,6 +78,23 @@ policy_templates: | |||
required: false | |||
show_user: true | |||
description: The proc filesystem base directory. | |||
- name: degrade_on_partial |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be available in 9.x release. We kibana version at 9.0.0
integrations/packages/system/manifest.yml
Line 11 in 455c5e2
version: "^8.17.0 || ^9.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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_partial
variable exposed by elastic/elastic-agent#6640 and elastic/beats#42160.