kibana/src/fixtures
Matt Bargar d8916e37c9
Add multi field info to the IndexPattern (#33681)
Adds two fields to the IndexPattern Field:

* parent - the name of the field this field is a child of
* subType - The type of child this field is. Currently the only valid value is multi but we could expand this to include aliases, object children, and nested children.

The thinking behind implementing these two new properties instead of a simple isMultiField flag is that it should be generic enough to describe other sorts of parent -> child relationships between fields.
2019-04-02 13:52:04 -04:00
..
agg_resp
vislib Preserve x-axis order in vislib. (#31533) 2019-02-25 08:22:16 -07:00
config_upgrade_from_4.0.0.json
config_upgrade_from_4.0.0_to_4.0.1-snapshot.json
config_upgrade_from_4.0.0_to_4.0.1.json
fake_chart_events.js
fake_hierarchical_data.js
fake_row.js Remove deep clone from courier request handler. (#32806) 2019-03-11 17:14:33 -06:00
field_mapping.js [eslint] require final newline (#32265) 2019-02-28 18:01:29 -08:00
hits.js
logstash_fields.js Add multi field info to the IndexPattern (#33681) 2019-04-02 13:52:04 -04:00
mapping_with_dupes.js [eslint] require final newline (#32265) 2019-02-28 18:01:29 -08:00
mock_index_patterns.js
mock_state.js
mock_ui_state.js
real_hits.js
search_response.js [eslint] require final newline (#32265) 2019-02-28 18:01:29 -08:00
stubbed_logstash_index_pattern.js Update paths to ui, server, deprecation, plugin_discovery in src/legacy 2019-02-11 10:41:37 -05:00
stubbed_saved_object_index_pattern.js Clean up client-side saved object data loading infrastructure (#30241) 2019-02-19 10:45:44 +01:00
stubbed_search_source.js