Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.53 KB | None | 0 0
  1. {
  2.   "events": {
  3.     "mappings": {
  4.       "event": {
  5.         "properties": {
  6.           "appBuild": {
  7.             "type": "text",
  8.             "fields": {
  9.               "keyword": {
  10.                 "type": "keyword",
  11.                 "ignore_above": 256
  12.               }
  13.             }
  14.           },
  15.           "appVersion": {
  16.             "type": "text",
  17.             "fields": {
  18.               "keyword": {
  19.                 "type": "keyword",
  20.                 "ignore_above": 256
  21.               }
  22.             }
  23.           },
  24.           "deviceId": {
  25.             "type": "text",
  26.             "fields": {
  27.               "keyword": {
  28.                 "type": "keyword",
  29.                 "ignore_above": 256
  30.               }
  31.             }
  32.           },
  33.           "eventName": {
  34.             "type": "keyword"
  35.           },
  36.           "parameters": {
  37.             "properties": {
  38.               "anchor": {
  39.                 "type": "text",
  40.                 "fields": {
  41.                   "keyword": {
  42.                     "type": "keyword",
  43.                     "ignore_above": 256
  44.                   }
  45.                 }
  46.               }
  47.             }
  48.           },
  49.           "ts": {
  50.             "type": "date"
  51.           },
  52.           "userAgent": {
  53.             "type": "text",
  54.             "fields": {
  55.               "keyword": {
  56.                 "type": "keyword",
  57.                 "ignore_above": 256
  58.               }
  59.             }
  60.           },
  61.           "userId": {
  62.             "type": "integer"
  63.           }
  64.         }
  65.       }
  66.     }
  67.   }
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement