Skip to content
Closed
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
2 changes: 1 addition & 1 deletion docs/reference/metricbeat/exported-fields-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Kubernetes API server metrics


**`kubernetes.apiserver.request.dry_run`**
: Wether the request uses dry run
: Whether the request uses dry run

type: keyword

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/packetbeat/packetbeat-http-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Instead of sending a white list of headers to Elasticsearch, you can send all he

### `redact_headers` [_redact_headers]

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 header’s presence.
A list of headers to redact if present in the HTTP request. This will keep the header field present, but will redact its value to show the header’s presence.


### `include_body_for` [_include_body_for]
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 libbeat/autodiscover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
Everything works the same as Autodiscover without LeaderElection until step 8.

8. If there is no conditions in the template set by the user, the configs will be generated from [hints](https://github.com/elastic/beats/blob/4b1f69923b3f2abbbf1860295fe5dbff7db3d63c/libbeat/autodiscover/providers/kubernetes/kubernetes.go#L186).
9. Wether hints are enabled or not is part of the [Kubernetes Provider struct](https://github.com/elastic/beats/blob/4b1f69923b3f2abbbf1860295fe5dbff7db3d63c/libbeat/autodiscover/providers/kubernetes/kubernetes.go#L121) builders field.
9. Whether hints are enabled or not is part of the [Kubernetes Provider struct](https://github.com/elastic/beats/blob/4b1f69923b3f2abbbf1860295fe5dbff7db3d63c/libbeat/autodiscover/providers/kubernetes/kubernetes.go#L121) builders field.
10. [GenerateHints](https://github.com/elastic/beats/blob/eff92354db783001880f4bade9f59942fca747ba/libbeat/autodiscover/builder/helper.go#L213) function looks into the event's annotations. A [hints map](https://github.com/elastic/beats/blob/eff92354db783001880f4bade9f59942fca747ba/libbeat/autodiscover/builder/helper.go#L226) is created with all hints and returned.
11. From those hints, configs are [created](https://github.com/elastic/beats/blob/4b1f69923b3f2abbbf1860295fe5dbff7db3d63c/libbeat/autodiscover/builder.go#L97) in the same form as in `Autodiscover without LeaderElection` step 8.
They contain the same information as if they where set explicitly in the metricbeat configureation but actually derive from the pod annotations.
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/kubernetes/apiserver/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- name: request.dry_run
type: keyword
description: >
Wether the request uses dry run
Whether the request uses dry run
- name: request.kind
type: keyword
description: >
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 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