Perfmon should generate unified static layout events for each performance monitor #12262
Labels
enhancement
Metricbeat
Metricbeat
Stalled
Team:Integrations
Label for the Integrations team
:Windows
I think the best would be to generate single event per performance counter value and use pre-defined field names so the result could look like this:
{
"windows": {
"perfmon": {
"category" : ".NET CLR Exceptions",
"instance" : "??APP_CLR_PROC??",
"name" : "my_counter_name",
"value" : 0.0
}
}
}
There are many advantages:
Our use case: large number of teams, some of them managing metricbeat configuration by themselves. Large number of perfcounters. Each new counter requires us to refresh the Kibana index pattern mapping, also it is not possible to find the perfcounter by name, ...
I also commented it here:
#6584 (comment)
The text was updated successfully, but these errors were encountered: