mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
## Summary Previously - If you changed a data view's index pattern AND the new pattern didn't contain the timestamp field, you'd see a blank timestamp field and it would let you save. The data view would have been saved with the previous timestamp field which doesn't exist. Now - The timestamp validator checks to make sure the selected timestamp field is in the list of available options. This is helpful because it keeps the previous timestamp value in case you do select an index pattern that contains it. Closes: https://github.com/elastic/kibana/issues/150219 |
||
---|---|---|
.. | ||
apps | ||
firefox | ||
fixtures | ||
page_objects | ||
screenshots | ||
services | ||
config.base.js | ||
config.ccs.ts | ||
config.edge.js | ||
ftr_provider_context.ts | ||
jest.config.js | ||
README.md |
Kibana Functional Testing
See our Functional Testing Guide