You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user has the ability to add multiple fields, at the policy level, to the ingested data from all the agents in that policy. We would like to be able to determine how many fields on average are being added via this mechanism.
Capture telemtery that shows count of fields added to each policy that's configured in a given cluster.
The text was updated successfully, but these errors were encountered:
@kpollich Do you think it makes sense for this issue to be transferred to the Kibana repo, since the implementation for the data tagging / add_field feature is being done entirely in Kibana now, e.g. #183563?
@kpollich Do you think it makes sense for this issue to be transferred to the Kibana repo, since the implementation for the data tagging / add_field feature is being done entirely in Kibana now, e.g. elastic/kibana#183563?
Yes this can move over to Kibana as we can report this data by querying Kibana objects.
We can add two properties to that does it make sense to you?
"agent_policies": {
"count": 6,
"output_types": [
"elasticsearch"
],
+ "count_with_global_data_tags": 2, // Count of policies using global data tags+ "avg_number_global_data_tags_per_policy": 3 // Average number of fields per policy
},
The user has the ability to add multiple fields, at the policy level, to the ingested data from all the agents in that policy. We would like to be able to determine how many fields on average are being added via this mechanism.
The text was updated successfully, but these errors were encountered: