diff --git a/changelog/fragments/1742774400-fix-typos-security-service-integrations.yaml b/changelog/fragments/1742774400-fix-typos-security-service-integrations.yaml new file mode 100644 index 000000000000..c21df388e855 --- /dev/null +++ b/changelog/fragments/1742774400-fix-typos-security-service-integrations.yaml @@ -0,0 +1,3 @@ +kind: bug-fix +summary: Fix typos in crowdstrike, o365, okta, and santa module docs and field descriptions +component: filebeat diff --git a/docs/reference/filebeat/exported-fields-okta.md b/docs/reference/filebeat/exported-fields-okta.md index 791a52203040..8af5912b03d8 100644 --- a/docs/reference/filebeat/exported-fields-okta.md +++ b/docs/reference/filebeat/exported-fields-okta.md @@ -89,19 +89,19 @@ Fields that let you store information about the client of the actor. Fields about the user agent information of the client. **`okta.client.user_agent.raw_user_agent`** -: The raw informaton of the user agent. +: The raw information of the user agent. type: keyword **`okta.client.user_agent.os`** -: The OS informaton. +: The OS information. type: keyword **`okta.client.user_agent.browser`** -: The browser informaton of the client. +: The browser information of the client. type: keyword @@ -295,7 +295,7 @@ The suspicious activity fields from the debug data. **`okta.debug_context.debug_data.suspicious_activity.os`** -: The OS of the system from where the suspicious activity occured. +: The OS of the system from where the suspicious activity occurred. type: keyword @@ -341,7 +341,7 @@ Fields that let you store information about authentication context. **`okta.authentication_context.external_session_id`** -: The session identifer of the external session if any. +: The session identifier of the external session if any. type: keyword diff --git a/docs/reference/filebeat/filebeat-module-crowdstrike.md b/docs/reference/filebeat/filebeat-module-crowdstrike.md index cb264b00545c..572562b068a2 100644 --- a/docs/reference/filebeat/filebeat-module-crowdstrike.md +++ b/docs/reference/filebeat/filebeat-module-crowdstrike.md @@ -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: diff --git a/docs/reference/filebeat/filebeat-module-o365.md b/docs/reference/filebeat/filebeat-module-o365.md index 2cfe5f207a11..59790cf044e5 100644 --- a/docs/reference/filebeat/filebeat-module-o365.md +++ b/docs/reference/filebeat/filebeat-module-o365.md @@ -113,7 +113,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: @@ -157,7 +157,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: diff --git a/docs/reference/filebeat/filebeat-reference-yml.md b/docs/reference/filebeat/filebeat-reference-yml.md index a2e38818994b..77dc9c5ccd29 100644 --- a/docs/reference/filebeat/filebeat-reference-yml.md +++ b/docs/reference/filebeat/filebeat-reference-yml.md @@ -412,7 +412,7 @@ filebeat.modules: log: enabled: false # Set custom paths for the log files. If left empty, - # Filebeat will choose the the default path. + # Filebeat will choose the default path. #var.paths: #------------------------------- Traefik Module ------------------------------- diff --git a/filebeat/docs/fields.asciidoc b/filebeat/docs/fields.asciidoc index c2b2bda61b9a..7f0adc1a4d92 100644 --- a/filebeat/docs/fields.asciidoc +++ b/filebeat/docs/fields.asciidoc @@ -52275,7 +52275,7 @@ Fields about the user agent information of the client. *`okta.client.user_agent.raw_user_agent`*:: + -- -The raw informaton of the user agent. +The raw information of the user agent. type: keyword @@ -52285,7 +52285,7 @@ type: keyword *`okta.client.user_agent.os`*:: + -- -The OS informaton. +The OS information. type: keyword @@ -52295,7 +52295,7 @@ type: keyword *`okta.client.user_agent.browser`*:: + -- -The browser informaton of the client. +The browser information of the client. type: keyword @@ -52620,7 +52620,7 @@ type: keyword *`okta.debug_context.debug_data.suspicious_activity.os`*:: + -- -The OS of the system from where the suspicious activity occured. +The OS of the system from where the suspicious activity occurred. type: keyword @@ -52697,7 +52697,7 @@ type: array *`okta.authentication_context.external_session_id`*:: + -- -The session identifer of the external session if any. +The session identifier of the external session if any. type: keyword diff --git a/filebeat/docs/modules/crowdstrike.asciidoc b/filebeat/docs/modules/crowdstrike.asciidoc index 0abd80c5ad90..555a886ad7fd 100644 --- a/filebeat/docs/modules/crowdstrike.asciidoc +++ b/filebeat/docs/modules/crowdstrike.asciidoc @@ -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"] ----- diff --git a/filebeat/docs/modules/o365.asciidoc b/filebeat/docs/modules/o365.asciidoc index 2be5408eb6f4..556b27da6f48 100644 --- a/filebeat/docs/modules/o365.asciidoc +++ b/filebeat/docs/modules/o365.asciidoc @@ -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: @@ -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] diff --git a/filebeat/filebeat.reference.yml b/filebeat/filebeat.reference.yml index e356a90a4167..95caa6f366d0 100644 --- a/filebeat/filebeat.reference.yml +++ b/filebeat/filebeat.reference.yml @@ -392,7 +392,7 @@ filebeat.modules: log: enabled: false # Set custom paths for the log files. If left empty, - # Filebeat will choose the the default path. + # Filebeat will choose the default path. #var.paths: #------------------------------- Traefik Module ------------------------------- diff --git a/filebeat/module/santa/_meta/config.yml b/filebeat/module/santa/_meta/config.yml index b6b03be3fe40..0a38d4ddfbec 100644 --- a/filebeat/module/santa/_meta/config.yml +++ b/filebeat/module/santa/_meta/config.yml @@ -2,5 +2,5 @@ log: enabled: false # Set custom paths for the log files. If left empty, - # Filebeat will choose the the default path. + # Filebeat will choose the default path. #var.paths: diff --git a/filebeat/modules.d/santa.yml.disabled b/filebeat/modules.d/santa.yml.disabled index 22ba0111dafa..f4029915972f 100644 --- a/filebeat/modules.d/santa.yml.disabled +++ b/filebeat/modules.d/santa.yml.disabled @@ -5,5 +5,5 @@ log: enabled: false # Set custom paths for the log files. If left empty, - # Filebeat will choose the the default path. + # Filebeat will choose the default path. #var.paths: diff --git a/x-pack/filebeat/filebeat.reference.yml b/x-pack/filebeat/filebeat.reference.yml index 564e720c22c2..223b55abe4da 100644 --- a/x-pack/filebeat/filebeat.reference.yml +++ b/x-pack/filebeat/filebeat.reference.yml @@ -1642,7 +1642,7 @@ filebeat.modules: log: enabled: false # Set custom paths for the log files. If left empty, - # Filebeat will choose the the default path. + # Filebeat will choose the default path. #var.paths: #--------------------------------- Snyk Module --------------------------------- diff --git a/x-pack/filebeat/module/crowdstrike/_meta/docs.md b/x-pack/filebeat/module/crowdstrike/_meta/docs.md index 4610e11ca840..96ca23d29e1c 100644 --- a/x-pack/filebeat/module/crowdstrike/_meta/docs.md +++ b/x-pack/filebeat/module/crowdstrike/_meta/docs.md @@ -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: diff --git a/x-pack/filebeat/module/o365/_meta/docs.md b/x-pack/filebeat/module/o365/_meta/docs.md index 350562d7dd16..3fdb40f18219 100644 --- a/x-pack/filebeat/module/o365/_meta/docs.md +++ b/x-pack/filebeat/module/o365/_meta/docs.md @@ -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: @@ -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: diff --git a/x-pack/filebeat/module/okta/fields.go b/x-pack/filebeat/module/okta/fields.go index 43d7af8bdd80..cd388d13d1ef 100644 --- a/x-pack/filebeat/module/okta/fields.go +++ b/x-pack/filebeat/module/okta/fields.go @@ -19,5 +19,5 @@ func init() { // AssetOkta returns asset data. // This is the base64 encoded zlib format compressed contents of module/okta. func AssetOkta() string { - return "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" + return "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" } diff --git a/x-pack/filebeat/module/okta/system/_meta/fields.yml b/x-pack/filebeat/module/okta/system/_meta/fields.yml index 1d57552e5e77..c89769b72f10 100644 --- a/x-pack/filebeat/module/okta/system/_meta/fields.yml +++ b/x-pack/filebeat/module/okta/system/_meta/fields.yml @@ -83,17 +83,17 @@ - name: raw_user_agent type: keyword description: > - The raw informaton of the user agent. + The raw information of the user agent. - name: os type: keyword description: > - The OS informaton. + The OS information. - name: browser type: keyword description: > - The browser informaton of the client. + The browser information of the client. - name: zone type: keyword @@ -297,7 +297,7 @@ - name: os type: keyword description: > - The OS of the system from where the suspicious activity occured. + The OS of the system from where the suspicious activity occurred. - name: timestamp type: date @@ -351,7 +351,7 @@ - name: external_session_id type: keyword description: > - The session identifer of the external session if any. + The session identifier of the external session if any. - name: interface type: keyword