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/filebeat/configuration-autodiscover.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ The `kubernetes` autodiscover provider has the following configuration settings:
: (Optional) Specify at what level autodiscover needs to be done at. `scope` can either take `node` or `cluster` as values. `node` scope allows discovery of resources in the specified node. `cluster` scope allows cluster wide discovery. Only `pod` and `node` resources can be discovered at node scope.

`add_resource_metadata`
: (Optional) Specify filters and configration for the extra metadata, that will be added to the event. Configuration parameters:
: (Optional) Specify filters and configuration for the extra metadata, that will be added to the event. Configuration parameters:

* `node` or `namespace`: Specify labels and annotations filters for the extra metadata coming from node and namespace. By default all labels are included while annotations are not. To change default behaviour `include_labels`, `exclude_labels` and `include_annotations` can be defined. Those settings are useful when storing labels and annotations that require special handling to avoid overloading the storage output. Note: wildcards are not supported for those settings. The enrichment of `node` or `namespace` metadata can be individually disabled by setting `enabled: false`.
* `deployment`: If resource is `pod` and it is created from a `deployment`, by default the deployment name isn’t added, this can be enabled by setting `deployment: true`.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/filebeat/filebeat-module-crowdstrike.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ When you specify a setting at the command line, remember to prefix the setting w

### `falcon` fileset settings [_falcon_fileset_settings]

The fileset is by default configured to collect JSON formated event data from `/var/log/crowdstrike/falconhoseclient/output`. It forwards DetectionSummaryEvent and IncidentSummaryEvent events.
The fileset is by default configured to collect JSON formatted event data from `/var/log/crowdstrike/falconhoseclient/output`. It forwards DetectionSummaryEvent and IncidentSummaryEvent events.

```yaml
var:
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/filebeat/filebeat-module-o365.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

#### Alternative endpoints [_alternative_endpoints]

This module supports custom endpoints for on-prem deployments as well as alternative endpoints (GCC High endponts, U.S. DoD, European Union, etc). In order to point the module to an alternative endpoint, you need to adjust the `authentication_endpoint` and `resource` variables accordingly. For example:
This module supports custom endpoints for on-prem deployments as well as alternative endpoints (GCC High endpoints, U.S. DoD, European Union, etc). In order to point the module to an alternative endpoint, you need to adjust the `authentication_endpoint` and `resource` variables accordingly. For example:

Check notice on line 116 in docs/reference/filebeat/filebeat-module-o365.md

View workflow job for this annotation

GitHub Actions / docs-preview / vale

Elastic.Wordiness: Consider using 'to' instead of 'In order to'.

Check warning on line 116 in docs/reference/filebeat/filebeat-module-o365.md

View workflow job for this annotation

GitHub Actions / docs-preview / vale

Elastic.Latinisms: Latin terms and abbreviations are a common source of confusion. Use 'and so on' instead of 'etc'.

```yaml
var.api:
Expand Down Expand Up @@ -157,7 +157,7 @@

#### Advanced configuration options [_advanced_configuration_options]

The following configuration options are only recomended in case of problems. They must be nested under a single `var.api` key, like this:
The following configuration options are only recommended in case of problems. They must be nested under a single `var.api` key, like this:

```yaml
var.api:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/filebeat/filebeat-reference-yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ filebeat.inputs:
# To fetch all ".log" files from a specific level of subdirectories
# /var/log/*/*.log can be used.
# For each file found under this path, a harvester is started.
# Make sure not file is defined twice as this can lead to unexpected behaviour.
# Make sure no file is defined twice as this can lead to unexpected behaviour.
paths:
- /var/log/*.log
#- c:\programdata\elasticsearch\logs\*
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/heartbeat/configuration-autodiscover.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The `kubernetes` autodiscover provider has the following configuration settings:
: (Optional) Specify at what level autodiscover needs to be done at. `scope` can either take `node` or `cluster` as values. `node` scope allows discovery of resources in the specified node. `cluster` scope allows cluster wide discovery. Only `pod` and `node` resources can be discovered at node scope.

`add_resource_metadata`
: (Optional) Specify filters and configration for the extra metadata, that will be added to the event. Configuration parameters:
: (Optional) Specify filters and configuration for the extra metadata, that will be added to the event. Configuration parameters:

* `node` or `namespace`: Specify labels and annotations filters for the extra metadata coming from node and namespace. By default all labels are included while annotations are not. To change default behaviour `include_labels`, `exclude_labels` and `include_annotations` can be defined. Those settings are useful when storing labels and annotations that require special handling to avoid overloading the storage output. Note: wildcards are not supported for those settings. The enrichment of `node` or `namespace` metadata can be individually disabled by setting `enabled: false`.
* `deployment`: If resource is `pod` and it is created from a `deployment`, by default the deployment name isn’t added, this can be enabled by setting `deployment: true`.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/heartbeat/exported-fields-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ duration of Load end event

## relative_trace [_relative_trace]

trace event with timing information that are realtive to journey timings in microseconds
trace event with timing information that are relative to journey timings in microseconds

**`browser.relative_trace.name`**
: name of the trace event
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/metricbeat/configuration-autodiscover.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The `kubernetes` autodiscover provider has the following configuration settings:
: (Optional) Specify at what level autodiscover needs to be done at. `scope` can either take `node` or `cluster` as values. `node` scope allows discovery of resources in the specified node. `cluster` scope allows cluster wide discovery. Only `pod` and `node` resources can be discovered at node scope.

`add_resource_metadata`
: (Optional) Specify filters and configration for the extra metadata, that will be added to the event. Configuration parameters:
: (Optional) Specify filters and configuration for the extra metadata, that will be added to the event. Configuration parameters:

* `node` or `namespace`: Specify labels and annotations filters for the extra metadata coming from node and namespace. By default all labels are included while annotations are not. To change default behaviour `include_labels`, `exclude_labels` and `include_annotations` can be defined. Those settings are useful when storing labels and annotations that require special handling to avoid overloading the storage output. Note: wildcards are not supported for those settings. The enrichment of `node` or `namespace` metadata can be individually disabled by setting `enabled: false`.
* `deployment`: If resource is `pod` and it is created from a `deployment`, by default the deployment name isn’t added, this can be enabled by setting `deployment: true`.
Expand Down
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 filebeat/_meta/config/filebeat.inputs.reference.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ filebeat.inputs:
# To fetch all ".log" files from a specific level of subdirectories
# /var/log/*/*.log can be used.
# For each file found under this path, a harvester is started.
# Make sure not file is defined twice as this can lead to unexpected behaviour.
# Make sure no file is defined twice as this can lead to unexpected behaviour.
paths:
- /var/log/*.log
#- c:\programdata\elasticsearch\logs\*
Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/modules/crowdstrike.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include::../include/config-option-intro.asciidoc[]
[float]
==== `falcon` fileset settings

The fileset is by default configured to collect JSON formated event data from `/var/log/crowdstrike/falconhoseclient/output`. It forwards DetectionSummaryEvent and IncidentSummaryEvent events.
The fileset is by default configured to collect JSON formatted event data from `/var/log/crowdstrike/falconhoseclient/output`. It forwards DetectionSummaryEvent and IncidentSummaryEvent events.

["source","yaml",subs="attributes"]
-----
Expand Down
4 changes: 2 additions & 2 deletions filebeat/docs/modules/o365.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ right away.
===== Alternative endpoints

This module supports custom endpoints for on-prem deployments as well as
alternative endpoints (GCC High endponts, U.S. DoD, European Union, etc). In
alternative endpoints (GCC High endpoints, U.S. DoD, European Union, etc). In
order to point the module to an alternative endpoint, you need to adjust the
`authentication_endpoint` and `resource` variables accordingly. For example:

Expand Down Expand Up @@ -163,7 +163,7 @@ known content-types:
[float]
===== Advanced configuration options

The following configuration options are only recomended in case of problems.
The following configuration options are only recommended in case of problems.
They must be nested under a single `var.api` key, like this:

[source,yaml]
Expand Down
2 changes: 1 addition & 1 deletion filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ filebeat.inputs:
# To fetch all ".log" files from a specific level of subdirectories
# /var/log/*/*.log can be used.
# For each file found under this path, a harvester is started.
# Make sure not file is defined twice as this can lead to unexpected behaviour.
# Make sure no file is defined twice as this can lead to unexpected behaviour.
paths:
- /var/log/*.log
#- c:\programdata\elasticsearch\logs\*
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/_meta/fields.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
- name: relative_trace
type: group
description: >
trace event with timing information that are realtive to
trace event with timing information that are relative to
journey timings in microseconds
fields:
- name: name
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ type: integer
[float]
=== relative_trace

trace event with timing information that are realtive to journey timings in microseconds
trace event with timing information that are relative to journey timings in microseconds



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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packetbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ type: object
*`dhcpv4.option.subnet_mask`*::
+
--
The subnet mask that the client should use on the currnet
The subnet mask that the client should use on the current
network.


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 x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2364,7 +2364,7 @@ filebeat.inputs:
# To fetch all ".log" files from a specific level of subdirectories
# /var/log/*/*.log can be used.
# For each file found under this path, a harvester is started.
# Make sure not file is defined twice as this can lead to unexpected behaviour.
# Make sure no file is defined twice as this can lead to unexpected behaviour.
paths:
- /var/log/*.log
#- c:\programdata\elasticsearch\logs\*
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/crowdstrike/_meta/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ When you specify a setting at the command line, remember to prefix the setting w

### `falcon` fileset settings [_falcon_fileset_settings]

The fileset is by default configured to collect JSON formated event data from `/var/log/crowdstrike/falconhoseclient/output`. It forwards DetectionSummaryEvent and IncidentSummaryEvent events.
The fileset is by default configured to collect JSON formatted event data from `/var/log/crowdstrike/falconhoseclient/output`. It forwards DetectionSummaryEvent and IncidentSummaryEvent events.

```yaml
var:
Expand Down
4 changes: 2 additions & 2 deletions x-pack/filebeat/module/o365/_meta/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Once the required permissions are added, click the *Grant admin consent* button.

#### Alternative endpoints [_alternative_endpoints]

This module supports custom endpoints for on-prem deployments as well as alternative endpoints (GCC High endponts, U.S. DoD, European Union, etc). In order to point the module to an alternative endpoint, you need to adjust the `authentication_endpoint` and `resource` variables accordingly. For example:
This module supports custom endpoints for on-prem deployments as well as alternative endpoints (GCC High endpoints, U.S. DoD, European Union, etc). In order to point the module to an alternative endpoint, you need to adjust the `authentication_endpoint` and `resource` variables accordingly. For example:

```yaml
var.api:
Expand Down Expand Up @@ -145,7 +145,7 @@ This module supports custom endpoints for on-prem deployments as well as alterna

#### Advanced configuration options [_advanced_configuration_options]

The following configuration options are only recomended in case of problems. They must be nested under a single `var.api` key, like this:
The following configuration options are only recommended in case of problems. They must be nested under a single `var.api` key, like this:

```yaml
var.api:
Expand Down
Loading