Currently it is `http.method` but according to ECS documentation (https://www.elastic.co/guide/en/ecs/1.0/ecs-http.html), it should be `http.request.method` https://github.com/logstash-plugins/logstash-input-http/blob/879eb1472c90c12775cfa8d431d0564bdb2ef177/lib/logstash/inputs/http.rb#L251 https://github.com/logstash-plugins/logstash-input-http/pull/137
Currently it is
http.methodbut according to ECS documentation (https://www.elastic.co/guide/en/ecs/1.0/ecs-http.html), it should behttp.request.methodlogstash-input-http/lib/logstash/inputs/http.rb
Line 251 in 879eb14
#137