Skip to content

Commit dd42150

Browse files
committed
Fix more typos
1 parent 9a6160d commit dd42150

17 files changed

+24
-24
lines changed

manage-data/ingest/ingest-reference-architectures/ls-multi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use when
2222
: Data collected by {{agent}} needs to be routed to different {{es}} clusters or non-{{es}} destinations depending on the content
2323

2424
Example
25-
: Let’s take an example of a Windows workstation, for which we are collecting different types of logs using the System and Windows integrations. These logs need to be sent to different {{es}} clusters and to S3 for backup and a mechanism to send it to other destinations such as different SIEM solutions. In addition, the {{es}} destination is derived based on the type of datastream and an organization identifier.
25+
: Let’s take an example of a Windows workstation, for which we are collecting different types of logs using the System and Windows integrations. These logs need to be sent to different {{es}} clusters and to S3 for backup and a mechanism to send it to other destinations such as different SIEM solutions. In addition, the {{es}} destination is derived based on the type of data stream and an organization identifier.
2626

2727
In such use cases, agents send the data to {{ls}} as a routing mechanism to different destinations. Note that the System and Windows integrations must be installed on all {{es}} clusters to which the data is routed.
2828

reference/fleet/add-cloud-metadata-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The metadata that is added to events varies by hosting provider. For examples, r
5555
| --- | --- | --- | --- |
5656
| `timeout` | No | `3s` | Maximum amount of time to wait for a successful response when detecting the hosting provider. If a timeout occurs, no instance metadata is added to the events. This makes it possible to enable this processor for all your deployments (in the cloud or on-premise). |
5757
| `providers` | No | | List of provider names to use. If `providers` is not configured, all providers that do not access a remote endpoint are enabled by default. The list of providers may alternatively be configured with the environment variable `BEATS_ADD_CLOUD_METADATA_PROVIDERS`, by setting it to a comma-separated list of provider names.<br><br>The list of supported provider names includes:<br><br>* `alibaba` or `ecs` for the Alibaba Cloud provider (disabled by default).<br>* `azure` for Azure Virtual Machine (enabled by default).<br>* `digitalocean` for Digital Ocean (enabled by default).<br>* `aws` or `ec2` for Amazon Web Services (enabled by default).<br>* `gcp` for Google Compute Engine (enabled by default).<br>* `openstack` or `nova` for Openstack Nova (enabled by default).<br>* `openstack-ssl` or `nova-ssl` for Openstack Nova when SSL metadata APIs are enabled (enabled by default).<br>* `tencent` or `qcloud` for Tencent Cloud (disabled by default).<br>* `huawei` for Huawei Cloud (enabled by default).<br> |
58-
| `overwrite` | No | `false` | Whether to overwrite existing cloud fields. If `true`, the processoroverwrites existing `cloud.*` fields. |
58+
| `overwrite` | No | `false` | Whether to overwrite existing cloud fields. If `true`, the processor overwrites existing `cloud.*` fields. |
5959

6060
The `add_cloud_metadata` processor supports SSL options to configure the http client used to query cloud metadata.
6161

reference/fleet/add_cloudfoundry_metadata-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ For efficient annotation, application metadata retrieved by the Cloud Foundry cl
6666
| `client_secret` | Yes | | Client Secret to authenticate with Cloud Foundry. |
6767
| `cache_duration` | No | `120s` | Maximum amount of time to cache an application’s metadata. |
6868
| `cache_retry_delay` | No | `20s` | Time to wait before trying to obtain an application’s metadata again in case of error. |
69-
| `ssl` | No | | SSL configuration to use when connecting to Cloud Foundry. For a list ofavailable settings, refer to [SSL/TLS](/reference/fleet/elastic-agent-ssl-configuration.md), specificallythe settings under [Table 7, Common configuration options](/reference/fleet/elastic-agent-ssl-configuration.md#common-ssl-options) and [Table 8, Client configuration options](/reference/fleet/elastic-agent-ssl-configuration.md#client-ssl-options). |
69+
| `ssl` | No | | SSL configuration to use when connecting to Cloud Foundry. For a list of available settings, refer to [SSL/TLS](/reference/fleet/elastic-agent-ssl-configuration.md), specifically the settings under [Table 7, Common configuration options](/reference/fleet/elastic-agent-ssl-configuration.md#common-ssl-options) and [Table 8, Client configuration options](/reference/fleet/elastic-agent-ssl-configuration.md#client-ssl-options). |
7070

reference/fleet/add_docker_metadata-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If the Docker daemon is restarted, the mounted socket will become invalid, and m
7474
| Name | Required | Default | Description |
7575
| --- | --- | --- | --- |
7676
| `host` | No | `unix:///var/run/docker.sock` | Docker socket (UNIX or TCP socket). |
77-
| `ssl` | No | | SSL configuration to use when connecting to the Docker socket. For a list ofavailable settings, refer to [SSL/TLS](/reference/fleet/elastic-agent-ssl-configuration.md), specificallythe settings under [Table 7, Common configuration options](/reference/fleet/elastic-agent-ssl-configuration.md#common-ssl-options) and [Table 8, Client configuration options](/reference/fleet/elastic-agent-ssl-configuration.md#client-ssl-options). |
77+
| `ssl` | No | | SSL configuration to use when connecting to the Docker socket. For a list of available settings, refer to [SSL/TLS](/reference/fleet/elastic-agent-ssl-configuration.md), specifically the settings under [Table 7, Common configuration options](/reference/fleet/elastic-agent-ssl-configuration.md#common-ssl-options) and [Table 8, Client configuration options](/reference/fleet/elastic-agent-ssl-configuration.md#client-ssl-options). |
7878
| `match_fields` | No | | List of fields to match a container ID. At least one of the fields most hold a container ID to get the event enriched. |
7979
| `match_pids` | No | `["process.pid", "process.parent.pid"]` | List of fields that contain process IDs. If the process is running in Docker, the event will be enriched. |
8080
| `match_source` | No | `true` | Whether to match the container ID from a log path present in the `log.file.path` field. |

reference/fleet/agent-command-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ elastic-agent inspect components [--show-config]
441441
: Use to display the configuration in all units.
442442

443443
`--show-spec`
444-
: Use to get input/output runtime spectification for a component.
444+
: Use to get input/output runtime specification for a component.
445445

446446

447447
`--help`

reference/fleet/community_id-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ If the necessary fields are not present in the event, the processor silently con
5555
| --- | --- | --- | --- |
5656
| `fields` | No | | Field names that the processor reads from:<br><br>`source_ip`<br>: Field containing the source IP address.<br><br>`source_port`<br>: Field containing the source port.<br><br>`destination_ip`<br>: Field containing the destination IP address.<br><br>`destination_port`<br>: Field containing the destination port.<br><br>`iana_number`<br>: Field containing the IANA number. The following protocol numbers are currently supported: 1 ICMP, 2 IGMP, 6 TCP, 17 UDP, 47 GRE, 58 ICMP IPv6, 88 EIGRP, 89 OSPF, 103 PIM, and 132 SCTP.<br><br>`transport`<br>: Field containing the transport protocol. Used only when the `iana_number` field is not present.<br><br>`icmp_type`<br>: Field containing the ICMP type.<br><br>`icmp_code`<br>: Field containing the ICMP code.<br> |
5757
| `target` | No | | Field that the computed hash is written to. |
58-
| `seed` | No | | Seed for the community ID hash. Must be between 0 and 65535 (inclusive). Theseed can prevent hash collisions between network domains, such as a staging andproduction network that use the same addressing scheme. This setting results ina 16-bit unsigned integer that gets incorporated into all generated hashes. |
58+
| `seed` | No | | Seed for the community ID hash. Must be between 0 and 65535 (inclusive). The seed can prevent hash collisions between network domains, such as a staging and production network that use the same addressing scheme. This setting results ina 16-bit unsigned integer that gets incorporated into all generated hashes. |
5959

reference/fleet/data-streams-ilm-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These tutorials explain how to apply a custom {{ilm-init}} policy to an integrat
1717

1818
For certain features you’ll need to use a slightly different procedure to manage the index lifecycle:
1919

20-
* APM: For verions 8.15 and later, refer to [Index lifecycle management](/solutions/observability/apm/index-lifecycle-management.md).
20+
* APM: For versions 8.15 and later, refer to [Index lifecycle management](/solutions/observability/apm/index-lifecycle-management.md).
2121
* Synthetic monitoring: Refer to [Manage data retention](/solutions/observability/synthetics/manage-data-retention.md).
2222
* Universal Profiling: Refer to [Universal Profiling index life cycle management](/solutions/observability/infra-and-hosts/universal-profiling-index-life-cycle-management.md).
2323

reference/fleet/data-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ When you install an integration, {{fleet}} creates two default `@custom` compone
9797
* A `@custom` component template allowing customization across all documents of a given data stream type, named following the pattern: `<data_stream_type>@custom`.
9898
* A `@custom` component template for each data stream, named following the pattern: `<name_of_data_stream>@custom`.
9999

100-
The `@custom` component template specific to a datastream has higher precedence over the data stream type `@custom` component template.
100+
The `@custom` component template specific to a data stream has higher precedence over the data stream type `@custom` component template.
101101

102102
You can edit a `@custom` component template to customize your {{es}} indices:
103103

reference/fleet/detect_mime_type-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this example, `http.request.body.content` is used as the source, and `http.re
3636
| Name | Required | Default | Description |
3737
| --- | --- | --- | --- |
3838
| `field` | Yes | | Field used as the data source. |
39-
| `target` | Yes | | Field to populate with the detected type. You can use the `@metadata.` prefixto set the value in the event metadata instead of fields. |
39+
| `target` | Yes | | Field to populate with the detected type. You can use the `@metadata.` prefix to set the value in the event metadata instead of fields. |
4040

4141
See [Conditions](/reference/fleet/dynamic-input-configuration.md#conditions) for a list of supported conditions.
4242

reference/fleet/hints-annotations-autodiscovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ co.elastic.hints/processors.dissect.tokenizer: "%{key2} %{key1}"
144144
In the above sample the processor definition tagged with `1` would be executed first.
145145

146146
::::{important}
147-
Processor configuration is not supported on the datastream level, so annotations like `co.elastic.hints/<datastream>.processors` are ignored.
147+
Processor configuration is not supported on the data stream level, so annotations like `co.elastic.hints/<datastream>.processors` are ignored.
148148
::::
149149

150150

0 commit comments

Comments
 (0)