logstash-input-http icon indicating copy to clipboard operation
logstash-input-http copied to clipboard

ECS compliance - http.method

Open cbeaujoin-stellar opened this issue 10 months ago • 0 comments

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

cbeaujoin-stellar avatar Feb 18 '25 09:02 cbeaujoin-stellar