mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
closes https://github.com/elastic/kibana/issues/165366 closes https://github.com/elastic/kibana/issues/165367 close https://github.com/elastic/kibana/issues/165697 replaces https://github.com/elastic/kibana/pull/165337 Serverless elasticsearch does not support index setting `number_of_shards` PR resolves issue be removing `number_of_shards`. When `number_of_shards` was introduced way back when, the default value was 5. Now the default value is one. Therefore there is no point providing the setting since its the same as the default. Just removing so code works across both serverless and traditional deployments PR also cleans up some types that are duplicative of elasticsearch types --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Tiago Costa <tiago.costa@elastic.co> |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
jest.config.js | ||
kibana.jsonc | ||
tsconfig.json |