Lines Matching refs:index
1 # ElasticSearch index map examples
4 index map examples for use by [upload_test_results_es.py](../upload_test_results_es.py)
8 An index map file allows to create destination index files on ElasticSearch server
13 An alternative way is to have index files created at the ElasticSearch server
33 Execute the upload script once for the first time to create your index at the ElasticSearch
36 python3 ./scripts/ci/upload_test_results_es.py --create-index \
37 --index YOUR_INDEX_NAME \
50 at Elasticsearch index.
60 Only one testsuite property object can be flattened this way per index upload.
61 All other testsuite objects will be treated according to the index structure.
72 Create the index:
74 python3 ./scripts/ci/upload_test_results_es.py --create-index \
75 --index zephyr-test-example \
82 --index zephyr-test-example \
93 Create the index:
95 python3 ./scripts/ci/upload_test_results_es.py --create-index \
96 --index zephyr-test-recording-example-1 \
103 --index zephyr-test-recording-example-1 \
117 Create the index:
119 python3 ./scripts/ci/upload_test_results_es.py --create-index \
120 --index zephyr-test-recording-example-2 \
128 --index zephyr-test-recording-example-2 \
140 Create the index:
142 python3 ./scripts/ci/upload_test_results_es.py --create-index \
143 --index zephyr-memory-footprint-example \
150 --index zephyr-memory-footprint-example \