Skip to content

Commit 479d8a4

Browse files
authored
Update pattern_type to stix (#4978)
* Update pattern_type * Fix spelling errors
1 parent 5f99b32 commit 479d8a4

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

docs/manage/partitions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In this section, we'll introduce the following concepts:
8787
</div>
8888
<div className="box smallbox card">
8989
<div className="container">
90-
<a href="/docs/manage/partitions/manage-indexes-variable-retention"><img src={useBaseUrl('img/icons/logs.png')} alt="icon" width="40"/><h4>Manage Indexes with Variable Rentention</h4></a>
90+
<a href="/docs/manage/partitions/manage-indexes-variable-retention"><img src={useBaseUrl('img/icons/logs.png')} alt="icon" width="40"/><h4>Manage Indexes with Variable Retention</h4></a>
9191
<p>Learn how to create Index Partitions and Scheduled Views to store your data.</p>
9292
</div>
9393
</div>

docs/platform-services/automation-service/app-central/integrations/dynatrace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Dynatrace is a cutting-edge solution that offers full-stack monitoring, enabling
1818
* **Get Events** *(Enrichment)* - Lists events based on the parameters provided.
1919
* **Get Problems Daemon** *(Daemon)* - Automatically returns the latest problems.
2020
* **Get Problems** *(Enrichment)* - Lists the problems (and their details) observed by Dynatrace during a relative period of time.
21-
* **Get Security Advices** *(Enrichment)* - Lists recommendations related to security problems using AI.
21+
* **Get Security Advice** *(Enrichment)* - Lists recommendations related to security problems using AI.
2222
* **Mute Security Problem** *(Containment)* - Mutes the specified security problem. Muted problems are hidden from the list of problems in the UI.
2323
* **Search Logs** *(Enrichment)* - Lists all log records based on the parameters provided.
2424
* **Search Metrics** *(Enrichment)* - Lists all metrics based on the parameters provided.

docs/platform-services/threat-intelligence-indicators.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -631,11 +631,5 @@ The following attributes are required:
631631
* `url:value`. URL. (Entity type in Cloud SIEM is `_url`.)
632632
* `user-account:user-id`. User ID. (Entity type in Cloud SIEM is `_username`.)
633633
* `user-account:login`. Login name. (Entity type in Cloud SIEM is `_username`.)
634-
* **pattern_type** (string). The pattern language used in this indicator (as defined by [pattern_type in STIX 2.1](https://docs.oasis-open.org/cti/stix/v2.1/os/stix-v2.1-os.html#_9lfdvxnyofxw)). Following are valid values:
635-
* `stix`. Specifies the [STIX](https://oasis-open.github.io/cti-documentation/stix/intro) pattern language.
636-
* `pcre`. Specifies the [PCRE](https://www.pcre.org/) language.
637-
* `sigma`. Specifies the [SIGMA](https://sigmahq.io/) language.
638-
* `snort`. Specifies the [SNORT](https://www.snort.org/) language.
639-
* `suricata`. Specifies the [SURICATA](https://suricata-ids.org/) language.
640-
* `yara`. Specifies the [YARA](https://virustotal.github.io/yara/) language.
634+
* **pattern_type** (string). The pattern language used in this indicator (as defined by [pattern_type in STIX 2.1](https://docs.oasis-open.org/cti/stix/v2.1/os/stix-v2.1-os.html#_9lfdvxnyofxw)). Enter `stix` to specify the [STIX](https://oasis-open.github.io/cti-documentation/stix/intro) pattern language.
641635
* **valid_from** (string [date-time]). Beginning time this indicator is valid. Timestamp in UTC in RFC3339 format. For example, `2023-03-21T12:00:00.000Z`.

0 commit comments

Comments
 (0)