kibana/test/functional/fixtures/es_archiver
Pierre Gayvallet 210d6f2df1
Legacy SO import: Fix bug causing multiple overrides to only show the last confirm modal (#76482)
* Legacy SO import: Fix bug causing multiple overrides to only show the last confirm modal

* eslint

* fix for loops
2020-09-03 08:50:03 +02:00
..
alias
dashboard [FIX] Allow filters without index (#68225) 2020-06-04 20:42:52 +03:00
date_nanos Support for date_nanos type timestamps in context view (#38023) 2019-06-11 15:04:54 +02:00
date_nanos_custom [Discover] Fix context view for date_nanos format with custom timestamps (#54089) 2020-01-14 15:15:30 +01:00
date_nanos_mixed Add numeric_type option for correct sort order on mixed date and date_nanos fields (#44212) 2019-09-20 07:38:41 +02:00
discover Add nested field support to KQL (#47070) 2019-10-30 13:07:43 -04:00
empty_kibana Implement saved queries and filters (#39140) 2019-08-21 16:53:19 -04:00
getting_started/shakespeare
hamlet
index_pattern_without_timefield [Discover] Hide time picker when an indexpattern without timefield is selected (#62134) 2020-04-09 14:30:21 +02:00
invalid_scripted_field
kibana_sample_data_flights
kibana_sample_data_flights_index_pattern functional tests for input control range (#42483) 2019-08-21 17:22:54 +02:00
large_fields
logstash_functional Allow creating filters from fields with null values in discover (#70936) 2020-07-09 11:58:22 +03:00
long_window_logstash
long_window_logstash_index_pattern [Discover] Improve histogram tests (#72235) 2020-07-21 07:09:25 +02:00
makelogs
management add relationship test on Saved Objects (#59968) 2020-03-23 14:18:35 -05:00
mgmt
saved_objects_imports Legacy SO import: Fix bug causing multiple overrides to only show the last confirm modal (#76482) 2020-09-03 08:50:03 +02:00
saved_objects_management/edit_saved_object [SOM] Preserve saved object references when saving the object (#66584) 2020-05-16 09:08:45 +02:00
timelion
visualize Auto interval on date histogram is getting displayed as timestamp per… (#59171) 2020-03-31 17:17:09 +03:00
visualize_embedding
visualize_source-filters
visualize_source_filters
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