diff --git a/docs/snowCMD.md b/docs/snowCMD.md index 1a4e9d4..d1f14b5 100644 --- a/docs/snowCMD.md +++ b/docs/snowCMD.md @@ -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 diff --git a/docs/snowUseage.md b/docs/snowUsage.md similarity index 100% rename from docs/snowUseage.md rename to docs/snowUsage.md diff --git a/docs/snow_commandRef.md b/docs/snow_commandRef.md index db53f16..b25f274 100644 --- a/docs/snow_commandRef.md +++ b/docs/snow_commandRef.md @@ -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 diff --git a/docs/snowflake.md b/docs/snowflake.md index b310248..5c3a2de 100644 --- a/docs/snowflake.md +++ b/docs/snowflake.md @@ -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. diff --git a/sidebars.js b/sidebars.js index a9e74d0..1ab9323 100644 --- a/sidebars.js +++ b/sidebars.js @@ -29,7 +29,7 @@ const sidebars = { label: 'Snowflake', items: [ 'snowUI', - 'snowUseage', + 'snowUsage', { type: 'category', label: 'Worksheets',