Skip to content

Commit 64f362a

Browse files
authored
Merge branch 'main' into docs-815-add-note-to-threatlookup-beta
2 parents 0a44c2d + b5c6ea7 commit 64f362a

File tree

5 files changed

+20
-25
lines changed

5 files changed

+20
-25
lines changed

docs/cse/records-signals-entities-insights/create-custom-entity-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This topic has instructions for how to create custom entity types in Cloud SIEM.
1111

1212
In Cloud SIEM, *entities* are fundamental to the insight generation process. When a Cloud SIEM rule fires, it generates a signal for each “on-entity” attribute configured for the rule. Cloud SIEM correlates signals by entity to create insights. This process is described in the [Insight Generation Process](/docs/cse/get-started-with-cloud-siem/insight-generation-process/) topic.
1313

14-
Cloud SIEM has a number of built-in [entity types](/docs/cse/records-signals-entities-insights/view-manage-entities#about-entities), for example, IP Address, Hostname, and Username.
14+
Cloud SIEM has a number of built-in entity types, for example, IP address, hostname, and username. For a list of fields that Cloud SIEM considers entities and the entity types they map to, see [Schema: Entity Fields](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/schema/entity_fields.md) in the Cloud SIEM Content Catalog.
1515

1616
When you create a rule, in the signal configuration section, the rules editor prompts you to select an “on-entity” attribute from a list of all of the Cloud SIEM schema attributes that hold entities. What if you want to correlate signals by something other than an item that is one of Cloud SIEM standard entity types? That’s what custom entity types are for.
1717

docs/cse/records-signals-entities-insights/view-manage-entities.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,12 @@ Watch this micro lesson to learn more about entities.
3737

3838
## About entities
3939

40-
In Cloud SIEM, an entity is a unique actor that a signal fired upon. Cloud SIEM has a number of [built-in entity types](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/schema/entity_fields.md):
41-
42-
* Command
43-
* Deployment
44-
* Domain
45-
* Email
46-
* File
47-
* Hash
48-
* Hostname
49-
* IP Address
50-
* MAC Address
51-
* Pod
52-
* Process
53-
* Replica Set
54-
* Resource
55-
* URL
56-
* User Agent
57-
* Username
58-
59-
You can create custom entity types as well. For more information, see [Create a Custom Entity Type](/docs/cse/records-signals-entities-insights/create-custom-entity-type/).
40+
In Cloud SIEM, an entity is a unique actor that a signal fired upon, for example, IP address, hostname, or username.
6041

6142
When a signal is fired, if an entity doesn’t already exist in Cloud SIEM for the item that the signal fired on, Cloud SIEM creates an entity for it. For more information about entities and signal and insight generation, see [Insight Generation Process](/docs/cse/get-started-with-cloud-siem/insight-generation-process).
6243

44+
For a list of fields that Cloud SIEM considers entities and the entity types they map to, see [Schema: Entity Fields](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/schema/entity_fields.md) in the Cloud SIEM Content Catalog. To create custom entity types, see [Create a Custom Entity Type](/docs/cse/records-signals-entities-insights/create-custom-entity-type/).
45+
6346
:::note
6447
Entity names have a limit of 512 characters. If an entity's name value is 512 characters or longer, the system discards the log, and as a result, no signal is generated.
6548
:::

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
77

88
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/incident-tools.png')} alt="incident-tools" width="100"/>
99

10-
***Version: 1.8
11-
Updated: June 24, 2024***
10+
***Version: 1.9
11+
Updated: Dec 5, 2025***
1212

1313
:::sumo Cloud SOAR
1414
This integration is only for Cloud SOAR.
@@ -106,3 +106,4 @@ import AccessKey from '../../../../reuse/automation-service/access-key.md';
106106
* Search Incidents
107107
* Update Entity
108108
* June 24, 2024 (v1.8) - The **Field ID** and **Field Value** fields are now optional in the **Update Incident Fields** action.
109+
* December 5, 2025 (v1.9) - Added `closing_note` in output field of Get Incident action.

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ module.exports = {
261261
],
262262
announcementBar: {
263263
id: 'domain',
264-
content: '🚀 <a href="https://www.sumologic.com/events/aws-reinvent">Join us at AWS re:Invent 2025 in Las Vegas, Dec 1-5</a>! Stop by Booth #1329 to see Sumo Logic Dojo AI in action and connect with our experts.',
265-
backgroundColor: '#e4b0d1',
264+
content: '🎉️ <b>Introducing <a href="/docs/search/mobot">Mobot</a>🤖, your conversational interface for Sumo Logic. Search logs using natural language, troubleshoot faster, and get how-to guidance.</b>',
265+
backgroundColor: '#000',
266266
textColor: '#000',
267267
},
268268
imageZoom: {

src/css/sumo.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,17 @@ html[data-theme='light'] {
362362
margin-right: -10px;
363363
}
364364

365+
div[class*="announcementBar_"] {
366+
background: linear-gradient(
367+
to right,
368+
#6e9ffb 0%,
369+
#91b5fc 5%,
370+
#bcd2fd 8%,
371+
#e1eafe 50%,
372+
#bcd2fd 80%
373+
) !important;
374+
}
375+
365376
.header-trial::after {
366377
display: none !important;
367378
content: none !important;

0 commit comments

Comments
 (0)