1{ 2 "properties": { 3 "environment": { 4 "properties": { 5 "commit_date": { 6 "type": "date" 7 }, 8 "os": { 9 "type": "keyword", 10 "ignore_above": 256 11 }, 12 "run_branch": { 13 "type": "keyword", 14 "ignore_above": 256 15 }, 16 "run_workflow": { 17 "type": "keyword", 18 "ignore_above": 256 19 }, 20 "run_id": { 21 "type": "keyword", 22 "ignore_above": 256 23 }, 24 "run_attempt": { 25 "type": "integer" 26 }, 27 "run_date": { 28 "type": "date" 29 }, 30 "toolchain": { 31 "type": "keyword", 32 "ignore_above": 256 33 }, 34 "zephyr_version": { 35 "type": "keyword", 36 "ignore_above": 256 37 }, 38 "options": { 39 "type": "object", 40 "enabled": true, 41 "dynamic": true, 42 "subobjects": true 43 } 44 } 45 }, 46 "name": { 47 "type": "keyword", 48 "ignore_above": 256 49 }, 50 "component": { 51 "type": "keyword", 52 "ignore_above": 256 53 }, 54 "sub_component": { 55 "type": "keyword", 56 "ignore_above": 256 57 }, 58 "arch": { 59 "type": "keyword", 60 "ignore_above": 256 61 }, 62 "platform": { 63 "type": "keyword", 64 "ignore_above": 256 65 }, 66 "used_ram": { 67 "type": "unsigned_long" 68 }, 69 "used_rom": { 70 "type": "unsigned_long" 71 }, 72 "available_ram": { 73 "type": "unsigned_long" 74 }, 75 "available_rom": { 76 "type": "unsigned_long" 77 }, 78 "retries": { 79 "type": "integer" 80 }, 81 "status": { 82 "type": "keyword", 83 "ignore_above": 256 84 }, 85 "build_time": { 86 "type": "float" 87 }, 88 "reason": { 89 "type": "text", 90 "fields": { 91 "keyword": { 92 "type": "keyword", 93 "ignore_above": 256 94 } 95 } 96 }, 97 "log": { 98 "type": "text" 99 }, 100 "footprint_name": { 101 "type": "text", 102 "fields": { 103 "keyword": { 104 "type": "keyword", 105 "ignore_above": 256 106 } 107 } 108 }, 109 "footprint_name_depth": { 110 "type": "integer" 111 }, 112 "footprint_identifier": { 113 "type": "text", 114 "fields": { 115 "keyword": { 116 "type": "keyword", 117 "ignore_above": 256 118 } 119 } 120 }, 121 "footprint_area": { 122 "type": "text", 123 "fields": { 124 "keyword": { 125 "type": "keyword", 126 "ignore_above": 256 127 } 128 } 129 }, 130 "footprint_path": { 131 "type": "text", 132 "fields": { 133 "keyword": { 134 "type": "keyword", 135 "ignore_above": 256 136 } 137 } 138 }, 139 "footprint_symbol": { 140 "type": "text", 141 "fields": { 142 "keyword": { 143 "type": "keyword", 144 "ignore_above": 256 145 } 146 } 147 }, 148 "footprint_address": { 149 "type": "unsigned_long" 150 }, 151 "footprint_size": { 152 "type": "long" 153 }, 154 "footprint_total_size": { 155 "type": "unsigned_long" 156 } 157 } 158} 159