## 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 `opensearch_archiver` to load the dataset you want to change * Make the changes you want * Export the data by running `node scripts/opensearch_archiver.js save data .opensearch_dashboards` * Move the mapping and data files to the correct location and commit your changes