Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: bug-fix
summary: Fix typos in crowdstrike, o365, okta, and santa module docs and field descriptions
component: filebeat
10 changes: 5 additions & 5 deletions docs/reference/filebeat/exported-fields-okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

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 @@ 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 @@ -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:
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 @@ -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 -------------------------------
Expand Down
10 changes: 5 additions & 5 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -52285,7 +52285,7 @@ type: keyword
*`okta.client.user_agent.os`*::
+
--
The OS informaton.
The OS information.


type: keyword
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
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 @@ -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 -------------------------------
Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/santa/_meta/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion filebeat/modules.d/santa.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------
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
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/okta/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions x-pack/filebeat/module/okta/system/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading