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/exported-fields-okta.md
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion docs/reference/metricbeat/exported-fields-oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Opened cursors statistic

## parse [_parse]

Parses statistic information that occured in the current session
Parses statistic information that occurred in the current session

**`oracle.performance.cursors.parse.real`**
: Real number of parses that occurred: session cursor cache hits - parse count (total)
Expand Down
4 changes: 2 additions & 2 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
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 @@ -68874,4 +68874,4 @@ type: flattened

--

:edit_url!:
:edit_url!:
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.

2 changes: 1 addition & 1 deletion x-pack/filebeat/module/okta/system/_meta/fields.yml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/oracle/fields.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
description: Total number of cursors opened since the instance started
- name: parse
type: group
description: Parses statistic information that occured in the current session
description: Parses statistic information that occurred in the current session
fields:
- name: real
type: long
Expand Down
Loading