Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Load sample data in serverless (elastic#165157)
## Summary Closes elastic#165114 Closes elastic#165368 Unable to create sample data index "kibana_sample_data_flights", error: illegal_argument_exception Root causes: illegal_argument_exception: Settings [index.auto_expand_replicas,index.number_of_shards] are not available when running in serverless mode <img width="1441" alt="Screenshot 2023-08-30 at 11 21 03 AM" src="https://github.com/elastic/kibana/assets/20343860/14f580f2-5dff-496f-907c-31007b3904f1"> found in [logs](https://overview.qa.cld.elstc.co/s/appex/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:60000),time:(from:'2023-08-30T16:48:55.621Z',to:'2023-08-30T18:27:14.583Z'))&_a=(columns:!(),filters:!(),grid:(columns:(request_method.keyword:(width:814))),hideAggregatedPreview:!f,index:'2e3efa6b-bb9e-48a7-a1b5-af690e556a6b',interval:auto,query:(language:kuery,query:'kubernetes.labels.k8s_elastic_co%2Fproject-id:%20%22d660f827d17a4e3f9662d473461c099c%22%20'),sort:!(!('@timestamp',desc)),viewMode:aggregated)) in the message field when filtering by project by kubernetes.labels.k8s_elastic_co/project-id: "d660f827d17a4e3f9662d473461c099c" - [x] TODO set up FTR that should have caught this to confirm this fix works in serverless environments (based off the home page object) --------- Co-authored-by: Sébastien Loix <[email protected]>
- Loading branch information