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 libbeat fields.ecs.yml file and ecsVersion to 1.10.0 #26121

Merged
merged 25 commits into from
Jun 25, 2021
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e3e53b6
update libbeat fields.ecs.yml file and ecsVersion to 1.10.0
kaiyan-sheng Jun 2, 2021
39c039a
rerun make update
kaiyan-sheng Jun 3, 2021
380dbd8
add changelog
kaiyan-sheng Jun 3, 2021
b54ed38
update go.sum
kaiyan-sheng Jun 3, 2021
6edf46e
update notice file
kaiyan-sheng Jun 3, 2021
891f748
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 4, 2021
3f413d9
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 4, 2021
2bb5a49
upgrade go version to 1.16.4
kaiyan-sheng Jun 7, 2021
924c8dc
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 7, 2021
a6a8cbb
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 8, 2021
22073cb
rebase
kaiyan-sheng Jun 8, 2021
bf8ae68
run make notice
kaiyan-sheng Jun 8, 2021
9068494
run go mod tidy
kaiyan-sheng Jun 8, 2021
78c4c6c
add http field request.id
kaiyan-sheng Jun 8, 2021
5f6fdc1
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 9, 2021
91459f7
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 9, 2021
712ec9d
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 14, 2021
fa2416d
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 15, 2021
45e164b
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 21, 2021
891bae2
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 22, 2021
8302588
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 22, 2021
f2a5810
regenerate fields.go for heartbeat
kaiyan-sheng Jun 22, 2021
df21964
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 23, 2021
69c1f09
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 24, 2021
abeb4e1
Merge remote-tracking branch 'upstream/master' into ecs_version
kaiyan-sheng Jun 24, 2021
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
Prev Previous commit
Next Next commit
add http field request.id
  • Loading branch information
kaiyan-sheng committed Jun 8, 2021
commit 78c4c6cff033add47ef5c04c7ab83c2d92d6567a
3 changes: 3 additions & 0 deletions packetbeat/protos/http/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ type ProtocolFields struct {
// "Lowercase Capitalization" in the "Implementing ECS" section.
RequestMethod common.NetString `ecs:"request.method"`

// HTTP request ID.
RequestID common.NetString `ecs:"request.id"`

// The full http request body.
RequestBodyContent common.NetString `ecs:"request.body.content"`

Expand Down