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
5 changes: 1 addition & 4 deletions docs/snowCMD.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ CALL INFRA_CONTROLS.CREATE_RESOURCES();

#### Run Static Inference
```sql
CALL STATIC_DETECTION.ANOMALY_DETECTION(TRUE);
CALL STATIC_DETECTION.ANOMALY_DETECTION();
```

**Parameters**:
- `True/False`: Specifies whether to include optional MITRE tactic mappings in the classified anomalies. Set to TRUE to include the mappings, or FALSE to exclude them.

**Purpose**: This parameter toggles whether MITRE strategy mappings are added to the identified anomalies during the inference phase or if only the anomaly detection task runs.

## Using Your Own Data with Snowflake Worksheets
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions docs/snow_commandRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ Required Permissions: Warehouse, compute pool, and task management access

### Run Inference
```sql
CALL STATIC_DETECTION.ANOMALY_DETECTION(boolean);
CALL STATIC_DETECTION.ANOMALY_DETECTION();
```
Parameters:
- `True or False`: Specifies whether to include optional MITRE tactic mappings in the classified anomalies. Set to TRUE to include the mappings, or False to exclude them.
Purpose: Executes inference on specified service data
Purpose: Executes anomaly detection on specified service data

#### Viewing Classification Results

Expand Down
4 changes: 1 addition & 3 deletions docs/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ It is recommended that you run this command before running the sheet as a whole.

### Run Static Inference
```sql
CALL STATIC_DETECTION.ANOMALY_DETECTION(boolean);
CALL STATIC_DETECTION.ANOMALY_DETECTION();
```

**Parameters:**
- `True or False`: Specifies whether to include optional MITRE tactic mappings in the classified anomalies. Set to TRUE to include the mappings, or False to exclude them.
#### Purpose:
This parameter toggles whether MITRE strategy mappings are added to the identified anomalies during the inference phase or if only the anomaly detection task runs.

Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const sidebars = {
label: 'Snowflake',
items: [
'snowUI',
'snowUseage',
'snowUsage',
{
type: 'category',
label: 'Worksheets',
Expand Down