Skip to content

Commit

Permalink
fix#4500 ocsf fields and api
Browse files Browse the repository at this point in the history
Signed-off-by: cwillum <[email protected]>
  • Loading branch information
cwillum committed Jul 13, 2023
1 parent ea63aa2 commit ef13a74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _security-analytics/api-tools/correlation-eng.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ POST /_plugins/_security_analytics/correlation/rules
| Field | Type | Description |
| :--- | :--- |:--- |
| `index` | String | The name of the index used as the log source. |
| `query` | String | TBD. |
| `category` | String | TBD. |
| `query` | String | The query used to filter security logs for correlation. |
| `category` | String | The log type associated with the log source. |

#### Example request

Expand Down Expand Up @@ -164,7 +164,7 @@ GET /_plugins/_security_analytics/findings/correlate?finding=425dce0b-f5ee-4889-
| :--- | :--- |:--- |
| `finding` | String | The finding ID. |
| `detector_type` | String | The log type for the detector. |
| `nearby_findings` | Number | TBD. |
| `nearby_findings` | Number | The number of nearby findings with respect to the given finding ID. |
| `time_window` | String | Sets a window of time in which all of the correlations must have occurred together. |


Expand Down
Binary file modified images/Security/detector_rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef13a74

Please sign in to comment.