Skip to content

Commit aeb3bab

Browse files
committed
Start adding links
1 parent 7af7b01 commit aeb3bab

File tree

49 files changed

+393
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+393
-9
lines changed

docs/alerts/monitors/create-monitor.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Our alerts use machine learning to analyze historical data, establish baselines,
1313

1414
Integrated playbooks automate incident response by gathering diagnostics, notifying teams, triggering recovery actions, and streamlining workflows to improve response times. You can link playbooks to monitors to automate tasks such as restarting services or scaling infrastructure, ensuring swift and efficient anomaly resolution.
1515

16+
import TerraformLink from '../../reuse/terraform-link.md';
17+
18+
:::tip
19+
You can use Terraform to manage monitors with the [`sumologic_monitor`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/monitor) and [`sumologic_monitor_folder`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/monitor_folder) resources.
20+
21+
<TerraformLink/>
22+
:::
23+
1624
## Open the New Monitor window
1725

1826
There are several ways to create a new monitor, depending on where you are in Sumo Logic.

docs/alerts/monitors/muting-schedules.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Setting a **Muting Schedule** allows you to pause alert notifications from monit
1111
* **Planned System Maintenance**. During system maintenance, notifications can get triggered because your application and infrastructure are being brought up or turned off. Such notifications are known false alarms and should be ignored.
1212
* **Off-Business Hours**. If your monitors reflect performance thresholds that are only applicable during business hours, such monitors might generate false alarms during off-business hours.
1313

14+
import TerraformLink from '../../reuse/terraform-link.md';
15+
16+
:::tip
17+
You can use Terraform to manage muting schedules with the [`sumologic_muting_schedule`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/muting_schedule) resource.
18+
19+
<TerraformLink/>
20+
:::
21+
1422
## Prerequisites
1523
Make sure you've enabled the [**View Muting Schedules**](/docs/manage/users-roles/roles/role-capabilities/#alerting) and [**Manage Muting Schedules**](/docs/manage/users-roles/roles/role-capabilities/#alerting) user permissions, which allow you to define and edit a muting schedule.
1624

docs/alerts/scheduled-searches/schedule-search.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ This article outlines the process of creating a Scheduled Search, which is essen
1010

1111
To run a Scheduled Search using receipt time, save the search with receipt time enabled.
1212

13+
import TerraformLink from '../../reuse/terraform-link.md';
14+
15+
:::tip
16+
You can use Terraform to manage content such as scheduled searches with the [`sumologic_content`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/content) resource.
17+
18+
<TerraformLink/>
19+
:::
20+
1321
## Create a Scheduled Search
1422

1523
This section describes how to create a Scheduled Search at the time you save a search. You can also edit a saved search later to add a schedule.

docs/alerts/webhook-connections/set-up-webhook-connections.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ Most services with a REST API should allow you to create a connection using the
2323
If a scheduled search fails or times out, no data will be sent via webhook. In this case, you won’t see any notifications in the app you’ve configured to receive data.
2424
:::
2525

26+
import TerraformLink from '../../reuse/terraform-link.md';
27+
28+
:::tip
29+
You can use Terraform to manage webhook connections with the [`sumologic_connection`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/connection) resource.
30+
31+
<TerraformLink/>
32+
:::
33+
2634
## Set up a webhook connection
2735

2836
The first step in integrating webhooks with Sumo Logic is to configure one or more connections, which are HTTP endpoints that tell Sumo Logic where to send data. You can set up any number of connections, depending on your organization's needs.

docs/api/about-apis/terraform-with-sumo-logic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ You can use Terraform resources to manage all sorts of Sumo Logic components. Fo
2828
* Cloud SIEM
2929
* [Automation](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_automation)
3030
* [Context actions](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_context_action)
31-
* [Custom insights](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_custom_insight)
3231
* Entities
3332
* [Custom entity types](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_custom_entity_type)
3433
* [Entity criticality](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_entity_criticality_config)
@@ -37,6 +36,7 @@ You can use Terraform resources to manage all sorts of Sumo Logic components. Fo
3736
* [Inventory entity groups](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_inventory_entity_group_configuration)
3837
* Insights
3938
* [Configuration](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_insights_configuration)
39+
* [Custom insights](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_custom_insight)
4040
* [Resolution](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_insights_resolution)
4141
* [Status](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_insights_status)
4242
* [Log mapping](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_log_mapping)

docs/cse/administration/create-a-custom-tag-schema.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Schema tags can enforce specific tag values and prevent confusion from variatio
1919

2020
For more information about tags in Cloud SIEM, see [Using Tags with Insights, Signals, Entities, and Rules](/docs/cse/records-signals-entities-insights/tags-insights-signals-entities-rules).
2121

22+
import TerraformLink from '../../reuse/terraform-link.md';
23+
24+
:::tip
25+
You can use Terraform to manage custom tag schemas with the [`sumologic_cse_tag_schema`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_tag_schema) resource.
26+
27+
<TerraformLink/>
28+
:::
29+
2230
## Define a custom tag schema
2331

2432
1. [**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu select **Cloud SIEM**, and then under **Cloud SIEM Workflow** select **Tag Schemas**. You can also click the **Go To...** menu at the top of the screen and select **Tag Schemas**. <br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the top Cloud SIEM menu select **Configuration**, and then under **Workflow** select **Tag Schemas**.

docs/cse/administration/create-cse-context-actions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ An authorized user can configure context actions and assign them to particular e
2626

2727
The context actions menu will be available for any of these types, wherever they appear in the Cloud SIEM UI.
2828

29+
import TerraformLink from '../../reuse/terraform-link.md';
30+
31+
:::tip
32+
You can use Terraform to manage context actions with the [`sumologic_cse_context_action`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_context_action) resource.
33+
34+
<TerraformLink/>
35+
:::
36+
2937
## How a user accesses context actions
3038

3139
A user runs a context action by clicking the context action icon <img src={useBaseUrl('img/cse/context-action-icon.png')} alt="Context action icon" style={{border: '1px solid gray'}} width="20"/> next to an entity, record field, or IOC and choosing an action from the list that appears. The icon appears when you hover over the value of the item.

docs/cse/administration/create-use-network-blocks.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ When you configure a network block, there is an option to suppress signals on th
2727
IP addresses in a network block for which signals are suppressed will not appear on the **Suppressed Entities** page in the Cloud SIEM UI. (You can’t manually unsuppress signals for an IP address that are suppressed due to its network block configuration.)
2828
:::
2929

30+
import TerraformLink from '../../reuse/terraform-link.md';
31+
32+
:::tip
33+
You can use Terraform to manage network blocks with the [`sumologic_cse_network_block`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_network_block) resource.
34+
35+
<TerraformLink/>
36+
:::
37+
3038
## Best practices for network blocks
3139

3240
As you configure network blocks, keep in mind the following considerations.

docs/cse/administration/manage-custom-insight-resolutions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ When you close an insight, Cloud SIEM prompts you to select a resolution that in
2020

2121
You can define custom *sub-resolutions* for any of the built-in resolutions. This enables you to create more granular resolutions that indicate more clearly why an insight was closed. For example, you might want to create a “Remediated” sub-resolution under “Resolved”.
2222

23+
import TerraformLink from '../../reuse/terraform-link.md';
24+
25+
:::tip
26+
You can use Terraform to manage custom insight resolutions with the [`sumologic_cse_insights_resolution`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_insights_resolution) resource.
27+
28+
<TerraformLink/>
29+
:::
30+
2331
## Create a custom sub-resolution
2432

2533
1. [**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu select **Cloud SIEM**, and then under **Cloud SIEM Workflow** select **Insight Resolutions**. You can also click the **Go To...** menu at the top of the screen and select **Insight Resolutions**. <br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the top Cloud SIEM menu select **Configuration**, and then under **Workflow** select **Resolutions**.

docs/cse/administration/manage-custom-insight-statuses.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
99

1010
This page has information about creating and managing custom insight statuses.
1111

12+
import TerraformLink from '../../reuse/terraform-link.md';
13+
14+
:::tip
15+
You can use Terraform to manage custom insight statuses with the [`sumologic_cse_insights_status`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_insights_status) resource.
16+
17+
<TerraformLink/>
18+
:::
19+
1220
## View insight statuses
1321

1422
To view insight statuses:

0 commit comments

Comments
 (0)