Skip to content

Commit

Permalink
Remove guidance to lowercase http.request.method
Browse files Browse the repository at this point in the history
  • Loading branch information
leehinman committed May 7, 2020
1 parent 8183908 commit d3929f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Thanks, you're awesome :-) -->

#### Deprecated

* Remove guidance to lowercase `http.request.method` #840

### Tooling and Artifact Changes

Expand Down
5 changes: 1 addition & 4 deletions schemas/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
short: HTTP request method.
description: >
HTTP request method.
The field value must be normalized to lowercase for querying. See
the documentation section "Implementing ECS".
example: get, post, put
example: get, POST, Put

- name: request.body.content
level: extended
Expand Down

0 comments on commit d3929f0

Please sign in to comment.