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

Re-introduce field formats on ECS fields. #11240

Merged
merged 2 commits into from
Mar 14, 2019
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
20 changes: 20 additions & 0 deletions auditbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3066,6 +3066,8 @@ type: long

example: 184

format: bytes

Bytes sent from the client to the server.

--
Expand Down Expand Up @@ -3445,6 +3447,8 @@ type: long

example: 184

format: bytes

Bytes sent from the destination to the source.

--
Expand Down Expand Up @@ -3769,6 +3773,8 @@ The concept of a `dataset` (fileset / metricset) is used in Beats as a subset of
--
type: long

format: duration

Duration of the event in nanoseconds.
If event.start and event.end are known this value should be the difference between the end and start time.

Expand Down Expand Up @@ -4485,6 +4491,8 @@ type: long

example: 887

format: bytes

Size in bytes of the request body.

--
Expand All @@ -4507,6 +4515,8 @@ type: long

example: 1437

format: bytes

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

--
Expand Down Expand Up @@ -4541,6 +4551,8 @@ type: long

example: 887

format: bytes

Size in bytes of the response body.

--
Expand All @@ -4563,6 +4575,8 @@ type: long

example: 1437

format: bytes

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

--
Expand Down Expand Up @@ -4646,6 +4660,8 @@ type: long

example: 368

format: bytes

Total bytes transferred in both directions.
If `source.bytes` and `destination.bytes` are known, `network.bytes` is their sum.

Expand Down Expand Up @@ -5235,6 +5251,8 @@ type: long

example: 184

format: bytes

Bytes sent from the server to the client.

--
Expand Down Expand Up @@ -5549,6 +5567,8 @@ type: long

example: 184

format: bytes

Bytes sent from the source to the destination.

--
Expand Down
2 changes: 1 addition & 1 deletion auditbeat/include/fields.go

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,8 @@ type: long

example: 184

format: bytes

Bytes sent from the client to the server.

--
Expand Down Expand Up @@ -1702,6 +1704,8 @@ type: long

example: 184

format: bytes

Bytes sent from the destination to the source.

--
Expand Down Expand Up @@ -2026,6 +2030,8 @@ The concept of a `dataset` (fileset / metricset) is used in Beats as a subset of
--
type: long

format: duration

Duration of the event in nanoseconds.
If event.start and event.end are known this value should be the difference between the end and start time.

Expand Down Expand Up @@ -2742,6 +2748,8 @@ type: long

example: 887

format: bytes

Size in bytes of the request body.

--
Expand All @@ -2764,6 +2772,8 @@ type: long

example: 1437

format: bytes

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

--
Expand Down Expand Up @@ -2798,6 +2808,8 @@ type: long

example: 887

format: bytes

Size in bytes of the response body.

--
Expand All @@ -2820,6 +2832,8 @@ type: long

example: 1437

format: bytes

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

--
Expand Down Expand Up @@ -2903,6 +2917,8 @@ type: long

example: 368

format: bytes

Total bytes transferred in both directions.
If `source.bytes` and `destination.bytes` are known, `network.bytes` is their sum.

Expand Down Expand Up @@ -3492,6 +3508,8 @@ type: long

example: 184

format: bytes

Bytes sent from the server to the client.

--
Expand Down Expand Up @@ -3806,6 +3824,8 @@ type: long

example: 184

format: bytes

Bytes sent from the source to the destination.

--
Expand Down
2 changes: 1 addition & 1 deletion filebeat/include/fields.go

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ type: long

example: 184

format: bytes

Bytes sent from the client to the server.

--
Expand Down Expand Up @@ -868,6 +870,8 @@ type: long

example: 184

format: bytes

Bytes sent from the destination to the source.

--
Expand Down Expand Up @@ -1192,6 +1196,8 @@ The concept of a `dataset` (fileset / metricset) is used in Beats as a subset of
--
type: long

format: duration

Duration of the event in nanoseconds.
If event.start and event.end are known this value should be the difference between the end and start time.

Expand Down Expand Up @@ -1908,6 +1914,8 @@ type: long

example: 887

format: bytes

Size in bytes of the request body.

--
Expand All @@ -1930,6 +1938,8 @@ type: long

example: 1437

format: bytes

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

--
Expand Down Expand Up @@ -1964,6 +1974,8 @@ type: long

example: 887

format: bytes

Size in bytes of the response body.

--
Expand All @@ -1986,6 +1998,8 @@ type: long

example: 1437

format: bytes

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

--
Expand Down Expand Up @@ -2069,6 +2083,8 @@ type: long

example: 368

format: bytes

Total bytes transferred in both directions.
If `source.bytes` and `destination.bytes` are known, `network.bytes` is their sum.

Expand Down Expand Up @@ -2658,6 +2674,8 @@ type: long

example: 184

format: bytes

Bytes sent from the server to the client.

--
Expand Down Expand Up @@ -2972,6 +2990,8 @@ type: long

example: 184

format: bytes

Bytes sent from the source to the destination.

--
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/include/fields.go

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions journalbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,8 @@ type: long

example: 184

format: bytes

Bytes sent from the client to the server.

--
Expand Down Expand Up @@ -1445,6 +1447,8 @@ type: long

example: 184

format: bytes

Bytes sent from the destination to the source.

--
Expand Down Expand Up @@ -1769,6 +1773,8 @@ The concept of a `dataset` (fileset / metricset) is used in Beats as a subset of
--
type: long

format: duration

Duration of the event in nanoseconds.
If event.start and event.end are known this value should be the difference between the end and start time.

Expand Down Expand Up @@ -2485,6 +2491,8 @@ type: long

example: 887

format: bytes

Size in bytes of the request body.

--
Expand All @@ -2507,6 +2515,8 @@ type: long

example: 1437

format: bytes

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

--
Expand Down Expand Up @@ -2541,6 +2551,8 @@ type: long

example: 887

format: bytes

Size in bytes of the response body.

--
Expand All @@ -2563,6 +2575,8 @@ type: long

example: 1437

format: bytes

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

--
Expand Down Expand Up @@ -2646,6 +2660,8 @@ type: long

example: 368

format: bytes

Total bytes transferred in both directions.
If `source.bytes` and `destination.bytes` are known, `network.bytes` is their sum.

Expand Down Expand Up @@ -3235,6 +3251,8 @@ type: long

example: 184

format: bytes

Bytes sent from the server to the client.

--
Expand Down Expand Up @@ -3549,6 +3567,8 @@ type: long

example: 184

format: bytes

Bytes sent from the source to the destination.

--
Expand Down
2 changes: 1 addition & 1 deletion journalbeat/include/fields.go

Large diffs are not rendered by default.

Loading