diff --git a/docs/reference/metricbeat/exported-fields-kubernetes.md b/docs/reference/metricbeat/exported-fields-kubernetes.md index 681b515036d4..02399b126bbe 100644 --- a/docs/reference/metricbeat/exported-fields-kubernetes.md +++ b/docs/reference/metricbeat/exported-fields-kubernetes.md @@ -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 diff --git a/docs/reference/packetbeat/packetbeat-http-options.md b/docs/reference/packetbeat/packetbeat-http-options.md index 880548a29eb1..1f70c0be25d2 100644 --- a/docs/reference/packetbeat/packetbeat-http-options.md +++ b/docs/reference/packetbeat/packetbeat-http-options.md @@ -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] diff --git a/docs/reference/packetbeat/packetbeat-reference-yml.md b/docs/reference/packetbeat/packetbeat-reference-yml.md index 1d9050c6684a..5cb4433d7af2 100644 --- a/docs/reference/packetbeat/packetbeat-reference-yml.md +++ b/docs/reference/packetbeat/packetbeat-reference-yml.md @@ -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: [] diff --git a/libbeat/autodiscover/README.md b/libbeat/autodiscover/README.md index 9b334ecf1c00..586cc1363408 100644 --- a/libbeat/autodiscover/README.md +++ b/libbeat/autodiscover/README.md @@ -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. diff --git a/metricbeat/module/kubernetes/apiserver/_meta/fields.yml b/metricbeat/module/kubernetes/apiserver/_meta/fields.yml index a7293c6836b9..af9582bd5418 100644 --- a/metricbeat/module/kubernetes/apiserver/_meta/fields.yml +++ b/metricbeat/module/kubernetes/apiserver/_meta/fields.yml @@ -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: > diff --git a/packetbeat/_meta/config/beat.reference.yml.tmpl b/packetbeat/_meta/config/beat.reference.yml.tmpl index 64503bf8be39..449befa4844c 100644 --- a/packetbeat/_meta/config/beat.reference.yml.tmpl +++ b/packetbeat/_meta/config/beat.reference.yml.tmpl @@ -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: [] diff --git a/packetbeat/packetbeat.reference.yml b/packetbeat/packetbeat.reference.yml index 001ebfa24097..bcd817db15e9 100644 --- a/packetbeat/packetbeat.reference.yml +++ b/packetbeat/packetbeat.reference.yml @@ -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: [] diff --git a/x-pack/packetbeat/packetbeat.reference.yml b/x-pack/packetbeat/packetbeat.reference.yml index 001ebfa24097..bcd817db15e9 100644 --- a/x-pack/packetbeat/packetbeat.reference.yml +++ b/x-pack/packetbeat/packetbeat.reference.yml @@ -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: []