Lines Matching refs:data
3 This directory contains [ElasticSearch data store](https://github.com/elastic/elasticsearch)
10 to proper data types, eventually to store the expected document structure.
12 and the corresponding data scheme in the same source code repository.
14 by other tools, or rely on default data mapping with potential type misalignments.
16 The command examples below are simplified with parameters essential for data transformations.
22 Tune resulting data scheme and size depending on your particular needs.
25 to check the resulting data without its actual upload.
44 The upload script has several command line options to change `twister.json` data:
45 exclude excess data, extract substrings by regular expressions, change data structure
55 * `--flatten` changes testsuite data structure in regard of one of its list components:
56 either `testcases` or `recording`, so each item there becomes an independent data record
89 Store test results with `recording` data entries, for example from
100 Upload data with 'flattened' test suites creating documents for each `recording` data entry.
110 ### Twister test with recording and extracting more data
112 Store test results with `recording` data entries which are also scanned by regular expressions
124 Upload data with 'flattened' test suites creating documents for each `record` data entry
125 with 3 additional data properties extracted by regular expressions.
138 To store Memory Footprint data reported in `twister-footprint.json` (see Twister `--footprint-repor…
147 Upload data with 'flattened' footprint entries creating documents for each of them.