elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.5k stars 8.05k forks source link

[Fleet] Always default to 1000 fields as field limit #179888

Open flash1293 opened 3 months ago

flash1293 commented 3 months ago

With https://github.com/elastic/kibana/pull/178398, the default field limit for data streams created via fleet was limited to 1000 from the previous default of 10,000.

While an explicit limit specified in the elasticsearch config of the datastream manifest of the package is respected, in order to avoid breaking existing integrations, the limit of 10,000 is kept if there are more than 500 fields explicitly specified as part of the datastream in the package.

This heuristic should eventually be removed in a safe way:

elasticmachine commented 3 months ago

Pinging @elastic/fleet (Team:Fleet)