elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.25k stars 24.86k forks source link

Remove multi-value restriction from time series dimension fields. #106301

Open lkts opened 8 months ago

lkts commented 8 months ago

Elasticsearch Version

8.7.0 and above

Installed Plugins

No response

Java Version

bundled

OS Version

-

Problem Description

As identified in #106203 documentation states Field values cannot be an array or multi-value.. We should consider removing these restrictions.

Steps to Reproduce

-

Logs (if relevant)

No response

elasticsearchmachine commented 8 months ago

Pinging @elastic/es-docs (Team:Docs)

elasticsearchmachine commented 8 months ago

Pinging @elastic/es-storage-engine (Team:StorageEngine)

lkts commented 8 months ago

Related to #99044 too.

leemthompo commented 8 months ago

@lkts are you comfortable opening a docs PR? Sounds like a small change? :)

martijnvg commented 8 months ago

@leemthompo This also involves a code change, so this one falls on the storage engine team.

lkts commented 4 months ago

110387