Skip to content

Commit f7db153

Browse files
committed
Update docs: remove app_sec_spans from valid values
1 parent 8979854 commit f7db153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/security_monitoring_default_rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Optional:
8181
- `agent_rule` (Block List, Deprecated) **Deprecated**. It won't be applied anymore. **Deprecated.** `agent_rule` has been deprecated in favor of new Agent Rule resource. (see [below for nested schema](#nestedblock--query--agent_rule))
8282
- `aggregation` (String) The aggregation type. For Signal Correlation rules, it must be event_count. Valid values are `count`, `cardinality`, `sum`, `max`, `new_value`, `geo_data`, `event_count`, `none`.
8383
- `custom_query_extension` (String) Query extension to append to the logs query.
84-
- `data_source` (String) Source of events. Valid values are `logs`, `audit`, `app_sec_spans`, `spans`, `security_runtime`, `network`, `events`.
84+
- `data_source` (String) Source of events. Valid values are `logs`, `audit`, `spans`, `security_runtime`, `network`, `events`.
8585
- `distinct_fields` (List of String) Field for which the cardinality is measured. Sent as an array.
8686
- `group_by_fields` (List of String) Fields to group by.
8787
- `has_optional_group_by_fields` (Boolean) When false, events without a group-by value are ignored by the rule. When true, events with missing group-by fields are processed with `N/A`, replacing the missing values.

docs/resources/security_monitoring_rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Optional:
257257

258258
- `agent_rule` (Block List, Deprecated) **Deprecated**. It won't be applied anymore. **Deprecated.** `agent_rule` has been deprecated in favor of new Agent Rule resource. (see [below for nested schema](#nestedblock--query--agent_rule))
259259
- `aggregation` (String) The aggregation type. For Signal Correlation rules, it must be event_count. Valid values are `count`, `cardinality`, `sum`, `max`, `new_value`, `geo_data`, `event_count`, `none`. Defaults to `"count"`.
260-
- `data_source` (String) Source of events. Valid values are `logs`, `audit`, `app_sec_spans`, `spans`, `security_runtime`, `network`, `events`. Defaults to `"logs"`.
260+
- `data_source` (String) Source of events. Valid values are `logs`, `audit`, `spans`, `security_runtime`, `network`, `events`. Defaults to `"logs"`.
261261
- `distinct_fields` (List of String) Field for which the cardinality is measured. Sent as an array.
262262
- `group_by_fields` (List of String) Fields to group by.
263263
- `has_optional_group_by_fields` (Boolean) When false, events without a group-by value are ignored by the rule. When true, events with missing group-by fields are processed with `N/A`, replacing the missing values. Defaults to `false`.

0 commit comments

Comments
 (0)