Advertisement
Yetti007

Untitled

Jul 26th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 21.17 KB | None | 0 0
  1. {
  2.     "template": "nmap-logstash-*",
  3.     "mappings": {
  4.         "nmap_scan_metadata" : {
  5.             "properties" : {
  6.                 "@timestamp" : {
  7.                     "type" : "date",
  8.                     "format" : "strict_date_optional_time||epoch_millis"
  9.                 },
  10.                 "@version" : {
  11.                     "type" : "string",
  12.                     "index" : "not_analyzed"
  13.                 },
  14.                 "arguments" : {
  15.                     "type" : "string",
  16.                     "analyzer" : "whitespace"
  17.                 },
  18.                 "host" : {
  19.                     "type" : "string",
  20.                     "index" : "not_analyzed"
  21.                 },
  22.                 "host_stats" : {
  23.                     "properties" : {
  24.                         "down" : {
  25.                             "type" : "long"
  26.                         },
  27.                         "total" : {
  28.                             "type" : "long"
  29.                         },
  30.                         "up" : {
  31.                             "type" : "long"
  32.                         }
  33.                     }
  34.                 },
  35.                 "id" : {
  36.                     "type" : "string",
  37.                     "index" : "not_analyzed"
  38.                 },
  39.                 "run_stats" : {
  40.                     "properties" : {
  41.                         "elapsed" : {
  42.                             "type" : "double"
  43.                         },
  44.                         "end_time" : {
  45.                             "type" : "string",
  46.                             "index" : "not_analyzed"
  47.                         },
  48.                         "exit_status" : {
  49.                             "type" : "string",
  50.                             "index" : "not_analyzed"
  51.                         },
  52.                         "summary" : {
  53.                             "type" : "string",
  54.                             "index" : "not_analyzed"
  55.                         }
  56.                     }
  57.                 },
  58.                 "scan_id" : {
  59.                     "type" : "string",
  60.                     "index" : "not_analyzed"
  61.                 },
  62.                 "tags" : {
  63.                     "type" : "string",
  64.                     "index" : "not_analyzed"
  65.                 },
  66.                 "type" : {
  67.                     "type" : "string",
  68.                     "index" : "not_analyzed"
  69.                 },
  70.                 "version" : {
  71.                     "type" : "string",
  72.                     "index" : "not_analyzed"
  73.                 }
  74.             }
  75.         },
  76.         "nmap_port": {
  77.             "properties": {
  78.                 "@timestamp": {
  79.                     "type": "date",
  80.                     "format": "strict_date_optional_time||epoch_millis"
  81.                 },
  82.                 "@version": {
  83.                     "type": "string",
  84.                     "index": "not_analyzed"
  85.                 },
  86.                 "address": {
  87.                     "type": "string",
  88.                     "index": "not_analyzed"
  89.                 },
  90.                 "addresses": {
  91.                     "properties": {
  92.                         "addr": {
  93.                             "type": "string",
  94.                             "index": "not_analyzed"
  95.                         },
  96.                         "type": {
  97.                             "type": "string",
  98.                             "index": "not_analyzed"
  99.                         }
  100.                     }
  101.                 },
  102.                 "arguments": {
  103.                     "type": "string",
  104.                     "analyzer": "whitespace",
  105.                     "fields": {
  106.                         "raw": {
  107.                             "type": "string",
  108.                             "index": "not_analyzed"
  109.                         }
  110.                     }
  111.                 },
  112.                 "end_time": {
  113.                     "type": "date",
  114.                     "format": "strict_date_optional_time||epoch_millis"
  115.                 },
  116.                 "geoip": {
  117.                     "properties": {
  118.                         "area_code": {
  119.                             "type": "string",
  120.                             "index": "not_analyzed"
  121.                         },
  122.                         "city_name": {
  123.                             "type": "string"
  124.                         },
  125.                         "continent_code": {
  126.                             "type": "string",
  127.                             "index": "not_analyzed"
  128.                         },
  129.                         "country_code2": {
  130.                             "type": "string",
  131.                             "index": "not_analyzed"
  132.                         },
  133.                         "country_code3": {
  134.                             "type": "string",
  135.                             "index": "not_analyzed"
  136.                         },
  137.                         "country_name": {
  138.                             "type": "string",
  139.                             "index": "not_analyzed"
  140.                         },
  141.                         "dma_code": {
  142.                             "type": "integer"
  143.                         },
  144.                         "ip": {
  145.                             "type": "ip"
  146.                         },
  147.                         "latitude": {
  148.                             "type": "double"
  149.                         },
  150.                         "location": {
  151.                             "type": "geo_point"
  152.                         },
  153.                         "longitude": {
  154.                             "type": "double"
  155.                         },
  156.                         "postal_code": {
  157.                             "type": "string",
  158.                             "index": "not_analyzed"
  159.                         },
  160.                         "real_region_name": {
  161.                             "type": "string",
  162.                             "index": "not_analyzed"
  163.                         },
  164.                         "region_name": {
  165.                             "type": "string",
  166.                             "index": "not_analyzed"
  167.                         },
  168.                         "timezone": {
  169.                             "type": "string",
  170.                             "index": "not_analyzed"
  171.                         }
  172.                     }
  173.                 },
  174.                 "host": {
  175.                     "type": "string",
  176.                     "index": "not_analyzed"
  177.                 },
  178.                 "id": {
  179.                     "type": "string",
  180.                     "index": "not_analyzed"
  181.                 },
  182.                 "ip": {
  183.                     "type": "string",
  184.                     "index": "not_analyzed"
  185.                 },
  186.                 "ipv4": {
  187.                     "type": "ip"
  188.                 },
  189.                 "os": {
  190.                     "properties": {
  191.                         "classes": {
  192.                             "properties": {
  193.                                 "accuracy": {
  194.                                     "type": "integer"
  195.                                 },
  196.                                 "family": {
  197.                                     "type": "string",
  198.                                     "index": "not_analyzed"
  199.                                 },
  200.                                 "gen": {
  201.                                     "type": "string",
  202.                                     "index": "not_analyzed"
  203.                                 },
  204.                                 "type": {
  205.                                     "type": "string",
  206.                                     "index": "not_analyzed"
  207.                                 },
  208.                                 "vendor": {
  209.                                     "type": "string",
  210.                                     "index": "not_analyzed"
  211.                                 }
  212.                             }
  213.                         },
  214.                         "matches": {
  215.                             "properties": {
  216.                                 "accuracy": {
  217.                                     "type": "long"
  218.                                 },
  219.                                 "name": {
  220.                                     "type": "string",
  221.                                     "index": "not_analyzed"
  222.                                 }
  223.                             }
  224.                         },
  225.                         "ports_used": {
  226.                             "type": "long"
  227.                         }
  228.                     }
  229.                 },
  230.                 "port": {
  231.                     "properties": {
  232.                         "number": {
  233.                             "type": "integer"
  234.                         },
  235.                         "protocol": {
  236.                             "type": "string"
  237.                         },
  238.                         "reason": {
  239.                             "type": "string"
  240.                         },
  241.                         "service": {
  242.                             "properties": {
  243.                                 "confidence": {
  244.                                     "type": "integer"
  245.                                 },
  246.                                 "fingerprint_method": {
  247.                                     "type": "string"
  248.                                 },
  249.                                 "name": {
  250.                                     "type": "string"
  251.                                 },
  252.                                 "product": {
  253.                                     "type": "string"
  254.                                 },
  255.                                 "ssl": {
  256.                                     "type": "boolean"
  257.                                 }
  258.                             }
  259.                         },
  260.                         "state": {
  261.                             "type": "string"
  262.                         }
  263.                         "script": {
  264.                             "properties": {
  265.                                 "id": {
  266.                                     "type: "string"
  267.                                },
  268.                                "output": {
  269.                                    "type: "string"
  270.                                 }
  271.                             }
  272.                         }
  273.                     }
  274.                 },
  275.                 "scan_host_id": {
  276.                     "type": "string",
  277.                     "index": "not_analyzed"
  278.                 },
  279.                 "scan_id": {
  280.                     "type": "string",
  281.                     "index": "not_analyzed"
  282.                 },
  283.                 "start_time": {
  284.                     "type": "date",
  285.                     "format": "strict_date_optional_time||epoch_millis"
  286.                 },
  287.                 "status": {
  288.                     "properties": {
  289.                         "reason": {
  290.                             "type": "string",
  291.                             "index": "not_analyzed"
  292.                         },
  293.                         "state": {
  294.                             "type": "string",
  295.                             "index": "not_analyzed"
  296.                         }
  297.                     }
  298.                 },
  299.                 "tags": {
  300.                     "type": "string",
  301.                     "index": "not_analyzed"
  302.                 },
  303.                 "type": {
  304.                     "type": "string",
  305.                     "index": "not_analyzed"
  306.                 },
  307.                 "uptime": {
  308.                     "properties": {
  309.                         "last_boot": {
  310.                             "type": "date",
  311.                             "format": "strict_date_optional_time||epoch_millis"
  312.                         },
  313.                         "seconds": {
  314.                             "type": "long"
  315.                         }
  316.                     }
  317.                 },
  318.                 "version": {
  319.                     "type": "string",
  320.                     "index": "not_analyzed"
  321.                 }
  322.             }
  323.         },
  324.         "nmap_traceroute_link": {
  325.             "properties": {
  326.                 "@timestamp": {
  327.                     "type": "date",
  328.                     "format": "strict_date_optional_time||epoch_millis"
  329.                 },
  330.                 "@version": {
  331.                     "type": "string",
  332.                     "index": "not_analyzed"
  333.                 },
  334.                 "address": {
  335.                     "type": "string",
  336.                     "index": "not_analyzed"
  337.                 },
  338.                 "addresses": {
  339.                     "properties": {
  340.                         "addr": {
  341.                             "type": "string",
  342.                             "index": "not_analyzed"
  343.                         },
  344.                         "type": {
  345.                             "type": "string",
  346.                             "index": "not_analyzed"
  347.                         }
  348.                     }
  349.                 },
  350.                 "arguments": {
  351.                     "type": "string",
  352.                     "analyzer": "whitespace",
  353.                     "fields": {
  354.                         "raw": {
  355.                             "type": "string",
  356.                             "index": "not_analyzed"
  357.                         }
  358.                     }
  359.                 },
  360.                 "end_time": {
  361.                     "type": "date",
  362.                     "format": "strict_date_optional_time||epoch_millis"
  363.                 },
  364.                 "from": {
  365.                     "properties": {
  366.                         "address": {
  367.                             "type": "string",
  368.                             "index": "not_analyzed",
  369.                             "fields": {
  370.                                 "address_ipv4": {
  371.                                     "type": "ip"
  372.                                 }
  373.                             }
  374.                         },
  375.                         "geoip": {
  376.                             "properties": {
  377.                                 "area_code": {
  378.                                     "type": "string",
  379.                                     "index": "not_analyzed"
  380.                                 },
  381.                                 "city_name": {
  382.                                     "type": "string"
  383.                                 },
  384.                                 "continent_code": {
  385.                                     "type": "string",
  386.                                     "index": "not_analyzed"
  387.                                 },
  388.                                 "country_code2": {
  389.                                     "type": "string",
  390.                                     "index": "not_analyzed"
  391.                                 },
  392.                                 "country_code3": {
  393.                                     "type": "string",
  394.                                     "index": "not_analyzed"
  395.                                 },
  396.                                 "country_name": {
  397.                                     "type": "string",
  398.                                     "index": "not_analyzed"
  399.                                 },
  400.                                 "dma_code": {
  401.                                     "type": "integer"
  402.                                 },
  403.                                 "ip": {
  404.                                     "type": "ip"
  405.                                 },
  406.                                 "latitude": {
  407.                                     "type": "double"
  408.                                 },
  409.                                 "location": {
  410.                                     "type": "geo_point"
  411.                                 },
  412.                                 "longitude": {
  413.                                     "type": "double"
  414.                                 },
  415.                                 "postal_code": {
  416.                                     "type": "string",
  417.                                     "index": "not_analyzed"
  418.                                 },
  419.                                 "real_region_name": {
  420.                                     "type": "string",
  421.                                     "index": "not_analyzed"
  422.                                 },
  423.                                 "region_name": {
  424.                                     "type": "string",
  425.                                     "index": "not_analyzed"
  426.                                 },
  427.                                 "timezone": {
  428.                                     "type": "string",
  429.                                     "index": "not_analyzed"
  430.                                 }
  431.                             }
  432.                         },
  433.                         "hostname": {
  434.                             "type": "string",
  435.                             "index": "not_analyzed"
  436.                         },
  437.                         "index": {
  438.                             "type": "integer"
  439.                         },
  440.                         "rtt": {
  441.                             "type": "long"
  442.                         },
  443.                         "ttl": {
  444.                             "type": "integer"
  445.                         }
  446.                     }
  447.                 },
  448.                 "geoip": {
  449.                     "properties": {
  450.                         "area_code": {
  451.                             "type": "string",
  452.                             "index": "not_analyzed"
  453.                         },
  454.                         "city_name": {
  455.                             "type": "string"
  456.                         },
  457.                             "continent_code": {
  458.                             "type": "string",
  459.                             "index": "not_analyzed"
  460.                         },
  461.                         "country_code2": {
  462.                             "type": "string",
  463.                             "index": "not_analyzed"
  464.                         },
  465.                         "country_code3": {
  466.                             "type": "string",
  467.                             "index": "not_analyzed"
  468.                         },
  469.                         "country_name": {
  470.                             "type": "string",
  471.                             "index": "not_analyzed"
  472.                         },
  473.                         "dma_code": {
  474.                             "type": "integer"
  475.                         },
  476.                         "ip": {
  477.                             "type": "ip"
  478.                         },
  479.                         "latitude": {
  480.                             "type": "double"
  481.                         },
  482.                         "location": {
  483.                             "type": "geo_point"
  484.                         },
  485.                         "longitude": {
  486.                             "type": "double"
  487.                         },
  488.                         "postal_code": {
  489.                             "type": "string",
  490.                             "index": "not_analyzed"
  491.                         },
  492.                         "real_region_name": {
  493.                             "type": "string",
  494.                             "index": "not_analyzed"
  495.                         },
  496.                         "region_name": {
  497.                             "type": "string",
  498.                             "index": "not_analyzed"
  499.                         },
  500.                         "timezone": {
  501.                             "type": "string",
  502.                             "index": "not_analyzed"
  503.                         }
  504.                     }
  505.                 },
  506.                 "host": {
  507.                     "type": "string",
  508.                     "index": "not_analyzed"
  509.                 },
  510.                 "id": {
  511.                     "type": "string",
  512.                     "index": "not_analyzed"
  513.                 },
  514.                 "ip": {
  515.                     "type": "string",
  516.                     "index": "not_analyzed"
  517.                 },
  518.                 "ipv4": {
  519.                     "type": "ip"
  520.                 },
  521.                 "os": {
  522.                     "properties": {
  523.                         "classes": {
  524.                             "properties": {
  525.                                 "accuracy": {
  526.                                     "type": "integer"
  527.                                 },
  528.                                 "family": {
  529.                                     "type": "string",
  530.                                     "index": "not_analyzed"
  531.                                 },
  532.                                 "gen": {
  533.                                     "type": "string",
  534.                                     "index": "not_analyzed"
  535.                                 },
  536.                                 "type": {
  537.                                     "type": "string",
  538.                                     "index": "not_analyzed"
  539.                                 },
  540.                                 "vendor": {
  541.                                     "type": "string",
  542.                                     "index": "not_analyzed"
  543.                                 }
  544.                             }
  545.                         },
  546.                         "matches": {
  547.                             "properties": {
  548.                                 "accuracy": {
  549.                                     "type": "long"
  550.                                 },
  551.                                 "name": {
  552.                                     "type": "string",
  553.                                     "index": "not_analyzed"
  554.                                 }
  555.                             }
  556.                         },
  557.                         "ports_used": {
  558.                             "type": "long"
  559.                         }
  560.                     }
  561.                 },
  562.                 "rtt_diff": {
  563.                     "type": "integer"
  564.                 },
  565.                 "scan_host_id": {
  566.                     "type": "string",
  567.                     "index": "not_analyzed"
  568.                 },
  569.                 "scan_id": {
  570.                     "type": "string",
  571.                     "index": "not_analyzed"
  572.                 },
  573.                 "start_time": {
  574.                     "type": "date",
  575.                     "format": "strict_date_optional_time||epoch_millis"
  576.                 },
  577.                 "status": {
  578.                     "properties": {
  579.                         "reason": {
  580.                             "type": "string",
  581.                             "index": "not_analyzed"
  582.                         },
  583.                         "state": {
  584.                             "type": "string",
  585.                             "index": "not_analyzed"
  586.                         }
  587.                     }
  588.                 },
  589.                 "tags": {
  590.                     "type": "string",
  591.                     "index": "not_analyzed"
  592.                 },
  593.                 "to": {
  594.                     "properties": {
  595.                         "address": {
  596.                             "type": "string",
  597.                             "index": "not_analyzed",
  598.                             "fields": {
  599.                                 "address_ipv4": {
  600.                                     "type": "ip"
  601.                                 }
  602.                             }
  603.                         },
  604.                         "geoip": {
  605.                             "properties": {
  606.                                 "area_code": {
  607.                                     "type": "string",
  608.                                     "index": "not_analyzed"
  609.                                 },
  610.                                 "city_name": {
  611.                                     "type": "string"
  612.                                 },
  613.                                 "continent_code": {
  614.                                     "type": "string",
  615.                                     "index": "not_analyzed"
  616.                                 },
  617.                                 "country_code2": {
  618.                                     "type": "string",
  619.                                     "index": "not_analyzed"
  620.                                 },
  621.                                 "country_code3": {
  622.                                     "type": "string",
  623.                                     "index": "not_analyzed"
  624.                                 },
  625.                                 "country_name": {
  626.                                     "type": "string",
  627.                                     "index": "not_analyzed"
  628.                                 },
  629.                                 "dma_code": {
  630.                                     "type": "integer"
  631.                                 },
  632.                                 "ip": {
  633.                                     "type": "ip"
  634.                                 },
  635.                                 "latitude": {
  636.                                     "type": "double"
  637.                                 },
  638.                                 "location": {
  639.                                     "type": "geo_point"
  640.                                 },
  641.                                 "longitude": {
  642.                                     "type": "double"
  643.                                 },
  644.                                 "postal_code": {
  645.                                     "type": "string"
  646.                                 },
  647.                                 "real_region_name": {
  648.                                     "type": "string"
  649.                                 },
  650.                                 "region_name": {
  651.                                     "type": "string"
  652.                                 },
  653.                                 "timezone": {
  654.                                     "type": "string",
  655.                                     "index": "not_analyzed"
  656.                                 }
  657.                             }
  658.                         },
  659.                         "hostname": {
  660.                             "type": "string",
  661.                             "index": "not_analyzed"
  662.                         },
  663.                         "index": {
  664.                             "type": "integer"
  665.                         },
  666.                         "rtt": {
  667.                             "type": "long"
  668.                         },
  669.                         "ttl": {
  670.                             "type": "integer"
  671.                         }
  672.                     }
  673.                 },
  674.                 "type": {
  675.                     "type": "string",
  676.                     "index": "not_analyzed"
  677.                 },
  678.                 "uptime": {
  679.                     "properties": {
  680.                         "last_boot": {
  681.                             "type": "date",
  682.                             "format": "strict_date_optional_time||epoch_millis"
  683.                         },
  684.                         "seconds": {
  685.                             "type": "long"
  686.                         }
  687.                     }
  688.                 },
  689.                 "version": {
  690.                     "type": "string",
  691.                     "index": "not_analyzed"
  692.                 }
  693.             }
  694.         },
  695.         "nmap_host": {
  696.             "properties": {
  697.                 "@timestamp": {
  698.                     "type": "date",
  699.                     "format": "strict_date_optional_time||epoch_millis"
  700.                 },
  701.                 "@version": {
  702.                     "type": "string",
  703.                     "index": "not_analyzed"
  704.                 },
  705.                 "address": {
  706.                     "type": "string",
  707.                     "index": "not_analyzed"
  708.                 },
  709.                 "addresses": {
  710.                     "properties": {
  711.                         "addr": {
  712.                             "type": "string",
  713.                             "index": "not_analyzed"
  714.                         },
  715.                         "type": {
  716.                             "type": "string",
  717.                             "index": "not_analyzed"
  718.                         }
  719.                     }
  720.                 },
  721.                 "arguments": {
  722.                     "type": "string",
  723.                     "analyzer": "whitespace",
  724.                     "fields": {
  725.                         "raw": {
  726.                             "type": "string",
  727.                             "index": "not_analyzed"
  728.                         }
  729.                     }
  730.                 },
  731.                 "end_time": {
  732.                     "type": "date",
  733.                     "format": "strict_date_optional_time||epoch_millis"
  734.                 },
  735.                 "geoip": {
  736.                     "properties": {
  737.                         "area_code": {
  738.                             "type": "string",
  739.                             "index": "not_analyzed"
  740.                         },
  741.                         "city_name": {
  742.                             "type": "string"
  743.                         },
  744.                         "continent_code": {
  745.                             "type": "string",
  746.                             "index": "not_analyzed"
  747.                         },
  748.                         "country_code2": {
  749.                             "type": "string",
  750.                             "index": "not_analyzed"
  751.                         },
  752.                         "country_code3": {
  753.                             "type": "string",
  754.                             "index": "not_analyzed"
  755.                         },
  756.                         "country_name": {
  757.                             "type": "string",
  758.                             "index": "not_analyzed"
  759.                         },
  760.                         "dma_code": {
  761.                             "type": "integer"
  762.                         },
  763.                         "ip": {
  764.                             "type": "ip"
  765.                         },
  766.                         "latitude": {
  767.                             "type": "double"
  768.                         },
  769.                         "location": {
  770.                             "type": "geo_point"
  771.                         },
  772.                         "longitude": {
  773.                             "type": "double"
  774.                         },
  775.                         "postal_code": {
  776.                             "type": "string",
  777.                             "index": "not_analyzed"
  778.                         },
  779.                         "real_region_name": {
  780.                             "type": "string",
  781.                             "index": "not_analyzed"
  782.                         },
  783.                         "region_name": {
  784.                             "type": "string",
  785.                             "index": "not_analyzed"
  786.                         },
  787.                         "timezone": {
  788.                             "type": "string",
  789.                             "index": "not_analyzed"
  790.                         }
  791.                     }
  792.                 },
  793.                 "host": {
  794.                     "type": "string",
  795.                     "index": "not_analyzed"
  796.                 },
  797.                 "hostname": {
  798.                     "properties": {
  799.                         "name": {
  800.                             "type": "string",
  801.                             "index": "not_analyzed"
  802.                         },
  803.                         "type": {
  804.                             "type": "string",
  805.                             "index": "not_analyzed"
  806.                         }
  807.                     }
  808.                 },
  809.                 "id": {
  810.                     "type": "string",
  811.                     "index": "not_analyzed"
  812.                 },
  813.                 "ip": {
  814.                     "type": "string",
  815.                     "index": "not_analyzed"
  816.                 },
  817.                 "ipv4": {
  818.                     "type": "ip"
  819.                 },
  820.                 "mac": {
  821.                     "type": "string",
  822.                     "index": "not_analyzed"
  823.                 },
  824.                 "os": {
  825.                     "properties": {
  826.                         "classes": {
  827.                             "properties": {
  828.                                 "accuracy": {
  829.                                     "type": "integer"
  830.                                 },
  831.                                 "family": {
  832.                                     "type": "string",
  833.                                     "index": "not_analyzed"
  834.                                 },
  835.                                 "gen": {
  836.                                     "type": "string",
  837.                                     "index": "not_analyzed"
  838.                                 },
  839.                                 "type": {
  840.                                     "type": "string",
  841.                                     "index": "not_analyzed"
  842.                                 },
  843.                                 "vendor": {
  844.                                     "type": "string",
  845.                                     "index": "not_analyzed"
  846.                                 }
  847.                             }
  848.                         },
  849.                         "matches": {
  850.                             "properties": {
  851.                                 "accuracy": {
  852.                                     "type": "long"
  853.                                 },
  854.                                 "name": {
  855.                                     "type": "string",
  856.                                     "index": "not_analyzed"
  857.                                 }
  858.                             }
  859.                         },
  860.                         "ports_used": {
  861.                             "type": "long"
  862.                         }
  863.                     }
  864.                 },
  865.                 "ports": {
  866.                     "properties": {
  867.                         "number": {
  868.                             "type": "integer"
  869.                         },
  870.                         "protocol": {
  871.                             "type": "string",
  872.                             "index": "not_analyzed"
  873.                         },
  874.                         "reason": {
  875.                             "type": "string",
  876.                             "index": "not_analyzed"
  877.                         },
  878.                         "service": {
  879.                             "properties": {
  880.                                 "confidence": {
  881.                                     "type": "long"
  882.                                 },
  883.                                 "fingerprint_method": {
  884.                                     "type": "string",
  885.                                     "index": "not_analyzed"
  886.                                 },
  887.                                 "name": {
  888.                                     "type": "string",
  889.                                     "index": "not_analyzed"
  890.                                 },
  891.                                 "product": {
  892.                                     "type": "string",
  893.                                     "index": "not_analyzed"
  894.                                 },
  895.                                 "ssl": {
  896.                                     "type": "boolean"
  897.                                 }
  898.                             }
  899.                         },
  900.                         "state": {
  901.                             "type": "string",
  902.                             "index": "not_analyzed"
  903.                         }
  904.                     }
  905.                 },
  906.                 "scan_id": {
  907.                     "type": "string",
  908.                     "index": "not_analyzed"
  909.                 },
  910.                 "start_time": {
  911.                     "type": "date",
  912.                     "format": "strict_date_optional_time||epoch_millis"
  913.                 },
  914.                 "status": {
  915.                     "properties": {
  916.                         "reason": {
  917.                             "type": "string",
  918.                             "index": "not_analyzed"
  919.                         },
  920.                         "state": {
  921.                             "type": "string",
  922.                             "index": "not_analyzed"
  923.                         }
  924.                     }
  925.                 },
  926.                 "tags": {
  927.                     "type": "string",
  928.                     "index": "not_analyzed"
  929.                 },
  930.                 "traceroute": {
  931.                     "properties": {
  932.                         "hops": {
  933.                             "properties": {
  934.                                 "address": {
  935.                                     "type": "string",
  936.                                     "index": "not_analyzed"
  937.                                 },
  938.                                 "geoip": {
  939.                                     "properties": {
  940.                                         "area_code": {
  941.                                             "type": "string",
  942.                                             "index": "not_analyzed"
  943.                                         },
  944.                                         "city_name": {
  945.                                             "type": "string"
  946.                                         },
  947.                                         "continent_code": {
  948.                                             "type": "string",
  949.                                             "index": "not_analyzed"
  950.                                         },
  951.                                         "country_code2": {
  952.                                             "type": "string",
  953.                                             "index": "not_analyzed"
  954.                                         },
  955.                                         "country_code3": {
  956.                                             "type": "string",
  957.                                             "index": "not_analyzed"
  958.                                         },
  959.                                         "country_name": {
  960.                                             "type": "string",
  961.                                             "index": "not_analyzed"
  962.                                         },
  963.                                         "dma_code": {
  964.                                             "type": "integer"
  965.                                         },
  966.                                         "ip": {
  967.                                             "type": "ip"
  968.                                         },
  969.                                         "latitude": {
  970.                                             "type": "double"
  971.                                         },
  972.                                         "location": {
  973.                                             "type": "geo_point"
  974.                                         },
  975.                                         "longitude": {
  976.                                             "type": "double"
  977.                                         },
  978.                                         "postal_code": {
  979.                                             "type": "string",
  980.                                             "index": "not_analyzed"
  981.                                         },
  982.                                         "real_region_name": {
  983.                                             "type": "string",
  984.                                             "index": "not_analyzed"
  985.                                         },
  986.                                         "region_name": {
  987.                                             "type": "string",
  988.                                             "index": "not_analyzed"
  989.                                         },
  990.                                         "timezone": {
  991.                                             "type": "string",
  992.                                             "index": "not_analyzed"
  993.                                         }
  994.                                     }
  995.                                 },
  996.                                 "hostname": {
  997.                                     "type": "string",
  998.                                     "index": "not_analyzed"
  999.                                 },
  1000.                                 "index": {
  1001.                                     "type": "integer"
  1002.                                 },
  1003.                                 "rtt": {
  1004.                                     "type": "long"
  1005.                                 },
  1006.                                 "ttl": {
  1007.                                     "type": "integer"
  1008.                                 }
  1009.                             }
  1010.                         },
  1011.                         "port": {
  1012.                             "type": "integer"
  1013.                         },
  1014.                         "protocol": {
  1015.                             "type": "string",
  1016.                             "index": "not_analyzed"
  1017.                         }
  1018.                     }
  1019.                 },
  1020.                 "type": {
  1021.                     "type": "string",
  1022.                     "index": "not_analyzed"
  1023.                 },
  1024.                 "uptime": {
  1025.                     "properties": {
  1026.                         "last_boot": {
  1027.                             "type": "date",
  1028.                             "format": "strict_date_optional_time||epoch_millis"
  1029.                         },
  1030.                         "seconds": {
  1031.                             "type": "long"
  1032.                         },
  1033.                         "uptime": {
  1034.                             "type": "integer"
  1035.                         }
  1036.                     }
  1037.                 },
  1038.                 "version": {
  1039.                     "type": "string",
  1040.                     "index": "not_analyzed"
  1041.                 }
  1042.             }
  1043.         }
  1044.     }
  1045. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement