[windows/perfmon] - Expose match_by_parent_instance option for perfmon#15763
[windows/perfmon] - Expose match_by_parent_instance option for perfmon#15763rdner merged 7 commits intoelastic:mainfrom
Conversation
Co-authored-by: Denis <denis@rdner.de>
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
applocker_exe_and_dll |
6134.97 | 4545.45 | -1589.52 (-25.91%) | 💔 |
applocker_packaged_app_execution |
12195.12 | 9803.92 | -2391.2 (-19.61%) | 💔 |
forwarded |
1221 | 928.51 | -292.49 (-23.95%) | 💔 |
windows_defender |
11363.64 | 9615.38 | -1748.26 (-15.38%) | 💔 |
To see the full report comment with /test benchmark fullreport
rdner
left a comment
There was a problem hiding this comment.
We need testing steps in the description that would demonstrate that the rendered Filebeat configuration (can be acquired from Elastic Agent Diagnostics, path ./components/*/beat-rendered-config.yml) contains the right option in the right place.
|
@rdner Thanks! I'll attach some screenshots as well. I have them on my windows but it's not booting up. I'll update you once i do it. |
Co-authored-by: Denis <denis@rdner.de>
|
@rdner I've attached the screenshots to the PR description and added testing steps. |
💚 Build Succeeded
History
|
|
Package windows - 3.2.0 containing this change is available at https://epr.elastic.co/package/windows/3.2.0/ |
elastic#15763) Expose the "Perfmon Match By Parent Instance" option in Windows Perfmon (default=true). When unchecked, unique instance names are used for processes with the same name. Co-authored-by: Denis <denis@rdner.de>
Proposed commit message
Add match_by_parent_instance option to windows perfmon datastream.
This option defaults to
truebecause it is enabled by default in beats.Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
elastic-package buildwindows.perfmon.instancevalues in default mode (It should showsvchost,connhostetc.)match_parent_by_instanceboolean and update the policywindows.perfmon.instancevalues in default mode (you should seesvchost#1,svchost#2,connhost#2etc.)Related issues
Screenshots
The option on integrations page
Instance names with
match_by_parent_instanceenabled (default)Instance names with
match_by_parent_instancedisabledbeat_rendered_config.yaml