kibana/test/functional/fixtures/es_archiver
Tim Roes db54d67b25
[Discover][Main] Fix missing error message when building search query throws exceptions (#103923) (#105560)
* Fix missing error message when building search fails

* Fix test

* Update _date_nested.ts

* Lint config.js

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Matthias Wilhelm <matthias.wilhelm@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-14 08:27:34 -04:00
..
alias
dashboard [esArchives] Persist migrated Kibana archives (#101951) 2021-06-10 20:47:22 -07:00
date_nanos [7.x] [Discover] Use fields API to retrieve fields (#83891) (#88493) 2021-01-19 16:12:26 +00:00
date_nanos_custom [7.x] Discover: Add handling for source column (#91815) (#91980) 2021-02-19 10:50:41 -05:00
date_nanos_mixed [7.x] [Discover] Use fields API to retrieve fields (#83891) (#88493) 2021-01-19 16:12:26 +00:00
date_nested [Discover][Main] Fix missing error message when building search query throws exceptions (#103923) (#105560) 2021-07-14 08:27:34 -04:00
deprecations_service [esArchives] Persist migrated Kibana archives (#101951) 2021-06-10 20:47:22 -07:00
discover [esArchives] Persist migrated Kibana archives (#101951) 2021-06-10 20:47:22 -07:00
empty_kibana [es-archiver] Use alias for Kibana mappings (#101537) (#101626) 2021-06-08 12:21:54 -07:00
getting_started/shakespeare
hamlet [QA] Switch tests to use importExport - discover (#94006) (#97885) 2021-04-21 17:12:48 -04:00
huge_fields [Discover] Unskip Discover large field number test (#100692) (#103050) 2021-06-23 06:03:36 -04:00
index_pattern_without_timefield [Discover] Deangularize discover controller (#96766) (#101566) 2021-06-08 07:29:14 -04:00
invalid_scripted_field [es-archiver] Use alias for Kibana mappings (#101537) (#101626) 2021-06-08 12:21:54 -07:00
kibana_sample_data_flights
kibana_sample_data_flights_index_pattern
large_fields Test huge fields functional test (#93334) (#93461) 2021-03-03 14:18:33 -05:00
logstash_functional Support for number, date and IP range data types (#76971) (#94001) 2021-03-08 18:03:26 -05:00
long_window_logstash
long_window_logstash_index_pattern
makelogs
management [es-archiver] Use alias for Kibana mappings (#101537) (#101626) 2021-06-08 12:21:54 -07:00
message_with_newline [Discover] Fix multiline display in classic table (#103499) (#104824) 2021-07-08 06:55:36 -04:00
mgmt [es-archiver] Use alias for Kibana mappings (#101537) (#101626) 2021-06-08 12:21:54 -07:00
saved_objects_imports [es-archiver] Use alias for Kibana mappings (#101537) (#101626) 2021-06-08 12:21:54 -07:00
saved_objects_management [7.x] add isExportable SO export API (#101860) (#102698) 2021-06-21 06:15:45 -04:00
timelion [es-archiver] Use alias for Kibana mappings (#101537) (#101626) 2021-06-08 12:21:54 -07:00
unmapped_fields [7.x] [Discover] Add support for unmapped fields using the fields API (#89074) (#90184) 2021-02-04 14:13:32 +00:00
visualize_embedding [es-archiver] Use alias for Kibana mappings (#101537) (#101626) 2021-06-08 12:21:54 -07:00
visualize_source-filters [es-archiver] Use alias for Kibana mappings (#101537) (#101626) 2021-06-08 12:21:54 -07:00
visualize_source_filters [es-archiver] Use alias for Kibana mappings (#101537) (#101626) 2021-06-08 12:21:54 -07:00
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