All Downloads are FREE. Search and download functionalities are using the official Maven repository.

arch.plugin.x-pack-core.7.12.1.source-code.monitoring-logstash.json Maven / Gradle / Ivy

{
  "index_patterns": [ ".monitoring-logstash-${monitoring.template.version}-*" ],
  "version": 7120099,
  "settings": {
    "index.number_of_shards": 1,
    "index.number_of_replicas": 0,
    "index.auto_expand_replicas": "0-1",
    "index.format": 7,
    "index.codec": "best_compression"
  },
  "mappings": {
    "_doc": {
      "dynamic": false,
      "properties": {
        "cluster_uuid": {
          "type": "keyword"
        },
        "timestamp": {
          "type": "date",
          "format": "date_time"
        },
        "interval_ms": {
          "type": "long"
        },
        "type": {
          "type": "keyword"
        },
        "source_node": {
          "properties": {
            "uuid": {
              "type": "keyword"
            },
            "host": {
              "type": "keyword"
            },
            "transport_address": {
              "type": "keyword"
            },
            "ip": {
              "type": "keyword"
            },
            "name": {
              "type": "keyword"
            },
            "timestamp": {
              "type": "date",
              "format": "date_time"
            }
          }
        },
        "logstash_stats": {
          "type": "object",
          "properties": {
            "logstash": {
              "properties": {
                "uuid": {
                  "type": "keyword"
                },
                "name": {
                  "type": "keyword"
                },
                "ephemeral_id": {
                  "type": "keyword"
                },
                "host": {
                  "type": "keyword"
                },
                "http_address": {
                  "type": "keyword"
                },
                "version": {
                  "type": "keyword"
                },
                "snapshot": {
                  "type": "boolean"
                },
                "status": {
                  "type": "keyword"
                },
                "pipeline": {
                  "properties": {
                    "workers": {
                      "type": "short"
                    },
                    "batch_size": {
                      "type": "long"
                    }
                  }
                }
              }
            },
            "events": {
              "properties": {
                "filtered": {
                  "type": "long"
                },
                "in": {
                  "type": "long"
                },
                "out": {
                  "type": "long"
                },
                "duration_in_millis": {
                  "type": "long"
                }
              }
            },
            "timestamp": {
              "type": "date"
            },
            "jvm": {
              "properties": {
                "uptime_in_millis": {
                  "type": "long"
                },
                "gc": {
                  "properties": {
                    "collectors": {
                      "properties": {
                        "old": {
                          "properties": {
                            "collection_count": {
                              "type": "long"
                            },
                            "collection_time_in_millis": {
                              "type": "long"
                            }
                          }
                        },
                        "young": {
                          "properties": {
                            "collection_count": {
                              "type": "long"
                            },
                            "collection_time_in_millis": {
                              "type": "long"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "mem": {
                  "properties": {
                    "heap_max_in_bytes": {
                      "type": "long"
                    },
                    "heap_used_in_bytes": {
                      "type": "long"
                    },
                    "heap_used_percent": {
                      "type": "long"
                    }
                  }
                }
              }
            },
            "os": {
              "properties": {
                "cpu": {
                  "properties": {
                    "load_average": {
                      "properties": {
                        "1m": {
                          "type": "half_float"
                        },
                        "5m": {
                          "type": "half_float"
                        },
                        "15m": {
                          "type": "half_float"
                        }
                      }
                    }
                  }
                },
                "cgroup": {
                  "properties": {
                    "cpuacct": {
                      "properties": {
                        "control_group": {
                          "type": "keyword"
                        },
                        "usage_nanos": {
                          "type": "long"
                        }
                      }
                    },
                    "cpu": {
                      "properties": {
                        "control_group": {
                          "type": "keyword"
                        },
                        "stat": {
                          "properties": {
                            "number_of_elapsed_periods": {
                              "type": "long"
                            },
                            "number_of_times_throttled": {
                              "type": "long"
                            },
                            "time_throttled_nanos": {
                              "type": "long"
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "process": {
              "properties": {
                "cpu": {
                  "properties": {
                    "percent": {
                      "type": "long"
                    }
                  }
                },
                "max_file_descriptors": {
                  "type": "long"
                },
                "open_file_descriptors": {
                  "type": "long"
                }
              }
            },
            "reloads": {
              "properties": {
                "failures": {
                  "type": "long"
                },
                "successes": {
                  "type": "long"
                }
              }
            },
            "queue": {
              "properties": {
                "events_count": {
                  "type": "long"
                },
                "type": {
                  "type": "keyword"
                }
              }
            },
            "pipelines": {
              "type": "nested",
              "properties": {
                "id": {
                  "type": "keyword"
                },
                "hash": {
                  "type": "keyword"
                },
                "ephemeral_id": {
                  "type": "keyword"
                },
                "events": {
                  "properties": {
                    "in": {
                      "type": "long"
                    },
                    "filtered": {
                      "type": "long"
                    },
                    "out": {
                      "type": "long"
                    },
                    "duration_in_millis":{
                      "type": "long"
                    },
                    "queue_push_duration_in_millis": {
                      "type": "long"
                    }
                  }
                },
                "queue": {
                  "properties": {
                    "events_count": {
                      "type": "long"
                    },
                    "type": {
                      "type": "keyword"
                    },
                    "max_queue_size_in_bytes": {
                      "type": "long"
                    },
                    "queue_size_in_bytes": {
                      "type": "long"
                    }
                  }
                },
                "vertices": {
                  "type": "nested",
                  "properties": {
                    "id": {
                      "type": "keyword"
                    },
                    "pipeline_ephemeral_id": { "type": "keyword" },
                    "events_in": { "type": "long" },
                    "events_out": { "type": "long" },
                    "duration_in_millis": { "type": "long" },
                    "queue_push_duration_in_millis": { "type": "long" },
                    "long_counters": {
                      "type": "nested",
                      "properties": {
                        "name": {
                          "type": "keyword"
                        },
                        "value": {
                          "type": "long"
                        }
                      }
                    },
                    "double_gauges": {
                      "type": "nested",
                      "properties": {
                        "name": {
                          "type": "keyword"
                        },
                        "value": {
                          "type": "double"
                        }
                      }
                    }
                  }
                },
                "reloads": {
                  "properties": {
                    "failures": {
                      "type": "long"
                    },
                    "successes": {
                      "type": "long"
                    }
                  }
                }
              }
            },
            "workers": {
              "type": "short"
            },
            "batch_size": {
              "type": "integer"
            }
          }
        },
        "logstash_state": {
          "properties": {
            "uuid": {
              "type": "keyword"
            },
            "name": {
              "type": "keyword"
            },
            "host": {
              "type": "keyword"
            },
            "http_address": {
              "type": "keyword"
            },
            "ephemeral_id": {
              "type": "keyword"
            },
            "version": {
              "type": "keyword"
            },
            "snapshot": {
              "type": "boolean"
            },
            "status": {
              "type": "keyword"
            },
            "pipeline": {
              "properties": {
                "id": {
                  "type": "keyword"
                },
                "hash": {
                  "type": "keyword"
                },
                "ephemeral_id": {
                  "type": "keyword"
                },
                "workers": {
                  "type": "short"
                },
                "batch_size": {
                  "type": "integer"
                },
                "format": {
                  "type": "keyword"
                },
                "version": {
                  "type": "keyword"
                },
                "representation": {
                  "enabled": false
                }
              }
            }
          }
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy