Advertisement
Guest User

Untitled

a guest
May 20th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. {
  2. "testing_devices": {
  3. "aliases": {},
  4. "mappings": {
  5. "properties": {
  6. "campo": {
  7. "type": "text",
  8. "fields": {
  9. "keyword": {
  10. "type": "keyword",
  11. "ignore_above": 256
  12. }
  13. }
  14. },
  15. "event": {
  16. "type": "text",
  17. "fields": {
  18. "keyword": {
  19. "type": "keyword",
  20. "ignore_above": 256
  21. }
  22. }
  23. },
  24. "log": {
  25. "properties": {
  26. "EndDate": {
  27. "type": "date"
  28. },
  29. "Guid": {
  30. "type": "text",
  31. "fields": {
  32. "keyword": {
  33. "type": "keyword",
  34. "ignore_above": 256
  35. }
  36. }
  37. },
  38. "Name": {
  39. "type": "text",
  40. "fields": {
  41. "keyword": {
  42. "type": "keyword",
  43. "ignore_above": 256
  44. }
  45. }
  46. },
  47. "Operatore": {
  48. "type": "text",
  49. "fields": {
  50. "keyword": {
  51. "type": "keyword",
  52. "ignore_above": 256
  53. }
  54. }
  55. },
  56. "RecordType": {
  57. "type": "long"
  58. },
  59. "Result": {
  60. "type": "long"
  61. },
  62. "SerialNumber": {
  63. "type": "text",
  64. "fields": {
  65. "keyword": {
  66. "type": "keyword",
  67. "ignore_above": 256
  68. }
  69. }
  70. },
  71. "StartDate": {
  72. "type": "date"
  73. },
  74. "ValoreLetto": {
  75. "type": "text",
  76. "fields": {
  77. "keyword": {
  78. "type": "keyword",
  79. "ignore_above": 256
  80. }
  81. }
  82. },
  83. "ValoreMax": {
  84. "type": "text",
  85. "fields": {
  86. "keyword": {
  87. "type": "keyword",
  88. "ignore_above": 256
  89. }
  90. }
  91. },
  92. "ValoreMin": {
  93. "type": "text",
  94. "fields": {
  95. "keyword": {
  96. "type": "keyword",
  97. "ignore_above": 256
  98. }
  99. }
  100. },
  101. "Value": {
  102. "type": "text",
  103. "fields": {
  104. "keyword": {
  105. "type": "keyword",
  106. "ignore_above": 256
  107. }
  108. }
  109. },
  110. "endDate": {
  111. "type": "date"
  112. },
  113. "guid": {
  114. "type": "text",
  115. "fields": {
  116. "keyword": {
  117. "type": "keyword",
  118. "ignore_above": 256
  119. }
  120. }
  121. },
  122. "myPropertyOne": {
  123. "type": "text",
  124. "fields": {
  125. "keyword": {
  126. "type": "keyword",
  127. "ignore_above": 256
  128. }
  129. }
  130. },
  131. "myPropertyTwo": {
  132. "type": "long"
  133. },
  134. "name": {
  135. "type": "text",
  136. "fields": {
  137. "keyword": {
  138. "type": "keyword",
  139. "ignore_above": 256
  140. }
  141. }
  142. },
  143. "operatore": {
  144. "type": "text",
  145. "fields": {
  146. "keyword": {
  147. "type": "keyword",
  148. "ignore_above": 256
  149. }
  150. }
  151. },
  152. "pippo": {
  153. "type": "text",
  154. "fields": {
  155. "keyword": {
  156. "type": "keyword",
  157. "ignore_above": 256
  158. }
  159. }
  160. },
  161. "recordType": {
  162. "type": "long"
  163. },
  164. "result": {
  165. "type": "long"
  166. },
  167. "serialNumber": {
  168. "type": "text",
  169. "fields": {
  170. "keyword": {
  171. "type": "keyword",
  172. "ignore_above": 256
  173. }
  174. }
  175. },
  176. "startDate": {
  177. "type": "date"
  178. },
  179. "valoreLetto": {
  180. "type": "text",
  181. "fields": {
  182. "keyword": {
  183. "type": "keyword",
  184. "ignore_above": 256
  185. }
  186. }
  187. },
  188. "valoreMax": {
  189. "type": "text",
  190. "fields": {
  191. "keyword": {
  192. "type": "keyword",
  193. "ignore_above": 256
  194. }
  195. }
  196. },
  197. "valoreMin": {
  198. "type": "text",
  199. "fields": {
  200. "keyword": {
  201. "type": "keyword",
  202. "ignore_above": 256
  203. }
  204. }
  205. },
  206. "value": {
  207. "type": "text",
  208. "fields": {
  209. "keyword": {
  210. "type": "keyword",
  211. "ignore_above": 256
  212. }
  213. }
  214. }
  215. }
  216. },
  217. "myPropertyOne": {
  218. "type": "text",
  219. "fields": {
  220. "keyword": {
  221. "type": "keyword",
  222. "ignore_above": 256
  223. }
  224. }
  225. },
  226. "myPropertyTwo": {
  227. "type": "long"
  228. },
  229. "serialNumber": {
  230. "type": "text",
  231. "fields": {
  232. "keyword": {
  233. "type": "keyword",
  234. "ignore_above": 256
  235. }
  236. }
  237. },
  238. "timestamp_Local": {
  239. "type": "date"
  240. }
  241. }
  242. },
  243. "settings": {
  244. "index": {
  245. "routing": {
  246. "allocation": {
  247. "include": {
  248. "_tier_preference": "data_content"
  249. }
  250. }
  251. },
  252. "number_of_shards": "1",
  253. "provided_name": "testing_devices",
  254. "creation_date": "1638184161162",
  255. "number_of_replicas": "1",
  256. "uuid": "nZf8iB2dSVyX3Npzm9tMFA",
  257. "version": {
  258. "created": "7150199"
  259. }
  260. }
  261. }
  262. }
  263. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement