HTTP output "http_method" field is not interpolated.
Open
enhancement
status:needs-triage
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
Based on the general functionality of Logstash and the given documentation, it is expected the `http_method` field would be interpolated. However, attempting to do so results in an error like the following:
```
output {
http {
# This setting must be a ["put", "post", "patch", "delete", "get", "head"]
# Expected one of ["put", "post", "patch", "delete", "get", "head"], got ["%{[http][method]}"]
http_method => "%{[http][method]}"
...
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.