Skip to content
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
3 changes: 3 additions & 0 deletions changelog/fragments/1742774400-fix-typos-packetbeat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: bug-fix
summary: Fix possessive "its" and "currnet" typos in packetbeat configuration and field descriptions
component: packetbeat
2 changes: 1 addition & 1 deletion docs/reference/packetbeat/exported-fields-dhcpv4.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ DHCPv4 event fields


**`dhcpv4.option.subnet_mask`**
: The subnet mask that the client should use on the currnet network.
: The subnet mask that the client should use on the current network.

type: ip

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/packetbeat/packetbeat-reference-yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ packetbeat.protocols:
#send_all_headers: false

# A list of headers to redact if present in the HTTP request. This will keep
# the header field present, but will redact it's value to show the headers
# the header field present, but will redact its value to show the headers
# presence.
#redact_headers: []

Expand Down
2 changes: 1 addition & 1 deletion packetbeat/_meta/config/beat.reference.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ packetbeat.protocols:
#send_all_headers: false

# A list of headers to redact if present in the HTTP request. This will keep
# the header field present, but will redact it's value to show the headers
# the header field present, but will redact its value to show the headers
# presence.
#redact_headers: []

Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ packetbeat.protocols:
#send_all_headers: false

# A list of headers to redact if present in the HTTP request. This will keep
# the header field present, but will redact it's value to show the headers
# the header field present, but will redact its value to show the headers
# presence.
#redact_headers: []

Expand Down
2 changes: 1 addition & 1 deletion packetbeat/protos/dhcpv4/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
- name: subnet_mask
type: ip
description: |
The subnet mask that the client should use on the currnet
The subnet mask that the client should use on the current
network.

- name: utc_time_offset_sec
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/protos/dhcpv4/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x-pack/packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ packetbeat.protocols:
#send_all_headers: false

# A list of headers to redact if present in the HTTP request. This will keep
# the header field present, but will redact it's value to show the headers
# the header field present, but will redact its value to show the headers
# presence.
#redact_headers: []

Expand Down
Loading