-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Open
Labels
Team:FleetTeam label for Observability Data Collection Fleet teamTeam label for Observability Data Collection Fleet teamstaleUsed to mark issues that were closed for being staleUsed to mark issues that were closed for being stale
Description
Blocked by elastic/elasticsearch#109093
In Kibana versions >= 8.10.x it was found a bug in the response of range queries when the mappings are of keyword type
Original ticket: #167139
The reason seems to be that version numbers will work correctly as keyword until the numbers have multiple digits in them.
Suggested solutions
- Switching the field in question to “version”
- Switching the field in question to “version” field type in newly created indices and fixing older indices using a runtime field (see this comment)
This option seems a bit "hacky" and might also be slower.
Tasklist
Determine how updating this mapping would impact dashboards, visualizations, etc when agent.version may be mapped as two different types in query results.
This would be a breaking change and we should asses the possible impacts across the whole UI before proceeding with a fix.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Team:FleetTeam label for Observability Data Collection Fleet teamTeam label for Observability Data Collection Fleet teamstaleUsed to mark issues that were closed for being staleUsed to mark issues that were closed for being stale