Skip to content

Commit ca1d32d

Browse files
committed
Remove STIX from UI
1 parent 2e529ca commit ca1d32d

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

docs/security/threat-intelligence/threat-intelligence-indicators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can add threat intelligence indicators using a collector, API, or the **Thre
4545
1. Select the format of the file to be uploaded (see [Upload formats](/docs/security/threat-intelligence/upload-formats/) for the format to use in the file):
4646
* **Normalized JSON**. A normalized JSON file.
4747
* **CSV**. A comma-separated value (CSV) file.
48-
* **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.
48+
<!-- * **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. -->
4949
1. Click **Upload** to upload the file.
5050
1. Click **Import**.
5151

docs/security/threat-intelligence/upload-formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Also note that if your STIX file includes lines like these at the top...
196196

197197

198198
### Example files
199-
199+
<!--
200200
#### Upload with the UI
201201
202202
Following is an example threat indicator file in STIX 2.1 JSON format if you're uploading a file with the UI.
@@ -253,7 +253,7 @@ If you are uploading via the UI, do not include the `source` value in the file,
253253
```
254254
255255
#### Upload with the API
256-
256+
-->
257257
Following is an example threat indicator file in STIX 2.1 JSON format if you're uploading a file with the API.
258258

259259
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)).

sidebars.ts

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2970,21 +2970,7 @@ integrations: [
29702970
'security/threat-intelligence/upload-formats',
29712971
'security/threat-intelligence/threat-intelligence-mapping',
29722972
],
2973-
},
2974-
{
2975-
type: 'category',
2976-
label: 'Additional Security Features',
2977-
collapsible: true,
2978-
collapsed: true,
2979-
link: {type: 'doc', id: 'security/additional-security-features/index'},
2980-
items: [
2981-
'security/additional-security-features/introduction',
2982-
'security/additional-security-features/threat-detection-and-investigation',
2983-
'security/additional-security-features/data-lake',
2984-
'security/additional-security-features/audit-and-compliance',
2985-
'security/additional-security-features/application-security',
2986-
],
2987-
},
2973+
},
29882974
],
29892975
api: [
29902976
{
-5.27 KB
Loading

0 commit comments

Comments
 (0)