-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Improve top-level docs on mapping field types. #57548
Comments
Pinging @elastic/es-search (:Search/Mapping) |
Pinging @elastic/es-docs (>docs) |
A couple other ideas:
|
I added a short comment in the field caps docs but I imagine it could be expanded on. |
I've been working on this in #61117 and stumbled across this reference in the Beats dev guide:
https://www.elastic.co/guide/en/beats/devguide/current/metricset-details.html#_fields_yml I don't think @jtibshirani @dedemorton What are your thoughts? I like the idea of better organizing these types around family/use case. However, that may mean maintaining a list of unsupported field types in the Metricbeat docs. |
Depending on the new grouping, it could make sense to retain a section for 'core' data types. But I agree that 'core' is not meant to be an official concept, and we regularly add (and may remove) field types from this section. It feels more robust for Metricbeat to not rely on this section and instead explain what field types are supported/ unsupported. |
Opened elastic/beats#20671 to capture this. |
I'm going to close now that @jrodewig merged #53175 to reorganize the field types and define type families. We also opened #61441 to track combining all the types in the It'd be great to provide more guidance on choosing the right mappings (through a 'how to' page, visual guide, or even a 'mappings suggestion API'?), but we can plan to address that separately. |
As we’ve added more field types, the list of mapping types has grown quite long. For users, the list of options can be a bit overwhelming and hard to navigate.
To help address this, we could reorganize the reference on field types:
text
,completion
, andsearch_as_you_type
, etc.Other suggestions are very welcome!
The text was updated successfully, but these errors were encountered: