File tree Expand file tree Collapse file tree 1 file changed +268
-0
lines changed
x-pack/plugin/core/src/main/resources Expand file tree Collapse file tree 1 file changed +268
-0
lines changed Original file line number Diff line number Diff line change 222222 }
223223 }
224224 },
225+ "apm-server" : {
226+ "properties" : {
227+ "server" : {
228+ "properties" : {
229+ "request" : {
230+ "properties" : {
231+ "count" : {
232+ "type" : " long"
233+ }
234+ }
235+ },
236+ "concurrent" : {
237+ "properties" : {
238+ "wait" : {
239+ "properties" : {
240+ "ms" : {
241+ "type" : " long"
242+ }
243+ }
244+ }
245+ }
246+ },
247+ "response" : {
248+ "properties" : {
249+ "count" : {
250+ "type" : " long"
251+ },
252+ "errors" : {
253+ "properties" : {
254+ "count" : {
255+ "type" : " long"
256+ },
257+ "toolarge" : {
258+ "type" : " long"
259+ },
260+ "validate" : {
261+ "type" : " long"
262+ },
263+ "ratelimit" : {
264+ "type" : " long"
265+ },
266+ "queue" : {
267+ "type" : " long"
268+ },
269+ "closed" : {
270+ "type" : " long"
271+ },
272+ "forbidden" : {
273+ "type" : " long"
274+ },
275+ "concurrency" : {
276+ "type" : " long"
277+ },
278+ "unauthorized" : {
279+ "type" : " long"
280+ },
281+ "decode" : {
282+ "type" : " long"
283+ },
284+ "method" : {
285+ "type" : " long"
286+ }
287+ }
288+ },
289+ "valid" : {
290+ "properties" : {
291+ "ok" : {
292+ "type" : " long"
293+ },
294+ "accepted" : {
295+ "type" : " long"
296+ },
297+ "count" : {
298+ "type" : " long"
299+ }
300+ }
301+ }
302+ }
303+ }
304+ }
305+ },
306+ "decoder" : {
307+ "properties" : {
308+ "deflate" : {
309+ "properties" : {
310+ "content-length" : {
311+ "type" : " long"
312+ },
313+ "count" : {
314+ "type" : " long"
315+ }
316+ }
317+ },
318+ "gzip" : {
319+ "properties" : {
320+ "content-length" : {
321+ "type" : " long"
322+ },
323+ "count" : {
324+ "type" : " long"
325+ }
326+ }
327+ },
328+ "uncompressed" : {
329+ "properties" : {
330+ "content-length" : {
331+ "type" : " long"
332+ },
333+ "count" : {
334+ "type" : " long"
335+ }
336+ }
337+ },
338+ "reader" : {
339+ "properties" : {
340+ "size" : {
341+ "type" : " long"
342+ },
343+ "count" : {
344+ "type" : " long"
345+ }
346+ }
347+ },
348+ "missing-content-length" : {
349+ "properties" : {
350+ "count" : {
351+ "type" : " long"
352+ }
353+ }
354+ }
355+ }
356+
357+ },
358+ "processor" : {
359+ "properties" : {
360+ "metric" : {
361+ "properties" : {
362+ "decoding" : {
363+ "properties" : {
364+ "errors" : {
365+ "type" : " long"
366+ },
367+ "count" : {
368+ "type" : " long"
369+ }
370+ }
371+ },
372+ "validation" : {
373+ "properties" : {
374+ "errors" : {
375+ "type" : " long"
376+ },
377+ "count" : {
378+ "type" : " long"
379+ }
380+ }
381+ },
382+ "transformations" : {
383+ "type" : " long"
384+ }
385+ }
386+ },
387+ "sourcemap" : {
388+ "properties" : {
389+ "counter" : {
390+ "type" : " long"
391+ },
392+ "decoding" : {
393+ "properties" : {
394+ "errors" : {
395+ "type" : " long"
396+ },
397+ "count" : {
398+ "type" : " long"
399+ }
400+ }
401+ },
402+ "validation" : {
403+ "properties" : {
404+ "errors" : {
405+ "type" : " long"
406+ },
407+ "count" : {
408+ "type" : " long"
409+ }
410+ }
411+ }
412+ }
413+ },
414+ "transaction" : {
415+ "properties" : {
416+ "decoding" : {
417+ "properties" : {
418+ "errors" : {
419+ "type" : " long"
420+ },
421+ "count" : {
422+ "type" : " long"
423+ }
424+ }
425+ },
426+ "validation" : {
427+ "properties" : {
428+ "errors" : {
429+ "type" : " long"
430+ },
431+ "count" : {
432+ "type" : " long"
433+ }
434+ }
435+ },
436+ "transformations" : {
437+ "type" : " long"
438+ },
439+ "transactions" : {
440+ "type" : " long"
441+ },
442+ "spans" : {
443+ "type" : " long"
444+ },
445+ "stacktraces" : {
446+ "type" : " long"
447+ },
448+ "frames" : {
449+ "type" : " long"
450+ }
451+ }
452+ },
453+ "error" : {
454+ "properties" : {
455+ "decoding" : {
456+ "properties" : {
457+ "errors" : {
458+ "type" : " long"
459+ },
460+ "count" : {
461+ "type" : " long"
462+ }
463+ }
464+ },
465+ "validation" : {
466+ "properties" : {
467+ "errors" : {
468+ "type" : " long"
469+ },
470+ "count" : {
471+ "type" : " long"
472+ }
473+ }
474+ },
475+ "transformations" : {
476+ "type" : " long"
477+ },
478+ "errors" : {
479+ "type" : " long"
480+ },
481+ "stacktraces" : {
482+ "type" : " long"
483+ },
484+ "frames" : {
485+ "type" : " long"
486+ }
487+ }
488+ }
489+ }
490+ }
491+ }
492+ },
225493 "libbeat" : {
226494 "properties" : {
227495 "config" : {
You can’t perform that action at this time.
0 commit comments