[DCAEMOD] Uses new tpls for repos / images
[oom.git] / kubernetes / pomba / charts / pomba-kibana / resources / config / default-mapping.json
1 {
2   ".kibana": {
3     "mappings": {
4       "doc": {
5         "dynamic": "strict",
6         "properties": {
7           "config": {
8             "dynamic": "true",
9             "properties": {
10               "buildNum": {
11                 "type": "keyword"
12               },
13               "defaultIndex": {
14                 "type": "text",
15                 "fields": {
16                   "keyword": {
17                     "type": "keyword",
18                     "ignore_above": 256
19                   }
20                 }
21               },
22               "telemetry:optIn": {
23                 "type": "boolean"
24               }
25             }
26           },
27           "dashboard": {
28             "properties": {
29               "description": {
30                 "type": "text"
31               },
32               "hits": {
33                 "type": "integer"
34               },
35               "kibanaSavedObjectMeta": {
36                 "properties": {
37                   "searchSourceJSON": {
38                     "type": "text"
39                   }
40                 }
41               },
42               "optionsJSON": {
43                 "type": "text"
44               },
45               "panelsJSON": {
46                 "type": "text"
47               },
48               "refreshInterval": {
49                 "properties": {
50                   "display": {
51                     "type": "keyword"
52                   },
53                   "pause": {
54                     "type": "boolean"
55                   },
56                   "section": {
57                     "type": "integer"
58                   },
59                   "value": {
60                     "type": "integer"
61                   }
62                 }
63               },
64               "timeFrom": {
65                 "type": "keyword"
66               },
67               "timeRestore": {
68                 "type": "boolean"
69               },
70               "timeTo": {
71                 "type": "keyword"
72               },
73               "title": {
74                 "type": "text"
75               },
76               "uiStateJSON": {
77                 "type": "text"
78               },
79               "version": {
80                 "type": "integer"
81               }
82             }
83           },
84           "index-pattern": {
85             "properties": {
86               "fieldFormatMap": {
87                 "type": "text"
88               },
89               "fields": {
90                 "type": "text"
91               },
92               "intervalName": {
93                 "type": "keyword"
94               },
95               "notExpandable": {
96                 "type": "boolean"
97               },
98               "sourceFilters": {
99                 "type": "text"
100               },
101               "timeFieldName": {
102                 "type": "keyword"
103               },
104               "title": {
105                 "type": "text"
106               }
107             }
108           },
109           "search": {
110             "properties": {
111               "columns": {
112                 "type": "keyword"
113               },
114               "description": {
115                 "type": "text"
116               },
117               "hits": {
118                 "type": "integer"
119               },
120               "kibanaSavedObjectMeta": {
121                 "properties": {
122                   "searchSourceJSON": {
123                     "type": "text"
124                   }
125                 }
126               },
127               "sort": {
128                 "type": "keyword"
129               },
130               "title": {
131                 "type": "text"
132               },
133               "version": {
134                 "type": "integer"
135               }
136             }
137           },
138           "server": {
139             "properties": {
140               "uuid": {
141                 "type": "keyword"
142               }
143             }
144           },
145           "timelion-sheet": {
146             "properties": {
147               "description": {
148                 "type": "text"
149               },
150               "hits": {
151                 "type": "integer"
152               },
153               "kibanaSavedObjectMeta": {
154                 "properties": {
155                   "searchSourceJSON": {
156                     "type": "text"
157                   }
158                 }
159               },
160               "timelion_chart_height": {
161                 "type": "integer"
162               },
163               "timelion_columns": {
164                 "type": "integer"
165               },
166               "timelion_interval": {
167                 "type": "keyword"
168               },
169               "timelion_other_interval": {
170                 "type": "keyword"
171               },
172               "timelion_rows": {
173                 "type": "integer"
174               },
175               "timelion_sheet": {
176                 "type": "text"
177               },
178               "title": {
179                 "type": "text"
180               },
181               "version": {
182                 "type": "integer"
183               }
184             }
185           },
186           "type": {
187             "type": "keyword"
188           },
189           "updated_at": {
190             "type": "date"
191           },
192           "url": {
193             "properties": {
194               "accessCount": {
195                 "type": "long"
196               },
197               "accessDate": {
198                 "type": "date"
199               },
200               "createDate": {
201                 "type": "date"
202               },
203               "url": {
204                 "type": "text",
205                 "fields": {
206                   "keyword": {
207                     "type": "keyword",
208                     "ignore_above": 2048
209                   }
210                 }
211               }
212             }
213           },
214           "visualization": {
215             "properties": {
216               "description": {
217                 "type": "text"
218               },
219               "kibanaSavedObjectMeta": {
220                 "properties": {
221                   "searchSourceJSON": {
222                     "type": "text"
223                   }
224                 }
225               },
226               "savedSearchId": {
227                 "type": "keyword"
228               },
229               "title": {
230                 "type": "text"
231               },
232               "uiStateJSON": {
233                 "type": "text"
234               },
235               "version": {
236                 "type": "integer"
237               },
238               "visState": {
239                 "type": "text"
240               }
241             }
242           }
243         }
244       }
245     }
246   }
247 }