Browse Source

fix monitoring-beats-mb template (#83160)

Kevin Lacabane 3 years ago
parent
commit
563cb9e37b
1 changed files with 364 additions and 364 deletions
  1. 364 364
      x-pack/plugin/core/src/main/resources/monitoring-beats-mb.json

+ 364 - 364
x-pack/plugin/core/src/main/resources/monitoring-beats-mb.json

@@ -1042,476 +1042,476 @@
         },
         "beats_stats": {
           "properties": {
-            "apm-server": {
+            "beat": {
               "properties": {
-                "acm": {
+                "host": {
+                  "type": "alias",
+                  "path": "beat.stats.beat.host"
+                },
+                "name": {
+                  "type": "alias",
+                  "path": "beat.stats.beat.name"
+                },
+                "type": {
+                  "type": "alias",
+                  "path": "beat.stats.beat.type"
+                },
+                "uuid": {
+                  "type": "alias",
+                  "path": "beat.stats.beat.uuid"
+                },
+                "version": {
+                  "type": "alias",
+                  "path": "beat.stats.beat.version"
+                }
+              }
+            },
+            "metrics": {
+              "properties": {
+                "apm-server": {
                   "properties": {
-                    "request": {
-                      "properties": {
-                        "count": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.acm.request.count"
-                        }
-                      }
-                    },
-                    "response": {
+                    "acm": {
                       "properties": {
-                        "count": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.acm.response.count"
-                        },
-                        "errors": {
-                          "properties": {
-                            "closed": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.closed"
-                            },
-                            "count": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.count"
-                            },
-                            "decode": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.decode"
-                            },
-                            "forbidden": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.forbidden"
-                            },
-                            "internal": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.internal"
-                            },
-                            "invalidquery": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.invalidquery"
-                            },
-                            "method": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.method"
-                            },
-                            "notfound": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.notfound"
-                            },
-                            "queue": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.queue"
-                            },
-                            "ratelimit": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.ratelimit"
-                            },
-                            "toolarge": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.toolarge"
-                            },
-                            "unauthorized": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.unauthorized"
-                            },
-                            "unavailable": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.unavailable"
-                            },
-                            "validate": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.errors.validate"
-                            }
-                          }
-                        },
                         "request": {
                           "properties": {
                             "count": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.request.count"
+                              "path": "beat.stats.apm_server.acm.request.count"
                             }
                           }
                         },
-                        "unset": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.acm.response.unset"
-                        },
-                        "valid": {
+                        "response": {
                           "properties": {
-                            "accepted": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.valid.accepted"
-                            },
                             "count": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.valid.count"
+                              "path": "beat.stats.apm_server.acm.response.count"
                             },
-                            "notmodified": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.valid.notmodified"
+                            "errors": {
+                              "properties": {
+                                "closed": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.closed"
+                                },
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.count"
+                                },
+                                "decode": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.decode"
+                                },
+                                "forbidden": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.forbidden"
+                                },
+                                "internal": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.internal"
+                                },
+                                "invalidquery": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.invalidquery"
+                                },
+                                "method": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.method"
+                                },
+                                "notfound": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.notfound"
+                                },
+                                "queue": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.queue"
+                                },
+                                "ratelimit": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.ratelimit"
+                                },
+                                "toolarge": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.toolarge"
+                                },
+                                "unauthorized": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.unauthorized"
+                                },
+                                "unavailable": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.unavailable"
+                                },
+                                "validate": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.errors.validate"
+                                }
+                              }
                             },
-                            "ok": {
+                            "request": {
+                              "properties": {
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.request.count"
+                                }
+                              }
+                            },
+                            "unset": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.acm.response.valid.ok"
+                              "path": "beat.stats.apm_server.acm.response.unset"
+                            },
+                            "valid": {
+                              "properties": {
+                                "accepted": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.valid.accepted"
+                                },
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.valid.count"
+                                },
+                                "notmodified": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.valid.notmodified"
+                                },
+                                "ok": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.acm.response.valid.ok"
+                                }
+                              }
                             }
                           }
                         }
                       }
-                    }
-                  }
-                },
-                "decoder": {
-                  "properties": {
-                    "deflate": {
-                      "properties": {
-                        "content-length": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.decoder.deflate.content-length"
-                        },
-                        "count": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.decoder.deflate.count"
-                        }
-                      }
                     },
-                    "gzip": {
-                      "properties": {
-                        "content-length": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.decoder.gzip.content-length"
-                        },
-                        "count": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.decoder.gzip.count"
-                        }
-                      }
-                    },
-                    "missing-content-length": {
-                      "properties": {
-                        "count": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.decoder.missing-content-length.count"
-                        }
-                      }
-                    },
-                    "reader": {
-                      "properties": {
-                        "count": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.decoder.reader.count"
-                        },
-                        "size": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.decoder.reader.size"
-                        }
-                      }
-                    },
-                    "uncompressed": {
-                      "properties": {
-                        "content-length": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.decoder.uncompressed.content-length"
-                        },
-                        "count": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.decoder.uncompressed.count"
-                        }
-                      }
-                    }
-                  }
-                },
-                "processor": {
-                  "properties": {
-                    "error": {
+                    "decoder": {
                       "properties": {
-                        "decoding": {
+                        "deflate": {
                           "properties": {
-                            "count": {
+                            "content-length": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.error.decoding.count"
+                              "path": "beat.stats.apm_server.decoder.deflate.content-length"
                             },
-                            "errors": {
+                            "count": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.error.decoding.errors"
+                              "path": "beat.stats.apm_server.decoder.deflate.count"
                             }
                           }
                         },
-                        "frames": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.error.frames"
-                        },
-                        "spans": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.error.spans"
-                        },
-                        "stacktraces": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.error.stacktraces"
-                        },
-                        "transformations": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.error.transformations"
-                        },
-                        "validation": {
+                        "gzip": {
                           "properties": {
-                            "count": {
+                            "content-length": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.error.validation.count"
+                              "path": "beat.stats.apm_server.decoder.gzip.content-length"
                             },
-                            "errors": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.processor.error.validation.errors"
-                            }
-                          }
-                        }
-                      }
-                    },
-                    "metric": {
-                      "properties": {
-                        "decoding": {
-                          "properties": {
                             "count": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.metric.decoding.count"
-                            },
-                            "errors": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.processor.metric.decoding.errors"
+                              "path": "beat.stats.apm_server.decoder.gzip.count"
                             }
                           }
                         },
-                        "transformations": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.metric.transformations"
-                        },
-                        "validation": {
+                        "missing-content-length": {
                           "properties": {
                             "count": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.metric.validation.count"
-                            },
-                            "errors": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.processor.metric.validation.errors"
+                              "path": "beat.stats.apm_server.decoder.missing-content-length.count"
                             }
                           }
-                        }
-                      }
-                    },
-                    "sourcemap": {
-                      "properties": {
-                        "counter": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.sourcemap.counter"
                         },
-                        "decoding": {
+                        "reader": {
                           "properties": {
                             "count": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.sourcemap.decoding.count"
+                              "path": "beat.stats.apm_server.decoder.reader.count"
                             },
-                            "errors": {
+                            "size": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.sourcemap.decoding.errors"
+                              "path": "beat.stats.apm_server.decoder.reader.size"
                             }
                           }
                         },
-                        "validation": {
+                        "uncompressed": {
                           "properties": {
-                            "count": {
+                            "content-length": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.sourcemap.validation.count"
+                              "path": "beat.stats.apm_server.decoder.uncompressed.content-length"
                             },
-                            "errors": {
+                            "count": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.sourcemap.validation.errors"
+                              "path": "beat.stats.apm_server.decoder.uncompressed.count"
                             }
                           }
                         }
                       }
                     },
-                    "span": {
-                      "properties": {
-                        "transformations": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.span.transformations"
-                        }
-                      }
-                    },
-                    "transaction": {
+                    "processor": {
                       "properties": {
-                        "decoding": {
+                        "error": {
                           "properties": {
-                            "count": {
+                            "decoding": {
+                              "properties": {
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.error.decoding.count"
+                                },
+                                "errors": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.error.decoding.errors"
+                                }
+                              }
+                            },
+                            "frames": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.transaction.decoding.count"
+                              "path": "beat.stats.apm_server.processor.error.frames"
                             },
-                            "errors": {
+                            "spans": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.transaction.decoding.errors"
-                            }
-                          }
-                        },
-                        "frames": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.transaction.frames"
-                        },
-                        "spans": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.transaction.spans"
-                        },
-                        "stacktraces": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.transaction.stacktraces"
-                        },
-                        "transactions": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.transaction.transactions"
-                        },
-                        "transformations": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.processor.transaction.transformations"
-                        },
-                        "validation": {
-                          "properties": {
-                            "count": {
+                              "path": "beat.stats.apm_server.processor.error.spans"
+                            },
+                            "stacktraces": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.transaction.validation.count"
+                              "path": "beat.stats.apm_server.processor.error.stacktraces"
                             },
-                            "errors": {
+                            "transformations": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.processor.transaction.validation.errors"
+                              "path": "beat.stats.apm_server.processor.error.transformations"
+                            },
+                            "validation": {
+                              "properties": {
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.error.validation.count"
+                                },
+                                "errors": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.error.validation.errors"
+                                }
+                              }
                             }
                           }
-                        }
-                      }
-                    }
-                  }
-                },
-                "server": {
-                  "properties": {
-                    "concurrent": {
-                      "properties": {
-                        "wait": {
+                        },
+                        "metric": {
                           "properties": {
-                            "ms": {
+                            "decoding": {
+                              "properties": {
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.metric.decoding.count"
+                                },
+                                "errors": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.metric.decoding.errors"
+                                }
+                              }
+                            },
+                            "transformations": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.server.concurrent.wait.ms"
+                              "path": "beat.stats.apm_server.processor.metric.transformations"
+                            },
+                            "validation": {
+                              "properties": {
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.metric.validation.count"
+                                },
+                                "errors": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.metric.validation.errors"
+                                }
+                              }
                             }
                           }
-                        }
-                      }
-                    },
-                    "request": {
-                      "properties": {
-                        "count": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.server.request.count"
-                        }
-                      }
-                    },
-                    "response": {
-                      "properties": {
-                        "count": {
-                          "type": "alias",
-                          "path": "beat.stats.apm_server.server.response.count"
                         },
-                        "errors": {
+                        "sourcemap": {
                           "properties": {
-                            "closed": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.closed"
-                            },
-                            "concurrency": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.concurrency"
-                            },
-                            "count": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.count"
-                            },
-                            "decode": {
+                            "counter": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.decode"
+                              "path": "beat.stats.apm_server.processor.sourcemap.counter"
                             },
-                            "forbidden": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.forbidden"
+                            "decoding": {
+                              "properties": {
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.sourcemap.decoding.count"
+                                },
+                                "errors": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.sourcemap.decoding.errors"
+                                }
+                              }
                             },
-                            "internal": {
+                            "validation": {
+                              "properties": {
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.sourcemap.validation.count"
+                                },
+                                "errors": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.sourcemap.validation.errors"
+                                }
+                              }
+                            }
+                          }
+                        },
+                        "span": {
+                          "properties": {
+                            "transformations": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.internal"
+                              "path": "beat.stats.apm_server.processor.span.transformations"
+                            }
+                          }
+                        },
+                        "transaction": {
+                          "properties": {
+                            "decoding": {
+                              "properties": {
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.transaction.decoding.count"
+                                },
+                                "errors": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.transaction.decoding.errors"
+                                }
+                              }
                             },
-                            "method": {
+                            "frames": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.method"
+                              "path": "beat.stats.apm_server.processor.transaction.frames"
                             },
-                            "queue": {
+                            "spans": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.queue"
+                              "path": "beat.stats.apm_server.processor.transaction.spans"
                             },
-                            "ratelimit": {
+                            "stacktraces": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.ratelimit"
+                              "path": "beat.stats.apm_server.processor.transaction.stacktraces"
                             },
-                            "toolarge": {
+                            "transactions": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.toolarge"
+                              "path": "beat.stats.apm_server.processor.transaction.transactions"
                             },
-                            "unauthorized": {
+                            "transformations": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.unauthorized"
+                              "path": "beat.stats.apm_server.processor.transaction.transformations"
                             },
-                            "validate": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.errors.validate"
+                            "validation": {
+                              "properties": {
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.transaction.validation.count"
+                                },
+                                "errors": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.processor.transaction.validation.errors"
+                                }
+                              }
+                            }
+                          }
+                        }
+                      }
+                    },
+                    "server": {
+                      "properties": {
+                        "concurrent": {
+                          "properties": {
+                            "wait": {
+                              "properties": {
+                                "ms": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.concurrent.wait.ms"
+                                }
+                              }
                             }
                           }
                         },
-                        "valid": {
+                        "request": {
                           "properties": {
-                            "accepted": {
+                            "count": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.valid.accepted"
-                            },
+                              "path": "beat.stats.apm_server.server.request.count"
+                            }
+                          }
+                        },
+                        "response": {
+                          "properties": {
                             "count": {
                               "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.valid.count"
+                              "path": "beat.stats.apm_server.server.response.count"
                             },
-                            "ok": {
-                              "type": "alias",
-                              "path": "beat.stats.apm_server.server.response.valid.ok"
+                            "errors": {
+                              "properties": {
+                                "closed": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.closed"
+                                },
+                                "concurrency": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.concurrency"
+                                },
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.count"
+                                },
+                                "decode": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.decode"
+                                },
+                                "forbidden": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.forbidden"
+                                },
+                                "internal": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.internal"
+                                },
+                                "method": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.method"
+                                },
+                                "queue": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.queue"
+                                },
+                                "ratelimit": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.ratelimit"
+                                },
+                                "toolarge": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.toolarge"
+                                },
+                                "unauthorized": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.unauthorized"
+                                },
+                                "validate": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.errors.validate"
+                                }
+                              }
+                            },
+                            "valid": {
+                              "properties": {
+                                "accepted": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.valid.accepted"
+                                },
+                                "count": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.valid.count"
+                                },
+                                "ok": {
+                                  "type": "alias",
+                                  "path": "beat.stats.apm_server.server.response.valid.ok"
+                                }
+                              }
                             }
                           }
                         }
                       }
                     }
                   }
-                }
-              }
-            },
-            "beat": {
-              "properties": {
-                "host": {
-                  "type": "alias",
-                  "path": "beat.stats.beat.host"
-                },
-                "name": {
-                  "type": "alias",
-                  "path": "beat.stats.beat.name"
-                },
-                "type": {
-                  "type": "alias",
-                  "path": "beat.stats.beat.type"
-                },
-                "uuid": {
-                  "type": "alias",
-                  "path": "beat.stats.beat.uuid"
                 },
-                "version": {
-                  "type": "alias",
-                  "path": "beat.stats.beat.version"
-                }
-              }
-            },
-            "metrics": {
-              "properties": {
                 "beat": {
                   "properties": {
                     "cgroup": {