Skip to content
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

Update the HTTP field set with ECS definitions as of beta 2 #9645

Merged
merged 5 commits into from
Dec 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Packetbeat*

- Adjust Packetbeat `http` fields to ECS Beta 2 {pull}9645[9645]
- `http.request.body` moves to `http.request.body.content`
- `http.response.body` moves to `http.response.body.content`

*Winlogbeat*

*Functionbeat*
Expand Down Expand Up @@ -65,6 +69,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Affecting all Beats*

- Update field definitions for `http` to ECS Beta 2 {pull}9645[9645]

*Auditbeat*

- Add system module. {pull}9546[9546]
Expand Down
65 changes: 63 additions & 2 deletions auditbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4071,9 +4071,22 @@ Fields related to HTTP activity.
--
type: keyword

example: GET, POST, PUT
example: get, post, put

Http request method.
The field value must be normalized to lowercase for querying. See "Lowercase Capitalization" in the "Implementing ECS" section.


--

*`http.request.body.content`*::
+
--
type: keyword

example: Hello world

The full http request body.


--
Expand Down Expand Up @@ -4102,7 +4115,7 @@ Http response status code.

--

*`http.response.body`*::
*`http.response.body.content`*::
+
--
type: keyword
Expand All @@ -4124,6 +4137,54 @@ example: 1.1
Http version.


--

*`http.request.bytes`*::
+
--
type: long

example: 1437

Total size in bytes of the request (body and headers).


--

*`http.request.body.bytes`*::
+
--
type: long

example: 887

Size in bytes of the request body.


--

*`http.response.bytes`*::
+
--
type: long

example: 1437

Total size in bytes of the response (body and headers).


--

*`http.response.body.bytes`*::
+
--
type: long

example: 887

Size in bytes of the response body.


--

[float]
Expand Down
2 changes: 1 addition & 1 deletion auditbeat/include/fields.go

Large diffs are not rendered by default.

65 changes: 63 additions & 2 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2097,9 +2097,22 @@ Fields related to HTTP activity.
--
type: keyword

example: GET, POST, PUT
example: get, post, put

Http request method.
The field value must be normalized to lowercase for querying. See "Lowercase Capitalization" in the "Implementing ECS" section.


--

*`http.request.body.content`*::
+
--
type: keyword

example: Hello world

The full http request body.


--
Expand Down Expand Up @@ -2128,7 +2141,7 @@ Http response status code.

--

*`http.response.body`*::
*`http.response.body.content`*::
+
--
type: keyword
Expand All @@ -2150,6 +2163,54 @@ example: 1.1
Http version.


--

*`http.request.bytes`*::
+
--
type: long

example: 1437

Total size in bytes of the request (body and headers).


--

*`http.request.body.bytes`*::
+
--
type: long

example: 887

Size in bytes of the request body.


--

*`http.response.bytes`*::
+
--
type: long

example: 1437

Total size in bytes of the response (body and headers).


--

*`http.response.body.bytes`*::
+
--
type: long

example: 887

Size in bytes of the response body.


--

[float]
Expand Down
2 changes: 1 addition & 1 deletion filebeat/include/fields.go

Large diffs are not rendered by default.

65 changes: 63 additions & 2 deletions heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1662,9 +1662,22 @@ Fields related to HTTP activity.
--
type: keyword

example: GET, POST, PUT
example: get, post, put

Http request method.
The field value must be normalized to lowercase for querying. See "Lowercase Capitalization" in the "Implementing ECS" section.


--

*`http.request.body.content`*::
+
--
type: keyword

example: Hello world

The full http request body.


--
Expand Down Expand Up @@ -1693,7 +1706,7 @@ Http response status code.

--

*`http.response.body`*::
*`http.response.body.content`*::
+
--
type: keyword
Expand All @@ -1715,6 +1728,54 @@ example: 1.1
Http version.


--

*`http.request.bytes`*::
+
--
type: long

example: 1437

Total size in bytes of the request (body and headers).


--

*`http.request.body.bytes`*::
+
--
type: long

example: 887

Size in bytes of the request body.


--

*`http.response.bytes`*::
+
--
type: long

example: 1437

Total size in bytes of the response (body and headers).


--

*`http.response.body.bytes`*::
+
--
type: long

example: 887

Size in bytes of the response body.


--

[float]
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/include/fields.go

Large diffs are not rendered by default.

65 changes: 63 additions & 2 deletions journalbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1943,9 +1943,22 @@ Fields related to HTTP activity.
--
type: keyword

example: GET, POST, PUT
example: get, post, put

Http request method.
The field value must be normalized to lowercase for querying. See "Lowercase Capitalization" in the "Implementing ECS" section.


--

*`http.request.body.content`*::
+
--
type: keyword

example: Hello world

The full http request body.


--
Expand Down Expand Up @@ -1974,7 +1987,7 @@ Http response status code.

--

*`http.response.body`*::
*`http.response.body.content`*::
+
--
type: keyword
Expand All @@ -1996,6 +2009,54 @@ example: 1.1
Http version.


--

*`http.request.bytes`*::
+
--
type: long

example: 1437

Total size in bytes of the request (body and headers).


--

*`http.request.body.bytes`*::
+
--
type: long

example: 887

Size in bytes of the request body.


--

*`http.response.bytes`*::
+
--
type: long

example: 1437

Total size in bytes of the response (body and headers).


--

*`http.response.body.bytes`*::
+
--
type: long

example: 887

Size in bytes of the response body.


--

[float]
Expand Down
2 changes: 1 addition & 1 deletion journalbeat/include/fields.go

Large diffs are not rendered by default.

Loading