Advertisement
Guest User

Untitled

a guest
Aug 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. {
  2. "jaeger-span-2018-08-17" : {
  3. "mappings" : {
  4. "_default_" : {
  5. "_all" : {
  6. "enabled" : false
  7. },
  8. "dynamic_templates" : [
  9. {
  10. "string_fields" : {
  11. "match" : "*",
  12. "match_mapping_type" : "string",
  13. "mapping" : {
  14. "index" : "not_analyzed",
  15. "omit_norms" : true,
  16. "type" : "text"
  17. }
  18. }
  19. }
  20. ]
  21. },
  22. "span" : {
  23. "_all" : {
  24. "enabled" : false
  25. },
  26. "dynamic_templates" : [
  27. {
  28. "string_fields" : {
  29. "match" : "*",
  30. "match_mapping_type" : "string",
  31. "mapping" : {
  32. "index" : "not_analyzed",
  33. "omit_norms" : true,
  34. "type" : "text"
  35. }
  36. }
  37. }
  38. ],
  39. "properties" : {
  40. "duration" : {
  41. "type" : "long"
  42. },
  43. "flags" : {
  44. "type" : "integer"
  45. },
  46. "logs" : {
  47. "properties" : {
  48. "fields" : {
  49. "type" : "nested",
  50. "dynamic" : "false",
  51. "properties" : {
  52. "key" : {
  53. "type" : "keyword",
  54. "ignore_above" : 256
  55. },
  56. "tagType" : {
  57. "type" : "keyword",
  58. "ignore_above" : 256
  59. },
  60. "value" : {
  61. "type" : "keyword",
  62. "ignore_above" : 256
  63. }
  64. }
  65. },
  66. "timestamp" : {
  67. "type" : "long"
  68. }
  69. }
  70. },
  71. "operationName" : {
  72. "type" : "keyword",
  73. "ignore_above" : 256
  74. },
  75. "parentSpanID" : {
  76. "type" : "keyword",
  77. "ignore_above" : 256
  78. },
  79. "process" : {
  80. "properties" : {
  81. "serviceName" : {
  82. "type" : "keyword",
  83. "ignore_above" : 256
  84. },
  85. "tags" : {
  86. "type" : "nested",
  87. "dynamic" : "false",
  88. "properties" : {
  89. "key" : {
  90. "type" : "keyword",
  91. "ignore_above" : 256
  92. },
  93. "tagType" : {
  94. "type" : "keyword",
  95. "ignore_above" : 256
  96. },
  97. "value" : {
  98. "type" : "keyword",
  99. "ignore_above" : 256
  100. }
  101. }
  102. },
  103. "tagsMap" : {
  104. "properties" : {
  105. "client-uuid" : {
  106. "type" : "text",
  107. "norms" : false
  108. },
  109. "hostname" : {
  110. "type" : "text",
  111. "norms" : false
  112. },
  113. "ip" : {
  114. "type" : "text",
  115. "norms" : false
  116. },
  117. "jaeger:version" : {
  118. "type" : "text",
  119. "norms" : false
  120. }
  121. }
  122. }
  123. }
  124. },
  125. "references" : {
  126. "type" : "nested",
  127. "dynamic" : "false",
  128. "properties" : {
  129. "refType" : {
  130. "type" : "keyword",
  131. "ignore_above" : 256
  132. },
  133. "spanID" : {
  134. "type" : "keyword",
  135. "ignore_above" : 256
  136. },
  137. "traceID" : {
  138. "type" : "keyword",
  139. "ignore_above" : 256
  140. }
  141. }
  142. },
  143. "spanID" : {
  144. "type" : "keyword",
  145. "ignore_above" : 256
  146. },
  147. "startTime" : {
  148. "type" : "long"
  149. },
  150. "startTimeMillis" : {
  151. "type" : "date",
  152. "format" : "epoch_millis"
  153. },
  154. "tags" : {
  155. "type" : "nested",
  156. "dynamic" : "false",
  157. "properties" : {
  158. "key" : {
  159. "type" : "keyword",
  160. "ignore_above" : 256
  161. },
  162. "tagType" : {
  163. "type" : "keyword",
  164. "ignore_above" : 256
  165. },
  166. "value" : {
  167. "type" : "keyword",
  168. "ignore_above" : 256
  169. }
  170. }
  171. },
  172. "tagsMap" : {
  173. "properties" : {
  174. "component" : {
  175. "type" : "text",
  176. "norms" : false
  177. },
  178. "http:method" : {
  179. "type" : "text",
  180. "norms" : false
  181. },
  182. "http:status_code" : {
  183. "type" : "text",
  184. "norms" : false
  185. },
  186. "http:url" : {
  187. "type" : "text",
  188. "norms" : false
  189. },
  190. "sampler:param" : {
  191. "type" : "text",
  192. "norms" : false
  193. },
  194. "sampler:type" : {
  195. "type" : "text",
  196. "norms" : false
  197. },
  198. "span:kind" : {
  199. "type" : "text",
  200. "norms" : false
  201. }
  202. }
  203. },
  204. "traceID" : {
  205. "type" : "keyword",
  206. "ignore_above" : 256
  207. }
  208. }
  209. }
  210. }
  211. }
  212. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement