Skip to content

Commit 2f5da63

Browse files
committed
Update comments for DOCS-35
1 parent 765d74e commit 2f5da63

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/cse/integrations/configuring-threatq-source-in-cse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn how to set up a ThreatQ source.
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
<!-- For threat intel. Once we support cat with the threatlookup search operator, REPLACE THE CONTENTS OF THIS ARTICLE WITH THE FOLLOWING:
10+
<!-- Per DOCS-35, once we support cat with the threatlookup search operator, REPLACE THE CONTENTS OF THIS ARTICLE WITH THE FOLLOWING:
1111
1212
ThreatQ is a threat intelligence platform that centrally manages and correlates external sources of threat intel information. If you have a ThreatQ subscription, you can leverage ThreatQ threat intel feeds. 
1313

docs/cse/integrations/integrate-cse-with-taxii-feed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn how to integrate Cloud SIEM with a TAXII feed.
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
<!-- For threat intel. Once we support cat with the threatlookup search operator, REPLACE THE CONTENTS OF THIS ARTICLE WITH THE FOLLOWING:
10+
<!-- Per DOCS-35, once we support cat with the threatlookup search operator, REPLACE THE CONTENTS OF THIS ARTICLE WITH THE FOLLOWING:
1111
1212
This topic has instructions for integrating Cloud SIEM with a TAXII threat intelligence feed.
1313

docs/search/search-query-language/search-operators/threatlookup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ _sourceCategory=weblogs
136136
| compose src_ip]
137137
```
138138

139-
<!-- Add this after sumo://threat/cs is replaced by threatlookup":
139+
<!-- Per DOCS-643, add this after sumo://threat/cs is replaced by threatlookup":
140140
### Threatlookup queries in dashboards
141141
The `threatlookup` search operator is used for queries in some dashboards, including dashboards in the [Threat Intel Quick Analysis app](/docs/integrations/security-threat-detection/threat-intel-quick-analysis/). These queries provide great examples of how to use the operator.
142142
To see `threatlookup` used in a query:
@@ -185,7 +185,7 @@ _index=sec_record*
185185
| formatDate(_threatlookup.valid_until, "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'") as valid_until
186186
```
187187

188-
<!-- For threat intel. Add this back once we have support for the cat search operator:
188+
<!-- Per DOCS-35, add this back once we have support for the cat search operator:
189189
## Run threatlookup with the cat search operator
190190
You can run the `threatlookup` search operator with the [`cat` search operator](/docs/search/search-query-language/search-operators/cat/) by using the `sumo://threat-intel` path. This lets you search the entire store of threat intelligence indicators, or just a portion. For example:
191191
```

docs/security/threat-intelligence/find-threats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ _index=sec_record*
5353

5454
For syntax and examples, see [`threatlookup` search operator](/docs/search/search-query-language/search-operators/threatlookup/).
5555

56-
<!-- Add this back once we have support for the cat search operator:
56+
<!-- Per DOCS-35, add this back once we have support for the cat search operator:
5757
You can also [run threatlookup with the cat search operator](/docs/search/search-query-language/search-operators/threatlookup/#run-threatlookup-with-the-cat-search-operator) to search the entire store of threat intelligence indicators.
5858
-->

0 commit comments

Comments
 (0)