Guest User

index

a guest
Dec 27th, 2021
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 22.84 KB | None | 0 0
  1. {
  2.   "metricbeat-7.15.0-2021.12.27" : {
  3.     "aliases" : { },
  4.     "mappings" : {
  5.       "properties" : {
  6.         "@timestamp" : {
  7.           "type" : "date"
  8.         },
  9.         "@version" : {
  10.           "type" : "text",
  11.           "fields" : {
  12.             "keyword" : {
  13.               "type" : "keyword",
  14.               "ignore_above" : 256
  15.             }
  16.           }
  17.         },
  18.         "agent" : {
  19.           "properties" : {
  20.             "ephemeral_id" : {
  21.               "type" : "text",
  22.               "fields" : {
  23.                 "keyword" : {
  24.                   "type" : "keyword",
  25.                   "ignore_above" : 256
  26.                 }
  27.               }
  28.             },
  29.             "hostname" : {
  30.               "type" : "text",
  31.               "fields" : {
  32.                 "keyword" : {
  33.                   "type" : "keyword",
  34.                   "ignore_above" : 256
  35.                 }
  36.               }
  37.             },
  38.             "id" : {
  39.               "type" : "text",
  40.               "fields" : {
  41.                 "keyword" : {
  42.                   "type" : "keyword",
  43.                   "ignore_above" : 256
  44.                 }
  45.               }
  46.             },
  47.             "name" : {
  48.               "type" : "text",
  49.               "fields" : {
  50.                 "keyword" : {
  51.                   "type" : "keyword",
  52.                   "ignore_above" : 256
  53.                 }
  54.               }
  55.             },
  56.             "type" : {
  57.               "type" : "text",
  58.               "fields" : {
  59.                 "keyword" : {
  60.                   "type" : "keyword",
  61.                   "ignore_above" : 256
  62.                 }
  63.               }
  64.             },
  65.             "version" : {
  66.               "type" : "text",
  67.               "fields" : {
  68.                 "keyword" : {
  69.                   "type" : "keyword",
  70.                   "ignore_above" : 256
  71.                 }
  72.               }
  73.             }
  74.           }
  75.         },
  76.         "ecs" : {
  77.           "properties" : {
  78.             "version" : {
  79.               "type" : "text",
  80.               "fields" : {
  81.                 "keyword" : {
  82.                   "type" : "keyword",
  83.                   "ignore_above" : 256
  84.                 }
  85.               }
  86.             }
  87.           }
  88.         },
  89.         "event" : {
  90.           "properties" : {
  91.             "dataset" : {
  92.               "type" : "text",
  93.               "fields" : {
  94.                 "keyword" : {
  95.                   "type" : "keyword",
  96.                   "ignore_above" : 256
  97.                 }
  98.               }
  99.             },
  100.             "duration" : {
  101.               "type" : "long"
  102.             },
  103.             "module" : {
  104.               "type" : "text",
  105.               "fields" : {
  106.                 "keyword" : {
  107.                   "type" : "keyword",
  108.                   "ignore_above" : 256
  109.                 }
  110.               }
  111.             }
  112.           }
  113.         },
  114.         "host" : {
  115.           "properties" : {
  116.             "architecture" : {
  117.               "type" : "text",
  118.               "fields" : {
  119.                 "keyword" : {
  120.                   "type" : "keyword",
  121.                   "ignore_above" : 256
  122.                 }
  123.               }
  124.             },
  125.             "cpu" : {
  126.               "properties" : {
  127.                 "usage" : {
  128.                   "type" : "float"
  129.                 }
  130.               }
  131.             },
  132.             "hostname" : {
  133.               "type" : "text",
  134.               "fields" : {
  135.                 "keyword" : {
  136.                   "type" : "keyword",
  137.                   "ignore_above" : 256
  138.                 }
  139.               }
  140.             },
  141.             "id" : {
  142.               "type" : "text",
  143.               "fields" : {
  144.                 "keyword" : {
  145.                   "type" : "keyword",
  146.                   "ignore_above" : 256
  147.                 }
  148.               }
  149.             },
  150.             "ip" : {
  151.               "type" : "text",
  152.               "fields" : {
  153.                 "keyword" : {
  154.                   "type" : "keyword",
  155.                   "ignore_above" : 256
  156.                 }
  157.               }
  158.             },
  159.             "mac" : {
  160.               "type" : "text",
  161.               "fields" : {
  162.                 "keyword" : {
  163.                   "type" : "keyword",
  164.                   "ignore_above" : 256
  165.                 }
  166.               }
  167.             },
  168.             "name" : {
  169.               "type" : "text",
  170.               "fields" : {
  171.                 "keyword" : {
  172.                   "type" : "keyword",
  173.                   "ignore_above" : 256
  174.                 }
  175.               }
  176.             },
  177.             "network" : {
  178.               "properties" : {
  179.                 "egress" : {
  180.                   "properties" : {
  181.                     "bytes" : {
  182.                       "type" : "long"
  183.                     },
  184.                     "packets" : {
  185.                       "type" : "long"
  186.                     }
  187.                   }
  188.                 },
  189.                 "ingress" : {
  190.                   "properties" : {
  191.                     "bytes" : {
  192.                       "type" : "long"
  193.                     },
  194.                     "packets" : {
  195.                       "type" : "long"
  196.                     }
  197.                   }
  198.                 }
  199.               }
  200.             },
  201.             "os" : {
  202.               "properties" : {
  203.                 "build" : {
  204.                   "type" : "text",
  205.                   "fields" : {
  206.                     "keyword" : {
  207.                       "type" : "keyword",
  208.                       "ignore_above" : 256
  209.                     }
  210.                   }
  211.                 },
  212.                 "family" : {
  213.                   "type" : "text",
  214.                   "fields" : {
  215.                     "keyword" : {
  216.                       "type" : "keyword",
  217.                       "ignore_above" : 256
  218.                     }
  219.                   }
  220.                 },
  221.                 "kernel" : {
  222.                   "type" : "text",
  223.                   "fields" : {
  224.                     "keyword" : {
  225.                       "type" : "keyword",
  226.                       "ignore_above" : 256
  227.                     }
  228.                   }
  229.                 },
  230.                 "name" : {
  231.                   "type" : "text",
  232.                   "fields" : {
  233.                     "keyword" : {
  234.                       "type" : "keyword",
  235.                       "ignore_above" : 256
  236.                     }
  237.                   }
  238.                 },
  239.                 "platform" : {
  240.                   "type" : "text",
  241.                   "fields" : {
  242.                     "keyword" : {
  243.                       "type" : "keyword",
  244.                       "ignore_above" : 256
  245.                     }
  246.                   }
  247.                 },
  248.                 "type" : {
  249.                   "type" : "text",
  250.                   "fields" : {
  251.                     "keyword" : {
  252.                       "type" : "keyword",
  253.                       "ignore_above" : 256
  254.                     }
  255.                   }
  256.                 },
  257.                 "version" : {
  258.                   "type" : "text",
  259.                   "fields" : {
  260.                     "keyword" : {
  261.                       "type" : "keyword",
  262.                       "ignore_above" : 256
  263.                     }
  264.                   }
  265.                 }
  266.               }
  267.             }
  268.           }
  269.         },
  270.         "metricset" : {
  271.           "properties" : {
  272.             "name" : {
  273.               "type" : "text",
  274.               "fields" : {
  275.                 "keyword" : {
  276.                   "type" : "keyword",
  277.                   "ignore_above" : 256
  278.                 }
  279.               }
  280.             },
  281.             "period" : {
  282.               "type" : "long"
  283.             }
  284.           }
  285.         },
  286.         "process" : {
  287.           "properties" : {
  288.             "args" : {
  289.               "type" : "text",
  290.               "fields" : {
  291.                 "keyword" : {
  292.                   "type" : "keyword",
  293.                   "ignore_above" : 256
  294.                 }
  295.               }
  296.             },
  297.             "command_line" : {
  298.               "type" : "text",
  299.               "fields" : {
  300.                 "keyword" : {
  301.                   "type" : "keyword",
  302.                   "ignore_above" : 256
  303.                 }
  304.               }
  305.             },
  306.             "cpu" : {
  307.               "properties" : {
  308.                 "pct" : {
  309.                   "type" : "float"
  310.                 },
  311.                 "start_time" : {
  312.                   "type" : "date"
  313.                 }
  314.               }
  315.             },
  316.             "memory" : {
  317.               "properties" : {
  318.                 "pct" : {
  319.                   "type" : "float"
  320.                 }
  321.               }
  322.             },
  323.             "name" : {
  324.               "type" : "text",
  325.               "fields" : {
  326.                 "keyword" : {
  327.                   "type" : "keyword",
  328.                   "ignore_above" : 256
  329.                 }
  330.               }
  331.             },
  332.             "pgid" : {
  333.               "type" : "long"
  334.             },
  335.             "pid" : {
  336.               "type" : "long"
  337.             },
  338.             "ppid" : {
  339.               "type" : "long"
  340.             },
  341.             "state" : {
  342.               "type" : "text",
  343.               "fields" : {
  344.                 "keyword" : {
  345.                   "type" : "keyword",
  346.                   "ignore_above" : 256
  347.                 }
  348.               }
  349.             }
  350.           }
  351.         },
  352.         "service" : {
  353.           "properties" : {
  354.             "type" : {
  355.               "type" : "text",
  356.               "fields" : {
  357.                 "keyword" : {
  358.                   "type" : "keyword",
  359.                   "ignore_above" : 256
  360.                 }
  361.               }
  362.             }
  363.           }
  364.         },
  365.         "system" : {
  366.           "properties" : {
  367.             "cpu" : {
  368.               "properties" : {
  369.                 "cores" : {
  370.                   "type" : "long"
  371.                 },
  372.                 "idle" : {
  373.                   "properties" : {
  374.                     "norm" : {
  375.                       "properties" : {
  376.                         "pct" : {
  377.                           "type" : "float"
  378.                         }
  379.                       }
  380.                     },
  381.                     "pct" : {
  382.                       "type" : "float"
  383.                     }
  384.                   }
  385.                 },
  386.                 "system" : {
  387.                   "properties" : {
  388.                     "norm" : {
  389.                       "properties" : {
  390.                         "pct" : {
  391.                           "type" : "float"
  392.                         }
  393.                       }
  394.                     },
  395.                     "pct" : {
  396.                       "type" : "float"
  397.                     }
  398.                   }
  399.                 },
  400.                 "total" : {
  401.                   "properties" : {
  402.                     "norm" : {
  403.                       "properties" : {
  404.                         "pct" : {
  405.                           "type" : "float"
  406.                         }
  407.                       }
  408.                     },
  409.                     "pct" : {
  410.                       "type" : "float"
  411.                     }
  412.                   }
  413.                 },
  414.                 "user" : {
  415.                   "properties" : {
  416.                     "norm" : {
  417.                       "properties" : {
  418.                         "pct" : {
  419.                           "type" : "float"
  420.                         }
  421.                       }
  422.                     },
  423.                     "pct" : {
  424.                       "type" : "float"
  425.                     }
  426.                   }
  427.                 }
  428.               }
  429.             },
  430.             "filesystem" : {
  431.               "properties" : {
  432.                 "available" : {
  433.                   "type" : "long"
  434.                 },
  435.                 "device_name" : {
  436.                   "type" : "text",
  437.                   "fields" : {
  438.                     "keyword" : {
  439.                       "type" : "keyword",
  440.                       "ignore_above" : 256
  441.                     }
  442.                   }
  443.                 },
  444.                 "free" : {
  445.                   "type" : "long"
  446.                 },
  447.                 "mount_point" : {
  448.                   "type" : "text",
  449.                   "fields" : {
  450.                     "keyword" : {
  451.                       "type" : "keyword",
  452.                       "ignore_above" : 256
  453.                     }
  454.                   }
  455.                 },
  456.                 "total" : {
  457.                   "type" : "long"
  458.                 },
  459.                 "type" : {
  460.                   "type" : "text",
  461.                   "fields" : {
  462.                     "keyword" : {
  463.                       "type" : "keyword",
  464.                       "ignore_above" : 256
  465.                     }
  466.                   }
  467.                 },
  468.                 "used" : {
  469.                   "properties" : {
  470.                     "bytes" : {
  471.                       "type" : "long"
  472.                     },
  473.                     "pct" : {
  474.                       "type" : "float"
  475.                     }
  476.                   }
  477.                 }
  478.               }
  479.             },
  480.             "fsstat" : {
  481.               "properties" : {
  482.                 "count" : {
  483.                   "type" : "long"
  484.                 },
  485.                 "total_files" : {
  486.                   "type" : "long"
  487.                 },
  488.                 "total_size" : {
  489.                   "properties" : {
  490.                     "free" : {
  491.                       "type" : "long"
  492.                     },
  493.                     "total" : {
  494.                       "type" : "long"
  495.                     },
  496.                     "used" : {
  497.                       "type" : "long"
  498.                     }
  499.                   }
  500.                 }
  501.               }
  502.             },
  503.             "memory" : {
  504.               "properties" : {
  505.                 "actual" : {
  506.                   "properties" : {
  507.                     "free" : {
  508.                       "type" : "long"
  509.                     },
  510.                     "used" : {
  511.                       "properties" : {
  512.                         "bytes" : {
  513.                           "type" : "long"
  514.                         },
  515.                         "pct" : {
  516.                           "type" : "float"
  517.                         }
  518.                       }
  519.                     }
  520.                   }
  521.                 },
  522.                 "free" : {
  523.                   "type" : "long"
  524.                 },
  525.                 "swap" : {
  526.                   "properties" : {
  527.                     "free" : {
  528.                       "type" : "long"
  529.                     },
  530.                     "total" : {
  531.                       "type" : "long"
  532.                     },
  533.                     "used" : {
  534.                       "properties" : {
  535.                         "bytes" : {
  536.                           "type" : "long"
  537.                         },
  538.                         "pct" : {
  539.                           "type" : "float"
  540.                         }
  541.                       }
  542.                     }
  543.                   }
  544.                 },
  545.                 "total" : {
  546.                   "type" : "long"
  547.                 },
  548.                 "used" : {
  549.                   "properties" : {
  550.                     "bytes" : {
  551.                       "type" : "long"
  552.                     },
  553.                     "pct" : {
  554.                       "type" : "float"
  555.                     }
  556.                   }
  557.                 }
  558.               }
  559.             },
  560.             "network" : {
  561.               "properties" : {
  562.                 "in" : {
  563.                   "properties" : {
  564.                     "bytes" : {
  565.                       "type" : "long"
  566.                     },
  567.                     "dropped" : {
  568.                       "type" : "long"
  569.                     },
  570.                     "errors" : {
  571.                       "type" : "long"
  572.                     },
  573.                     "packets" : {
  574.                       "type" : "long"
  575.                     }
  576.                   }
  577.                 },
  578.                 "name" : {
  579.                   "type" : "text",
  580.                   "fields" : {
  581.                     "keyword" : {
  582.                       "type" : "keyword",
  583.                       "ignore_above" : 256
  584.                     }
  585.                   }
  586.                 },
  587.                 "out" : {
  588.                   "properties" : {
  589.                     "bytes" : {
  590.                       "type" : "long"
  591.                     },
  592.                     "dropped" : {
  593.                       "type" : "long"
  594.                     },
  595.                     "errors" : {
  596.                       "type" : "long"
  597.                     },
  598.                     "packets" : {
  599.                       "type" : "long"
  600.                     }
  601.                   }
  602.                 }
  603.               }
  604.             },
  605.             "process" : {
  606.               "properties" : {
  607.                 "cmdline" : {
  608.                   "type" : "text",
  609.                   "fields" : {
  610.                     "keyword" : {
  611.                       "type" : "keyword",
  612.                       "ignore_above" : 256
  613.                     }
  614.                   }
  615.                 },
  616.                 "cpu" : {
  617.                   "properties" : {
  618.                     "start_time" : {
  619.                       "type" : "date"
  620.                     },
  621.                     "total" : {
  622.                       "properties" : {
  623.                         "norm" : {
  624.                           "properties" : {
  625.                             "pct" : {
  626.                               "type" : "float"
  627.                             }
  628.                           }
  629.                         },
  630.                         "pct" : {
  631.                           "type" : "float"
  632.                         },
  633.                         "value" : {
  634.                           "type" : "float"
  635.                         }
  636.                       }
  637.                     }
  638.                   }
  639.                 },
  640.                 "memory" : {
  641.                   "properties" : {
  642.                     "rss" : {
  643.                       "properties" : {
  644.                         "bytes" : {
  645.                           "type" : "long"
  646.                         },
  647.                         "pct" : {
  648.                           "type" : "float"
  649.                         }
  650.                       }
  651.                     },
  652.                     "size" : {
  653.                       "type" : "long"
  654.                     }
  655.                   }
  656.                 },
  657.                 "state" : {
  658.                   "type" : "text",
  659.                   "fields" : {
  660.                     "keyword" : {
  661.                       "type" : "keyword",
  662.                       "ignore_above" : 256
  663.                     }
  664.                   }
  665.                 },
  666.                 "summary" : {
  667.                   "properties" : {
  668.                     "running" : {
  669.                       "type" : "long"
  670.                     },
  671.                     "sleeping" : {
  672.                       "type" : "long"
  673.                     },
  674.                     "total" : {
  675.                       "type" : "long"
  676.                     },
  677.                     "unknown" : {
  678.                       "type" : "long"
  679.                     }
  680.                   }
  681.                 }
  682.               }
  683.             },
  684.             "socket" : {
  685.               "properties" : {
  686.                 "summary" : {
  687.                   "properties" : {
  688.                     "all" : {
  689.                       "properties" : {
  690.                         "count" : {
  691.                           "type" : "long"
  692.                         },
  693.                         "listening" : {
  694.                           "type" : "long"
  695.                         }
  696.                       }
  697.                     },
  698.                     "tcp" : {
  699.                       "properties" : {
  700.                         "all" : {
  701.                           "properties" : {
  702.                             "close_wait" : {
  703.                               "type" : "long"
  704.                             },
  705.                             "closing" : {
  706.                               "type" : "long"
  707.                             },
  708.                             "count" : {
  709.                               "type" : "long"
  710.                             },
  711.                             "established" : {
  712.                               "type" : "long"
  713.                             },
  714.                             "fin_wait1" : {
  715.                               "type" : "long"
  716.                             },
  717.                             "fin_wait2" : {
  718.                               "type" : "long"
  719.                             },
  720.                             "last_ack" : {
  721.                               "type" : "long"
  722.                             },
  723.                             "listening" : {
  724.                               "type" : "long"
  725.                             },
  726.                             "syn_recv" : {
  727.                               "type" : "long"
  728.                             },
  729.                             "syn_sent" : {
  730.                               "type" : "long"
  731.                             },
  732.                             "time_wait" : {
  733.                               "type" : "long"
  734.                             }
  735.                           }
  736.                         }
  737.                       }
  738.                     },
  739.                     "udp" : {
  740.                       "properties" : {
  741.                         "all" : {
  742.                           "properties" : {
  743.                             "count" : {
  744.                               "type" : "long"
  745.                             }
  746.                           }
  747.                         }
  748.                       }
  749.                     }
  750.                   }
  751.                 }
  752.               }
  753.             },
  754.             "uptime" : {
  755.               "properties" : {
  756.                 "duration" : {
  757.                   "properties" : {
  758.                     "ms" : {
  759.                       "type" : "long"
  760.                     }
  761.                   }
  762.                 }
  763.               }
  764.             }
  765.           }
  766.         },
  767.         "tags" : {
  768.           "type" : "text",
  769.           "fields" : {
  770.             "keyword" : {
  771.               "type" : "keyword",
  772.               "ignore_above" : 256
  773.             }
  774.           }
  775.         },
  776.         "user" : {
  777.           "properties" : {
  778.             "name" : {
  779.               "type" : "text",
  780.               "fields" : {
  781.                 "keyword" : {
  782.                   "type" : "keyword",
  783.                   "ignore_above" : 256
  784.                 }
  785.               }
  786.             }
  787.           }
  788.         }
  789.       }
  790.     },
  791.     "settings" : {
  792.       "index" : {
  793.         "routing" : {
  794.           "allocation" : {
  795.             "include" : {
  796.               "_tier_preference" : "data_content"
  797.             }
  798.           }
  799.         },
  800.         "number_of_shards" : "1",
  801.         "provided_name" : "metricbeat-7.15.0-2021.12.27",
  802.         "creation_date" : "1640563203096",
  803.         "number_of_replicas" : "1",
  804.         "uuid" : "WMVbUudxTM-xDWOlhfyFlg",
  805.         "version" : {
  806.           "created" : "7130399"
  807.         }
  808.       }
  809.     }
  810.   }
  811. }
Advertisement
Add Comment
Please, Sign In to add comment