Guest User

Untitled

a guest
Jan 11th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. {
  2. "github_22500" : {
  3. "mappings" : {
  4. "_default_" : {
  5. "_all" : {
  6. "enabled" : true
  7. },
  8. "dynamic_templates" : [
  9. {
  10. "string_fields" : {
  11. "match" : "*",
  12. "match_mapping_type" : "string",
  13. "mapping" : {
  14. "fields" : {
  15. "raw" : {
  16. "ignore_above" : 256,
  17. "index" : "not_analyzed",
  18. "type" : "string"
  19. }
  20. },
  21. "index" : "analyzed",
  22. "omit_norms" : true,
  23. "type" : "string"
  24. }
  25. }
  26. }
  27. ]
  28. },
  29. "dummy_data" : {
  30. "_all" : {
  31. "enabled" : true
  32. },
  33. "dynamic_templates" : [
  34. {
  35. "string_fields" : {
  36. "match" : "*",
  37. "match_mapping_type" : "string",
  38. "mapping" : {
  39. "fields" : {
  40. "raw" : {
  41. "ignore_above" : 256,
  42. "index" : "not_analyzed",
  43. "type" : "string"
  44. }
  45. },
  46. "index" : "analyzed",
  47. "omit_norms" : true,
  48. "type" : "string"
  49. }
  50. }
  51. }
  52. ],
  53. "properties" : {
  54. "@timestamp" : {
  55. "type" : "date"
  56. },
  57. "session" : {
  58. "properties" : {
  59. "has_sip" : {
  60. "type" : "boolean"
  61. },
  62. "id" : {
  63. "type" : "text",
  64. "norms" : false,
  65. "fields" : {
  66. "raw" : {
  67. "type" : "keyword",
  68. "ignore_above" : 256
  69. }
  70. }
  71. },
  72. "success" : {
  73. "type" : "boolean"
  74. }
  75. }
  76. }
  77. }
  78. }
  79. }
  80. }
  81. }
Add Comment
Please, Sign In to add comment