kibana/test/functional/fixtures/es_archiver
Joe Reuter b0e6a41220
[Lens] Performance journey (#140195)
* add Lens performance journey

* cleanup

* always wait

* Update utils.ts

* gzip mappings

Co-authored-by: Liza Katz <liza.katz@elastic.co>
2022-09-14 16:15:53 +02:00
..
alias [esArchiver] stable archives (#30477) 2019-02-11 11:16:25 -08:00
dashboard/current/data cleanup test/functional/fixtures/es_archiver/dashboard/legacy (#133827) 2022-06-08 16:34:34 -05:00
date_nanos [Archive Migration] kbn_archive date_nanos (#125838) 2022-02-17 08:41:28 -06:00
date_nanos_custom [Archive Migration] kbn_archive date_nanos (#125838) 2022-02-17 08:41:28 -06:00
date_nanos_mixed [Archive Migration] kbn_archive date_nanos (#125838) 2022-02-17 08:41:28 -06:00
date_nested split date_nested kbn_archive out of es_archive (#124646) 2022-02-08 08:44:50 -06:00
deprecations_service [Discover] Support storing time with saved searches (#138377) 2022-08-23 10:53:55 +02:00
getting_started/shakespeare [esArchiver] stable archives (#30477) 2019-02-11 11:16:25 -08:00
hamlet [QA] Switch tests to use importExport - discover (#94006) 2021-04-21 10:17:58 -06:00
huge_fields [Discover] Unskip Discover large field number test (#100692) 2021-06-23 09:58:10 +02:00
index_pattern_without_timefield remove kibana saved object from the esArchive (#133674) 2022-06-07 16:45:27 +01:00
kibana_sample_data_flights [esArchiver] stable archives (#30477) 2019-02-11 11:16:25 -08:00
kibana_sample_data_flights_index_pattern [Archive Migration] kibana_sample_data_flights_index_pattern (#127230) 2022-03-16 09:02:31 -05:00
large_fields Test huge fields functional test (#93334) 2021-03-03 09:01:54 -08:00
logstash_functional Support for number, date and IP range data types (#76971) 2021-03-08 15:50:36 -05:00
long_window_logstash Fix filling x axis values for date histogram (#35247) 2019-04-24 07:37:11 +02:00
makelogs [esArchiver] stable archives (#30477) 2019-02-11 11:16:25 -08:00
many_fields Add a performance test for Discover with many fields (#129464) 2022-04-14 13:22:21 +02:00
message_with_newline [Archive Migration] split message_with_newline out of esArchive (#133648) 2022-06-07 08:47:27 -05:00
saved_objects_management [Discover] Support storing time with saved searches (#138377) 2022-08-23 10:53:55 +02:00
search/downsampled [search/public] expose showWarnings(inspector) method on search service (#138342) 2022-08-31 11:22:24 -07:00
stress_test [Lens] Performance journey (#140195) 2022-09-14 16:15:53 +02:00
unmapped_fields split kbn_archiver out of es_archiver (#125882) 2022-02-17 08:40:32 -06:00
README.md Add error if filter index pattern is missing (#66979) 2020-06-03 09:35:44 +03:00

Changing test data sets

If you need to update these datasets use:

  • Run the dev server node scripts/functional_tests_server.js
  • When it starts, use es_archiver to load the dataset you want to change
  • Make the changes you want
  • Export the data by running node scripts/es_archiver.js save data .kibana
  • Move the mapping and data files to the correct location and commit your changes