anasmkh commited on
Commit
42b69d5
·
verified ·
1 Parent(s): 3547f0a

Upload 2 files

Browse files
new_file/_component_template.txt ADDED
@@ -0,0 +1,473 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "component_templates": [
3
+ {
4
+ "name": "ptm_counters_cis_template",
5
+ "component_template": {
6
+ "template": {
7
+ "mappings": {
8
+ "properties": {
9
+ "Amount": {
10
+ "type": "long"
11
+ },
12
+ "Response_Time": {
13
+ "type": "long"
14
+ },
15
+ "Retry_Count": {
16
+ "type": "long"
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
22
+ },
23
+ {
24
+ "name": "ptm_events_basic_template",
25
+ "component_template": {
26
+ "template": {
27
+ "settings": {
28
+ "index": {
29
+ "default_pipeline": "ptm_ingest",
30
+ "refresh_interval": "10s",
31
+ "number_of_shards": "1",
32
+ "number_of_replicas": "1"
33
+ }
34
+ },
35
+ "mappings": {
36
+ "properties": {
37
+ "Status": {
38
+ "fields": {
39
+ "keyword": {
40
+ "ignore_above": 256,
41
+ "type": "keyword"
42
+ }
43
+ },
44
+ "type": "text"
45
+ },
46
+ "AffObj": {
47
+ "fields": {
48
+ "keyword": {
49
+ "ignore_above": 256,
50
+ "type": "keyword"
51
+ }
52
+ },
53
+ "type": "text"
54
+ },
55
+ "Node": {
56
+ "fields": {
57
+ "keyword": {
58
+ "ignore_above": 256,
59
+ "type": "keyword"
60
+ }
61
+ },
62
+ "type": "text"
63
+ },
64
+ "ChangeDate": {
65
+ "type": "date"
66
+ },
67
+ "Info": {
68
+ "fields": {
69
+ "keyword": {
70
+ "ignore_above": 256,
71
+ "type": "keyword"
72
+ }
73
+ },
74
+ "type": "text"
75
+ },
76
+ "Date": {
77
+ "type": "date"
78
+ },
79
+ "SeverityLevel": {
80
+ "fields": {
81
+ "keyword": {
82
+ "ignore_above": 256,
83
+ "type": "keyword"
84
+ }
85
+ },
86
+ "type": "text"
87
+ },
88
+ "Type": {
89
+ "fields": {
90
+ "keyword": {
91
+ "ignore_above": 256,
92
+ "type": "keyword"
93
+ }
94
+ },
95
+ "type": "text"
96
+ },
97
+ "ProcessingTime": {
98
+ "type": "date"
99
+ },
100
+ "Event": {
101
+ "fields": {
102
+ "keyword": {
103
+ "ignore_above": 256,
104
+ "type": "keyword"
105
+ }
106
+ },
107
+ "type": "text"
108
+ },
109
+ "EventID": {
110
+ "type": "long"
111
+ },
112
+ "Stream": {
113
+ "fields": {
114
+ "keyword": {
115
+ "ignore_above": 256,
116
+ "type": "keyword"
117
+ }
118
+ },
119
+ "type": "text"
120
+ },
121
+ "Module": {
122
+ "fields": {
123
+ "keyword": {
124
+ "ignore_above": 256,
125
+ "type": "keyword"
126
+ }
127
+ },
128
+ "type": "text"
129
+ }
130
+ }
131
+ },
132
+ "aliases": {
133
+ "ptm_events": {}
134
+ }
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "ptm_counters_basic_template",
140
+ "component_template": {
141
+ "template": {
142
+ "settings": {
143
+ "index": {
144
+ "default_pipeline": "ptm_ingest",
145
+ "refresh_interval": "10s",
146
+ "number_of_shards": "1",
147
+ "number_of_replicas": "1"
148
+ }
149
+ },
150
+ "mappings": {
151
+ "properties": {
152
+ "Request_Type": {
153
+ "fields": {
154
+ "keyword": {
155
+ "ignore_above": 256,
156
+ "type": "keyword"
157
+ }
158
+ },
159
+ "type": "text"
160
+ },
161
+ "Type": {
162
+ "fields": {
163
+ "keyword": {
164
+ "ignore_above": 256,
165
+ "type": "keyword"
166
+ }
167
+ },
168
+ "type": "text"
169
+ },
170
+ "Total_Response": {
171
+ "type": "long"
172
+ },
173
+ "ProcessingTime": {
174
+ "type": "date"
175
+ },
176
+ "Node": {
177
+ "fields": {
178
+ "keyword": {
179
+ "ignore_above": 256,
180
+ "type": "keyword"
181
+ }
182
+ },
183
+ "type": "text"
184
+ },
185
+ "Event": {
186
+ "fields": {
187
+ "keyword": {
188
+ "ignore_above": 256,
189
+ "type": "keyword"
190
+ }
191
+ },
192
+ "type": "text"
193
+ },
194
+ "Stream": {
195
+ "fields": {
196
+ "keyword": {
197
+ "ignore_above": 256,
198
+ "type": "keyword"
199
+ }
200
+ },
201
+ "type": "text"
202
+ },
203
+ "Request_Node": {
204
+ "fields": {
205
+ "keyword": {
206
+ "ignore_above": 256,
207
+ "type": "keyword"
208
+ }
209
+ },
210
+ "type": "text"
211
+ },
212
+ "Total_Request": {
213
+ "type": "long"
214
+ },
215
+ "Date": {
216
+ "type": "date"
217
+ },
218
+ "Result_Code": {
219
+ "fields": {
220
+ "keyword": {
221
+ "ignore_above": 256,
222
+ "type": "keyword"
223
+ }
224
+ },
225
+ "type": "text"
226
+ }
227
+ }
228
+ },
229
+ "aliases": {
230
+ "ptm_counters": {}
231
+ }
232
+ }
233
+ }
234
+ },
235
+ {
236
+ "name": "ptm_counters_snmp_template-eswatini",
237
+ "component_template": {
238
+ "template": {
239
+ "mappings": {
240
+ "properties": {
241
+ "new Long(T(Math).ceil(data_value/8))": {
242
+ "type": "long"
243
+ }
244
+ }
245
+ }
246
+ }
247
+ }
248
+ },
249
+ {
250
+ "name": "ptm_counters_snmp_template-zambia",
251
+ "component_template": {
252
+ "template": {
253
+ "mappings": {
254
+ "properties": {
255
+ "new Long(T(Math).ceil(data_value/8))": {
256
+ "type": "long"
257
+ }
258
+ }
259
+ }
260
+ }
261
+ }
262
+ },
263
+ {
264
+ "name": "ptm_counters_snmp_template",
265
+ "component_template": {
266
+ "template": {
267
+ "mappings": {
268
+ "properties": {
269
+ "data_value": {
270
+ "type": "long"
271
+ }
272
+ }
273
+ }
274
+ }
275
+ }
276
+ },
277
+ {
278
+ "name": "ptm_counters_basic_template-zambia",
279
+ "component_template": {
280
+ "template": {
281
+ "settings": {
282
+ "index": {
283
+ "default_pipeline": "ptm_ingest-zambia",
284
+ "refresh_interval": "10s",
285
+ "number_of_shards": "1",
286
+ "number_of_replicas": "1"
287
+ }
288
+ },
289
+ "mappings": {
290
+ "properties": {
291
+ "Request_Type": {
292
+ "fields": {
293
+ "keyword": {
294
+ "ignore_above": 256,
295
+ "type": "keyword"
296
+ }
297
+ },
298
+ "type": "text"
299
+ },
300
+ "Type": {
301
+ "fields": {
302
+ "keyword": {
303
+ "ignore_above": 256,
304
+ "type": "keyword"
305
+ }
306
+ },
307
+ "type": "text"
308
+ },
309
+ "Total_Response": {
310
+ "type": "long"
311
+ },
312
+ "ProcessingTime": {
313
+ "type": "date"
314
+ },
315
+ "Node": {
316
+ "fields": {
317
+ "keyword": {
318
+ "ignore_above": 256,
319
+ "type": "keyword"
320
+ }
321
+ },
322
+ "type": "text"
323
+ },
324
+ "Event": {
325
+ "fields": {
326
+ "keyword": {
327
+ "ignore_above": 256,
328
+ "type": "keyword"
329
+ }
330
+ },
331
+ "type": "text"
332
+ },
333
+ "Stream": {
334
+ "fields": {
335
+ "keyword": {
336
+ "ignore_above": 256,
337
+ "type": "keyword"
338
+ }
339
+ },
340
+ "type": "text"
341
+ },
342
+ "Request_Node": {
343
+ "fields": {
344
+ "keyword": {
345
+ "ignore_above": 256,
346
+ "type": "keyword"
347
+ }
348
+ },
349
+ "type": "text"
350
+ },
351
+ "Total_Request": {
352
+ "type": "long"
353
+ },
354
+ "Date": {
355
+ "type": "date"
356
+ },
357
+ "Result_Code": {
358
+ "fields": {
359
+ "keyword": {
360
+ "ignore_above": 256,
361
+ "type": "keyword"
362
+ }
363
+ },
364
+ "type": "text"
365
+ }
366
+ }
367
+ },
368
+ "aliases": {
369
+ "ptm_counters-zambia": {}
370
+ }
371
+ }
372
+ }
373
+ },
374
+ {
375
+ "name": "ptm_counters_basic_template-eswatini",
376
+ "component_template": {
377
+ "template": {
378
+ "settings": {
379
+ "index": {
380
+ "default_pipeline": "ptm_ingest-eswatini",
381
+ "refresh_interval": "10s",
382
+ "number_of_shards": "1",
383
+ "number_of_replicas": "1"
384
+ }
385
+ },
386
+ "mappings": {
387
+ "properties": {
388
+ "Request_Type": {
389
+ "fields": {
390
+ "keyword": {
391
+ "ignore_above": 256,
392
+ "type": "keyword"
393
+ }
394
+ },
395
+ "type": "text"
396
+ },
397
+ "Type": {
398
+ "fields": {
399
+ "keyword": {
400
+ "ignore_above": 256,
401
+ "type": "keyword"
402
+ }
403
+ },
404
+ "type": "text"
405
+ },
406
+ "Total_Response": {
407
+ "type": "long"
408
+ },
409
+ "ProcessingTime": {
410
+ "type": "date"
411
+ },
412
+ "Node": {
413
+ "fields": {
414
+ "keyword": {
415
+ "ignore_above": 256,
416
+ "type": "keyword"
417
+ }
418
+ },
419
+ "type": "text"
420
+ },
421
+ "Event": {
422
+ "fields": {
423
+ "keyword": {
424
+ "ignore_above": 256,
425
+ "type": "keyword"
426
+ }
427
+ },
428
+ "type": "text"
429
+ },
430
+ "Stream": {
431
+ "fields": {
432
+ "keyword": {
433
+ "ignore_above": 256,
434
+ "type": "keyword"
435
+ }
436
+ },
437
+ "type": "text"
438
+ },
439
+ "Request_Node": {
440
+ "fields": {
441
+ "keyword": {
442
+ "ignore_above": 256,
443
+ "type": "keyword"
444
+ }
445
+ },
446
+ "type": "text"
447
+ },
448
+ "Total_Request": {
449
+ "type": "long"
450
+ },
451
+ "Date": {
452
+ "type": "date"
453
+ },
454
+ "Result_Code": {
455
+ "fields": {
456
+ "keyword": {
457
+ "ignore_above": 256,
458
+ "type": "keyword"
459
+ }
460
+ },
461
+ "type": "text"
462
+ }
463
+ }
464
+ },
465
+ "aliases": {
466
+ "ptm_counters-eswatini": {}
467
+ }
468
+ }
469
+ }
470
+ }
471
+ ]
472
+ }
473
+
new_file/_index_template.txt ADDED
@@ -0,0 +1,697 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "index_templates": [
3
+ {
4
+ "name": "ptm_counters_template-eswatini",
5
+ "index_template": {
6
+ "index_patterns": [
7
+ "ptm_counters_eswatini*"
8
+ ],
9
+ "template": {},
10
+ "composed_of": [
11
+ "ptm_counters_snmp_template-eswatini"
12
+ ],
13
+ "priority": 0,
14
+ "_meta": {
15
+ "flow": "components"
16
+ }
17
+ }
18
+ },
19
+ {
20
+ "name": "ptm_counters_template",
21
+ "index_template": {
22
+ "index_patterns": [
23
+ "ptm_counters*"
24
+ ],
25
+ "template": {},
26
+ "composed_of": [
27
+ "ptm_counters_basic_template",
28
+ "ptm_counters_cis_template",
29
+ "ptm_counters_snmp_template",
30
+ "ptm_counters_snmp_template",
31
+ "ptm_counters_snmp_template",
32
+ "ptm_counters_snmp_template",
33
+ "ptm_counters_snmp_template",
34
+ "ptm_counters_snmp_template",
35
+ "ptm_counters_snmp_template",
36
+ "ptm_counters_snmp_template",
37
+ "ptm_counters_snmp_template",
38
+ "ptm_counters_snmp_template",
39
+ "ptm_counters_snmp_template",
40
+ "ptm_counters_snmp_template",
41
+ "ptm_counters_snmp_template",
42
+ "ptm_counters_snmp_template",
43
+ "ptm_counters_snmp_template",
44
+ "ptm_counters_snmp_template",
45
+ "ptm_counters_snmp_template",
46
+ "ptm_counters_snmp_template"
47
+ ],
48
+ "priority": 1,
49
+ "_meta": {
50
+ "flow": "components"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "ptm_events_template",
56
+ "index_template": {
57
+ "index_patterns": [
58
+ "ptm_events*"
59
+ ],
60
+ "template": {},
61
+ "composed_of": [
62
+ "ptm_events_basic_template"
63
+ ],
64
+ "priority": 0,
65
+ "_meta": {
66
+ "flow": "components"
67
+ }
68
+ }
69
+ },
70
+ {
71
+ "name": "ptm_counters_template-zambia",
72
+ "index_template": {
73
+ "index_patterns": [
74
+ "ptm_counters-zambia*"
75
+ ],
76
+ "template": {},
77
+ "composed_of": [
78
+ "ptm_counters_snmp_template-zambia"
79
+ ],
80
+ "priority": 0,
81
+ "_meta": {
82
+ "flow": "components"
83
+ }
84
+ }
85
+ },
86
+ {
87
+ "name": "tenant_template",
88
+ "index_template": {
89
+ "index_patterns": [
90
+ ".kibana_-*_*",
91
+ ".kibana_0*_*",
92
+ ".kibana_1*_*",
93
+ ".kibana_2*_*",
94
+ ".kibana_3*_*",
95
+ ".kibana_4*_*",
96
+ ".kibana_5*_*",
97
+ ".kibana_6*_*",
98
+ ".kibana_7*_*",
99
+ ".kibana_8*_*",
100
+ ".kibana_9*_*"
101
+ ],
102
+ "template": {
103
+ "settings": {
104
+ "index": {
105
+ "number_of_shards": "1"
106
+ }
107
+ },
108
+ "mappings": {
109
+ "_meta": {
110
+ "migrationMappingPropertyHashes": {
111
+ "augment-vis": "88f930f6b43c089a12bfc276c359d1eb",
112
+ "application_usage_daily": "43b8830d5d0df85a6823d290885fc9fd",
113
+ "visualization": "f819cf6636b75c9e76ba733a0c6ef355",
114
+ "observability-search": "638ae3ab28e5faf2e02f00dd8091abaf",
115
+ "references": "7997cf5a56cc02bdc9c93361bde732b0",
116
+ "integration-template": "9033ba0b281fe1c88c3c56d8fd9d089d",
117
+ "type": "2f4316de49999235636386fe51dc06c1",
118
+ "sample-data-telemetry": "7d3cfeb915303c9641c59681967ffeb4",
119
+ "search": "43012c7ebc4cb57054e0a490e4b43023",
120
+ "originId": "2f4316de49999235636386fe51dc06c1",
121
+ "application_usage_totals": "3d1b76c39bfb2cc8296b024d73854724",
122
+ "updated_at": "00da57df13e94e9d98437d13ace4bfe0",
123
+ "dql-telemetry": "d12a98a6f19a2d273696597547e064ee",
124
+ "search-telemetry": "3d1b76c39bfb2cc8296b024d73854724",
125
+ "integration-instance": "17ab914d1f92a5b03bbb194651c23b1c",
126
+ "observability-panel": "df07b1a361c32daf4e6842c1d5521dbe",
127
+ "visualization-visbuilder": "7a6fadcdaaf97b2b8b65d290fd8a3ba7",
128
+ "map": "32fcfaba6c580bf048359fcb48ad5301",
129
+ "dashboard": "40554caf09725935e2c02e02563a2d07",
130
+ "query": "11aaeb7f5f7fa5bb43f25e18ce26e7d9",
131
+ "ui-metric": "0d409297dc5ebe1e3a1da691c6ee32e3",
132
+ "application_usage_transactional": "3d1b76c39bfb2cc8296b024d73854724",
133
+ "observability-visualization": "638ae3ab28e5faf2e02f00dd8091abaf",
134
+ "url": "c7f66a0df8b1b52f17c28c4adb111105",
135
+ "migrationVersion": "4a1746014a75ade3a714e1db5763276f",
136
+ "index-pattern": "45915a1ad866812242df474eb0479052",
137
+ "namespace": "2f4316de49999235636386fe51dc06c1",
138
+ "config": "c63748b75f39d0c54de12d12c1ccbc20",
139
+ "tsvb-validation-telemetry": "3a37ef6c8700ae6fc97d5c7da00e9215",
140
+ "namespaces": "2f4316de49999235636386fe51dc06c1",
141
+ "homepage": "a8d79cfe4f79546aa5bbee73facc51dc"
142
+ }
143
+ },
144
+ "dynamic": "strict",
145
+ "properties": {
146
+ "augment-vis": {
147
+ "properties": {
148
+ "visLayerExpressionFn": {
149
+ "properties": {
150
+ "args": {
151
+ "dynamic": true,
152
+ "type": "object"
153
+ },
154
+ "name": {
155
+ "type": "text"
156
+ },
157
+ "type": {
158
+ "type": "text"
159
+ }
160
+ }
161
+ },
162
+ "pluginResource": {
163
+ "properties": {
164
+ "id": {
165
+ "type": "text"
166
+ },
167
+ "type": {
168
+ "type": "text"
169
+ }
170
+ }
171
+ },
172
+ "originPlugin": {
173
+ "type": "text"
174
+ },
175
+ "description": {
176
+ "type": "text"
177
+ },
178
+ "title": {
179
+ "type": "text"
180
+ },
181
+ "version": {
182
+ "type": "integer"
183
+ },
184
+ "visName": {
185
+ "index": false,
186
+ "type": "keyword",
187
+ "doc_values": false
188
+ }
189
+ }
190
+ },
191
+ "application_usage_daily": {
192
+ "dynamic": false,
193
+ "properties": {
194
+ "timestamp": {
195
+ "type": "date"
196
+ }
197
+ }
198
+ },
199
+ "visualization": {
200
+ "properties": {
201
+ "savedSearchRefName": {
202
+ "index": false,
203
+ "type": "keyword",
204
+ "doc_values": false
205
+ },
206
+ "description": {
207
+ "type": "text"
208
+ },
209
+ "uiStateJSON": {
210
+ "index": false,
211
+ "type": "text"
212
+ },
213
+ "title": {
214
+ "type": "text"
215
+ },
216
+ "version": {
217
+ "type": "integer"
218
+ },
219
+ "kibanaSavedObjectMeta": {
220
+ "properties": {
221
+ "searchSourceJSON": {
222
+ "index": false,
223
+ "type": "text"
224
+ }
225
+ }
226
+ },
227
+ "visState": {
228
+ "index": false,
229
+ "type": "text"
230
+ }
231
+ }
232
+ },
233
+ "observability-search": {
234
+ "dynamic": false,
235
+ "properties": {
236
+ "description": {
237
+ "type": "text"
238
+ },
239
+ "title": {
240
+ "type": "text"
241
+ },
242
+ "version": {
243
+ "type": "integer"
244
+ }
245
+ }
246
+ },
247
+ "references": {
248
+ "type": "nested",
249
+ "properties": {
250
+ "name": {
251
+ "type": "keyword"
252
+ },
253
+ "id": {
254
+ "type": "keyword"
255
+ },
256
+ "type": {
257
+ "type": "keyword"
258
+ }
259
+ }
260
+ },
261
+ "integration-template": {
262
+ "dynamic": false,
263
+ "properties": {
264
+ "components": {
265
+ "type": "nested"
266
+ },
267
+ "displayName": {
268
+ "type": "text"
269
+ },
270
+ "author": {
271
+ "type": "text"
272
+ },
273
+ "description": {
274
+ "type": "text"
275
+ },
276
+ "type": {
277
+ "type": "text"
278
+ },
279
+ "version": {
280
+ "type": "text"
281
+ },
282
+ "statics": {
283
+ "type": "nested"
284
+ },
285
+ "labels": {
286
+ "type": "text"
287
+ },
288
+ "sourceUrl": {
289
+ "type": "text"
290
+ },
291
+ "license": {
292
+ "type": "text"
293
+ },
294
+ "assets": {
295
+ "type": "nested"
296
+ },
297
+ "sampleData": {
298
+ "type": "nested"
299
+ },
300
+ "name": {
301
+ "type": "text"
302
+ }
303
+ }
304
+ },
305
+ "type": {
306
+ "type": "keyword"
307
+ },
308
+ "sample-data-telemetry": {
309
+ "properties": {
310
+ "installCount": {
311
+ "type": "long"
312
+ },
313
+ "unInstallCount": {
314
+ "type": "long"
315
+ }
316
+ }
317
+ },
318
+ "search": {
319
+ "properties": {
320
+ "hits": {
321
+ "index": false,
322
+ "type": "integer",
323
+ "doc_values": false
324
+ },
325
+ "columns": {
326
+ "index": false,
327
+ "type": "keyword",
328
+ "doc_values": false
329
+ },
330
+ "description": {
331
+ "type": "text"
332
+ },
333
+ "sort": {
334
+ "index": false,
335
+ "type": "keyword",
336
+ "doc_values": false
337
+ },
338
+ "title": {
339
+ "type": "text"
340
+ },
341
+ "version": {
342
+ "type": "integer"
343
+ },
344
+ "kibanaSavedObjectMeta": {
345
+ "properties": {
346
+ "searchSourceJSON": {
347
+ "index": false,
348
+ "type": "text"
349
+ }
350
+ }
351
+ }
352
+ }
353
+ },
354
+ "originId": {
355
+ "type": "keyword"
356
+ },
357
+ "application_usage_totals": {
358
+ "dynamic": false,
359
+ "properties": {}
360
+ },
361
+ "updated_at": {
362
+ "type": "date"
363
+ },
364
+ "dql-telemetry": {
365
+ "properties": {
366
+ "optInCount": {
367
+ "type": "long"
368
+ },
369
+ "optOutCount": {
370
+ "type": "long"
371
+ }
372
+ }
373
+ },
374
+ "search-telemetry": {
375
+ "dynamic": false,
376
+ "properties": {}
377
+ },
378
+ "integration-instance": {
379
+ "dynamic": false,
380
+ "properties": {
381
+ "assets": {
382
+ "type": "nested"
383
+ },
384
+ "templateName": {
385
+ "type": "text"
386
+ },
387
+ "name": {
388
+ "type": "text"
389
+ },
390
+ "creationDate": {
391
+ "type": "date"
392
+ },
393
+ "dataSource": {
394
+ "type": "text"
395
+ }
396
+ }
397
+ },
398
+ "observability-panel": {
399
+ "dynamic": false,
400
+ "properties": {
401
+ "description": {
402
+ "type": "text"
403
+ },
404
+ "title": {
405
+ "type": "text"
406
+ }
407
+ }
408
+ },
409
+ "visualization-visbuilder": {
410
+ "properties": {
411
+ "styleState": {
412
+ "index": false,
413
+ "type": "text"
414
+ },
415
+ "uiState": {
416
+ "index": false,
417
+ "type": "text"
418
+ },
419
+ "description": {
420
+ "type": "text"
421
+ },
422
+ "visualizationState": {
423
+ "index": false,
424
+ "type": "text"
425
+ },
426
+ "title": {
427
+ "type": "text"
428
+ },
429
+ "version": {
430
+ "type": "integer"
431
+ },
432
+ "kibanaSavedObjectMeta": {
433
+ "properties": {
434
+ "searchSourceJSON": {
435
+ "index": false,
436
+ "type": "text"
437
+ }
438
+ }
439
+ }
440
+ }
441
+ },
442
+ "map": {
443
+ "properties": {
444
+ "uiState": {
445
+ "index": false,
446
+ "type": "text"
447
+ },
448
+ "mapState": {
449
+ "index": false,
450
+ "type": "text"
451
+ },
452
+ "description": {
453
+ "type": "text"
454
+ },
455
+ "layerList": {
456
+ "index": false,
457
+ "type": "text"
458
+ },
459
+ "title": {
460
+ "type": "text"
461
+ },
462
+ "version": {
463
+ "type": "integer"
464
+ },
465
+ "kibanaSavedObjectMeta": {
466
+ "properties": {
467
+ "searchSourceJSON": {
468
+ "index": false,
469
+ "type": "text"
470
+ }
471
+ }
472
+ }
473
+ }
474
+ },
475
+ "dashboard": {
476
+ "properties": {
477
+ "hits": {
478
+ "index": false,
479
+ "type": "integer",
480
+ "doc_values": false
481
+ },
482
+ "timeFrom": {
483
+ "index": false,
484
+ "type": "keyword",
485
+ "doc_values": false
486
+ },
487
+ "timeTo": {
488
+ "index": false,
489
+ "type": "keyword",
490
+ "doc_values": false
491
+ },
492
+ "refreshInterval": {
493
+ "properties": {
494
+ "display": {
495
+ "index": false,
496
+ "type": "keyword",
497
+ "doc_values": false
498
+ },
499
+ "section": {
500
+ "index": false,
501
+ "type": "integer",
502
+ "doc_values": false
503
+ },
504
+ "value": {
505
+ "index": false,
506
+ "type": "integer",
507
+ "doc_values": false
508
+ },
509
+ "pause": {
510
+ "index": false,
511
+ "type": "boolean",
512
+ "doc_values": false
513
+ }
514
+ }
515
+ },
516
+ "description": {
517
+ "type": "text"
518
+ },
519
+ "timeRestore": {
520
+ "index": false,
521
+ "type": "boolean",
522
+ "doc_values": false
523
+ },
524
+ "title": {
525
+ "type": "text"
526
+ },
527
+ "version": {
528
+ "type": "integer"
529
+ },
530
+ "kibanaSavedObjectMeta": {
531
+ "properties": {
532
+ "searchSourceJSON": {
533
+ "index": false,
534
+ "type": "text"
535
+ }
536
+ }
537
+ },
538
+ "optionsJSON": {
539
+ "index": false,
540
+ "type": "text"
541
+ },
542
+ "panelsJSON": {
543
+ "index": false,
544
+ "type": "text"
545
+ }
546
+ }
547
+ },
548
+ "query": {
549
+ "properties": {
550
+ "timefilter": {
551
+ "type": "object",
552
+ "enabled": false
553
+ },
554
+ "query": {
555
+ "properties": {
556
+ "query": {
557
+ "index": false,
558
+ "type": "keyword"
559
+ },
560
+ "language": {
561
+ "type": "keyword"
562
+ }
563
+ }
564
+ },
565
+ "description": {
566
+ "type": "text"
567
+ },
568
+ "filters": {
569
+ "type": "object",
570
+ "enabled": false
571
+ },
572
+ "title": {
573
+ "type": "text"
574
+ }
575
+ }
576
+ },
577
+ "ui-metric": {
578
+ "properties": {
579
+ "count": {
580
+ "type": "integer"
581
+ }
582
+ }
583
+ },
584
+ "application_usage_transactional": {
585
+ "dynamic": false,
586
+ "properties": {}
587
+ },
588
+ "observability-visualization": {
589
+ "dynamic": false,
590
+ "properties": {
591
+ "description": {
592
+ "type": "text"
593
+ },
594
+ "title": {
595
+ "type": "text"
596
+ },
597
+ "version": {
598
+ "type": "integer"
599
+ }
600
+ }
601
+ },
602
+ "url": {
603
+ "properties": {
604
+ "accessCount": {
605
+ "type": "long"
606
+ },
607
+ "accessDate": {
608
+ "type": "date"
609
+ },
610
+ "url": {
611
+ "type": "text",
612
+ "fields": {
613
+ "keyword": {
614
+ "ignore_above": 2048,
615
+ "type": "keyword"
616
+ }
617
+ }
618
+ },
619
+ "createDate": {
620
+ "type": "date"
621
+ }
622
+ }
623
+ },
624
+ "migrationVersion": {
625
+ "dynamic": "true",
626
+ "type": "object"
627
+ },
628
+ "index-pattern": {
629
+ "dynamic": false,
630
+ "properties": {
631
+ "title": {
632
+ "type": "text"
633
+ },
634
+ "type": {
635
+ "type": "keyword"
636
+ }
637
+ }
638
+ },
639
+ "namespace": {
640
+ "type": "keyword"
641
+ },
642
+ "config": {
643
+ "dynamic": false,
644
+ "properties": {
645
+ "buildNum": {
646
+ "type": "keyword"
647
+ }
648
+ }
649
+ },
650
+ "tsvb-validation-telemetry": {
651
+ "properties": {
652
+ "failedRequests": {
653
+ "type": "long"
654
+ }
655
+ }
656
+ },
657
+ "namespaces": {
658
+ "type": "keyword"
659
+ },
660
+ "homepage": {
661
+ "properties": {
662
+ "heroes": {
663
+ "type": "object",
664
+ "properties": {
665
+ "id": {
666
+ "type": "keyword"
667
+ }
668
+ }
669
+ },
670
+ "kibanaSavedObjectMeta": {
671
+ "properties": {
672
+ "searchSourceJSON": {
673
+ "index": false,
674
+ "type": "text"
675
+ }
676
+ }
677
+ },
678
+ "sections": {
679
+ "type": "object",
680
+ "properties": {
681
+ "id": {
682
+ "type": "keyword"
683
+ }
684
+ }
685
+ }
686
+ }
687
+ }
688
+ }
689
+ }
690
+ },
691
+ "composed_of": [],
692
+ "priority": 2147483647
693
+ }
694
+ }
695
+ ]
696
+ }
697
+