-
Notifications
You must be signed in to change notification settings - Fork 418
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
Add meta
information to fields where this applied
#721
Comments
Related Elasticsearch PR working to document standard metadata entries: elastic/elasticsearch#61941 |
Adding some additional details as metadata entries become more formalized. Valid values for
Valid values for
|
Related package spec discussion: elastic/package-spec#42 |
Implementation underway here elastic/integrations#402 |
Need to clarify if it's |
Confirmed it's |
_meta
information to fields where this appliedmeta
information to fields where this applied
This issue has appeared when discussing about the inclusion of dimension fields, here elastic/package-spec#247, but I think that dimensions are a different case. A field can be a dimension in some integration, but not in others, but it should be always used with the same type.
Regarding this, not sure if this influences the implementation here in ECS, but take into account that the metric type is now a mapping setting, see elastic/elasticsearch#74014 The unit should still be stored in meta. |
Thanks for the insights, @jsoriano. I've wanted to revisit this topic and align ECS (where it makes sense) with recent developments around metrics/TSDB. |
Elasticsearch recently added the possibility to store
meta
field information.We should add support in ECS tooling to start specifying this information, for fields where this applies. The initial proposal is to start defining the following, but more may come:
Tasks:
I don't think ECS has a field that tracks percentages at this time. But if it does, we should populate it as well.
The text was updated successfully, but these errors were encountered: