kibana/test/functional/fixtures/es_archiver
..
alias
dashboard
date_nanos
date_nanos_custom
date_nanos_mixed
discover
empty_kibana
getting_started/shakespeare
hamlet
index_pattern_without_timefield
invalid_scripted_field
kibana_sample_data_flights
kibana_sample_data_flights_index_pattern
large_fields
logstash_functional
long_window_logstash
long_window_logstash_index_pattern
makelogs
management
mgmt
saved_objects_management/edit_saved_object
timelion
visualize
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