kibana/test/functional/fixtures/es_archiver
Spencer 9e2e8b9f19
[ftr/esArchiver] disable geo_shape field of maps saved objects in archives (#99119)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-04 10:36:28 -07:00
..
alias
dashboard
date_nanos [Discover] Use fields API to retrieve fields (#83891) 2021-01-15 14:47:35 +00:00
date_nanos_custom
date_nanos_mixed [Discover] Use fields API to retrieve fields (#83891) 2021-01-15 14:47:35 +00:00
deprecations_service [Core] create deprecations service (#94845) 2021-03-30 19:20:23 +03:00
discover [index patterns] Field custom name => custom label (#83717) 2020-11-19 16:03:05 -06:00
empty_kibana
getting_started/shakespeare
hamlet [QA] Switch tests to use importExport - discover (#94006) 2021-04-21 10:17:58 -06:00
index_pattern_without_timefield
invalid_scripted_field
kibana_sample_data_flights
kibana_sample_data_flights_index_pattern
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
long_window_logstash_index_pattern
makelogs
management
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 [ftr/esArchiver] disable geo_shape field of maps saved objects in archives (#99119) 2021-05-04 10:36:28 -07:00
timelion
unmapped_fields [Discover] Add support for unmapped fields using the fields API (#89074) 2021-02-03 15:04:55 +00:00
visualize Rewriting SO id during migration (#97222) 2021-04-26 15:57:29 +02:00
visualize_embedding
visualize_source-filters
visualize_source_filters
README.md

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