-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove guidance to lowercase http.request.method #840
Remove guidance to lowercase http.request.method #840
Conversation
8739e48
to
d3929f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's put back some text to clarify what's happening on that field. I have a rough suggestion below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the adjustment.
Now let's run make
and commit the changes to update all artifacts.
I'm also waiting on the docs preview, to see how this will render in asciidoc. We may have to adjust this a bit. If you want to check it out locally, you can simply run make docs
.
CHANGELOG.next.md
Outdated
@@ -33,6 +33,7 @@ Thanks, you're awesome :-) --> | |||
|
|||
#### Deprecated | |||
|
|||
* Remove guidance to lowercase `http.request.method` #840 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Remove guidance to lowercase `http.request.method` #840 | |
* Deprecate guidance to lowercase `http.request.method` #840 |
Sorry last lil change 😬
And the doc preview is back: http://ecs_840.docs-preview.app.elstc.co/guide/en/ecs/master/ecs-http.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
Remove guidance to lowercase http.request.method
Closes #838