logstash-plugins / logstash-codec-nmap

NMap XML decoding for logstash
Apache License 2.0
28 stars 25 forks source link

nmap codec creates field from rtt value #19

Open threathunternotebook opened 6 years ago

threathunternotebook commented 6 years ago

It appears that the nmap codec uses the returned rtt value from an nmap scan to create a field with the value as the name. This leads to a large number of fields created where the field name is the rtt value.

For all general issues, please provide the following details for fast resolution:

output { stdout { codec => rubydebug } }