-
Notifications
You must be signed in to change notification settings - Fork 72
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 support for _meta in fields.yml #42
Comments
Let's move this forward, elastic/elasticsearch#61941 was merged, we want to add
I'm leaning towards second option, things would look like this in
Note: Eventually That would translate into a mapping like:
Valid values for |
I'm also in favor of option 2 as it feels less abstract. The disadvantage is that we decouple the fields.yml more from the actual index template structure but this is already partially the case. |
I'm also in favor of option 2 for the following reasons:
|
Created elastic/kibana#82273 as a followup. |
* Implementing lint subcommand * Silence usage on validation errors * Re-fetching validator package * Sort imports * Re-formatting * Move SilenceUsage to root cmd * Fixing mistake made in rebase * Refactoring: extracting FindPackageRoot * Adding godocs
In elastic/elasticsearch#61941 a standardised way on how to use
_meta
information on fields is documented. On the spec side these standard _meta entries should be supported and validated.The text was updated successfully, but these errors were encountered: