Advertisement
Guest User

Kibana 6 Mappings

a guest
Mar 6th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 12.87 KB | None | 0 0
  1.     {
  2.         ".kibana-6": {
  3.             "mappings": {
  4.                 "doc": {
  5.                     "properties": {
  6.                         "config": {
  7.                             "properties": {
  8.                                 "buildNum": {
  9.                                     "type": "keyword"
  10.                                 },
  11.                                 "csv:separator": {
  12.                                     "type": "text",
  13.                                     "fields": {
  14.                                         "keyword": {
  15.                                             "type": "keyword",
  16.                                             "ignore_above": 256
  17.                                         }
  18.                                     }
  19.                                 },
  20.                                 "defaultIndex": {
  21.                                     "type": "text",
  22.                                     "fields": {
  23.                                         "keyword": {
  24.                                             "type": "keyword",
  25.                                             "ignore_above": 256
  26.                                         }
  27.                                     }
  28.                                 },
  29.                                 "discover:aggs:terms:size": {
  30.                                     "type": "long"
  31.                                 },
  32.                                 "format:number:defaultPattern": {
  33.                                     "type": "text",
  34.                                     "fields": {
  35.                                         "keyword": {
  36.                                             "type": "keyword",
  37.                                             "ignore_above": 256
  38.                                         }
  39.                                     }
  40.                                 }
  41.                             }
  42.                         },
  43.                         "dashboard": {
  44.                             "properties": {
  45.                                 "description": {
  46.                                     "type": "text"
  47.                                 },
  48.                                 "hits": {
  49.                                     "type": "integer"
  50.                                 },
  51.                                 "kibanaSavedObjectMeta": {
  52.                                     "properties": {
  53.                                         "searchSourceJSON": {
  54.                                             "type": "text"
  55.                                         }
  56.                                     }
  57.                                 },
  58.                                 "optionsJSON": {
  59.                                     "type": "text"
  60.                                 },
  61.                                 "panelsJSON": {
  62.                                     "type": "text"
  63.                                 },
  64.                                 "refreshInterval": {
  65.                                     "properties": {
  66.                                         "display": {
  67.                                             "type": "keyword"
  68.                                         },
  69.                                         "pause": {
  70.                                             "type": "boolean"
  71.                                         },
  72.                                         "section": {
  73.                                             "type": "integer"
  74.                                         },
  75.                                         "value": {
  76.                                             "type": "integer"
  77.                                         }
  78.                                     }
  79.                                 },
  80.                                 "timeFrom": {
  81.                                     "type": "keyword"
  82.                                 },
  83.                                 "timeRestore": {
  84.                                     "type": "boolean"
  85.                                 },
  86.                                 "timeTo": {
  87.                                     "type": "keyword"
  88.                                 },
  89.                                 "title": {
  90.                                     "type": "text"
  91.                                 },
  92.                                 "uiStateJSON": {
  93.                                     "type": "text"
  94.                                 },
  95.                                 "version": {
  96.                                     "type": "integer"
  97.                                 }
  98.                             }
  99.                         },
  100.                         "graph-workspace": {
  101.                             "properties": {
  102.                                 "description": {
  103.                                     "type": "text"
  104.                                 },
  105.                                 "kibanaSavedObjectMeta": {
  106.                                     "properties": {
  107.                                         "searchSourceJSON": {
  108.                                             "type": "text"
  109.                                         }
  110.                                     }
  111.                                 },
  112.                                 "numLinks": {
  113.                                     "type": "integer"
  114.                                 },
  115.                                 "numVertices": {
  116.                                     "type": "integer"
  117.                                 },
  118.                                 "title": {
  119.                                     "type": "text"
  120.                                 },
  121.                                 "version": {
  122.                                     "type": "integer"
  123.                                 },
  124.                                 "wsState": {
  125.                                     "type": "text"
  126.                                 }
  127.                             }
  128.                         },
  129.                         "index-pattern": {
  130.                             "properties": {
  131.                                 "fieldFormatMap": {
  132.                                     "type": "text"
  133.                                 },
  134.                                 "fields": {
  135.                                     "type": "text"
  136.                                 },
  137.                                 "intervalName": {
  138.                                     "type": "keyword"
  139.                                 },
  140.                                 "notExpandable": {
  141.                                     "type": "boolean"
  142.                                 },
  143.                                 "sourceFilters": {
  144.                                     "type": "text"
  145.                                 },
  146.                                 "timeFieldName": {
  147.                                     "type": "keyword"
  148.                                 },
  149.                                 "title": {
  150.                                     "type": "text"
  151.                                 }
  152.                             }
  153.                         },
  154.                         "search": {
  155.                             "properties": {
  156.                                 "columns": {
  157.                                     "type": "keyword"
  158.                                 },
  159.                                 "description": {
  160.                                     "type": "text"
  161.                                 },
  162.                                 "hits": {
  163.                                     "type": "integer"
  164.                                 },
  165.                                 "kibanaSavedObjectMeta": {
  166.                                     "properties": {
  167.                                         "searchSourceJSON": {
  168.                                             "type": "text"
  169.                                         }
  170.                                     }
  171.                                 },
  172.                                 "sort": {
  173.                                     "type": "keyword"
  174.                                 },
  175.                                 "title": {
  176.                                     "type": "text"
  177.                                 },
  178.                                 "version": {
  179.                                     "type": "integer"
  180.                                 }
  181.                             }
  182.                         },
  183.                         "server": {
  184.                             "properties": {
  185.                                 "uuid": {
  186.                                     "type": "keyword"
  187.                                 }
  188.                             }
  189.                         },
  190.                         "timelion-sheet": {
  191.                             "properties": {
  192.                                 "description": {
  193.                                     "type": "text"
  194.                                 },
  195.                                 "hits": {
  196.                                     "type": "integer"
  197.                                 },
  198.                                 "kibanaSavedObjectMeta": {
  199.                                     "properties": {
  200.                                         "searchSourceJSON": {
  201.                                             "type": "text"
  202.                                         }
  203.                                     }
  204.                                 },
  205.                                 "timelion_chart_height": {
  206.                                     "type": "integer"
  207.                                 },
  208.                                 "timelion_columns": {
  209.                                     "type": "integer"
  210.                                 },
  211.                                 "timelion_interval": {
  212.                                     "type": "keyword"
  213.                                 },
  214.                                 "timelion_other_interval": {
  215.                                     "type": "keyword"
  216.                                 },
  217.                                 "timelion_rows": {
  218.                                     "type": "integer"
  219.                                 },
  220.                                 "timelion_sheet": {
  221.                                     "type": "text"
  222.                                 },
  223.                                 "title": {
  224.                                     "type": "text"
  225.                                 },
  226.                                 "version": {
  227.                                     "type": "integer"
  228.                                 }
  229.                             }
  230.                         },
  231.                         "type": {
  232.                             "type": "keyword"
  233.                         },
  234.                         "updated_at": {
  235.                             "type": "date"
  236.                         },
  237.                         "url": {
  238.                             "properties": {
  239.                                 "accessCount": {
  240.                                     "type": "long"
  241.                                 },
  242.                                 "accessDate": {
  243.                                     "type": "date"
  244.                                 },
  245.                                 "createDate": {
  246.                                     "type": "date"
  247.                                 },
  248.                                 "url": {
  249.                                     "type": "text",
  250.                                     "fields": {
  251.                                         "keyword": {
  252.                                             "type": "keyword",
  253.                                             "ignore_above": 2048
  254.                                         }
  255.                                     }
  256.                                 }
  257.                             }
  258.                         },
  259.                         "visualization": {
  260.                             "properties": {
  261.                                 "description": {
  262.                                     "type": "text"
  263.                                 },
  264.                                 "kibanaSavedObjectMeta": {
  265.                                     "properties": {
  266.                                         "searchSourceJSON": {
  267.                                             "type": "text"
  268.                                         }
  269.                                     }
  270.                                 },
  271.                                 "savedSearchId": {
  272.                                     "type": "keyword"
  273.                                 },
  274.                                 "title": {
  275.                                     "type": "text"
  276.                                 },
  277.                                 "uiStateJSON": {
  278.                                     "type": "text"
  279.                                 },
  280.                                 "version": {
  281.                                     "type": "integer"
  282.                                 },
  283.                                 "visState": {
  284.                                     "type": "text"
  285.                                 }
  286.                             }
  287.                         }
  288.                     }
  289.                 }
  290.             }
  291.         }
  292.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement