Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.70 KB | None | 0 0
  1. "exceptions-daily" : {
  2.     "order" : 0,
  3.     "template" : "exceptions-*",
  4.     "settings" : { },
  5.     "mappings" : {
  6.       "exception" : {
  7.         "properties" : {
  8.           "timeStamp" : {
  9.             "format" : "strict_date_optional_time||epoch_millis",
  10.             "type" : "date"
  11.           },
  12.           "source" : {
  13.             "type" : "string"
  14.           },
  15.           "stackTrace" : {
  16.             "index" : "not_analyzed",
  17.             "type" : "string"
  18.           },
  19.           "message" : {
  20.             "index" : "not_analyzed",
  21.             "type" : "string"
  22.           },
  23.           "typeOfException" : {
  24.             "type" : "string"
  25.           }
  26.         }
  27.       }
  28.     },
  29.     "aliases" : { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement