Skip to content

Commit 97b0722

Browse files
authored
Remove STIX from UI (#5029)
1 parent d9e6fa3 commit 97b0722

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ You can also add threat intelligence indicators using the API or a collector. Se
101101
1. Select the format of the file to be uploaded:
102102
* **Normalized JSON**. A normalized JSON file.
103103
* **CSV**. A comma-separated value (CSV) file.
104-
* **STIX 2.x JSON**. A JSON file in STIX 2.x format. When choosing this format, you must enter the name of the source in the **Source** field provided.
104+
<!--* **STIX 2.x JSON**. A JSON file in STIX 2.x format. When choosing this format, you must enter the name of the source in the **Source** field provided.-->
105105

106106
See [Upload formats](#upload-formats) for the format to use in the file.
107107
1. Click **Upload** to upload the file.
@@ -499,7 +499,7 @@ Also note that if your STIX file includes lines like these at the top...
499499

500500

501501
#### Example files
502-
502+
<!--
503503
##### Upload with the UI
504504
505505
Following is an example threat indicator file in STIX 2.1 JSON format if you're uploading a file with the UI.
@@ -556,7 +556,7 @@ If you are uploading via the UI, do not include the `source` value in the file,
556556
```
557557
558558
##### Upload with the API
559-
559+
-->
560560
Following is an example threat indicator file in STIX 2.1 JSON format if you're uploading a file with the API.
561561

562562
As shown in the following example, if uploading via the API you must add the `source` attribute outside of the indicators object, since the source is not part of the STIX standard. You must also include an `indicators` array field. (For another example for uploading via the API, see the [uploadStixIndicators API](https://api.sumologic.com/docs/#operation/uploadStixIndicators)).
-5.27 KB
Loading

0 commit comments

Comments
 (0)