Skip to content

Commit a927531

Browse files
committed
Forward Data from Sumo Logic to GCS
1 parent fb4e9b4 commit a927531

File tree

17 files changed

+98
-68
lines changed

17 files changed

+98
-68
lines changed

blog-service/2021/12-31.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ New - Our [Cloud-to-Cloud Integration Framework](/docs/send-data/hosted-collec
137137
---
138138
## September 20, 2021 (Manage)
139139

140-
New - You can now [forward aggregate data from a Scheduled View to AWS S3](/docs/manage/data-forwarding/amazon-s3-bucket). Previously, aggregate data was dropped and not included in forwarded file objects. Now, aggregate fields are automatically appended when your Scheduled View conducts aggregation.
140+
New - You can now [forward aggregate data from a Scheduled View to AWS S3](/docs/manage/data-forwarding/forward-data-from-sumologic). Previously, aggregate data was dropped and not included in forwarded file objects. Now, aggregate fields are automatically appended when your Scheduled View conducts aggregation.
141141

142142
---
143143
## September 15, 2021 (Collection)

blog-service/2022/12-31.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Update - We’ve released an improved, re-organized UI for Data Forwarding. Ther
167167
* Destinations that receive data forwarded from Sumo Logic partitions or scheduled views are still managed on the [**Data Forwarding**](/docs/manage/data-forwarding/view-list-data-forwarding/) page.
168168
* Destinations that receive data from Installed Collectors are managed on a new page [**Archive**](/docs/manage/data-archiving/archive/#archive-page) page.
169169

170-
For more information, see [Forward Data from Sumo Logic to S3](/docs/manage/data-forwarding/amazon-s3-bucket).
170+
For more information, see [Forward Data from Sumo Logic to S3](/docs/manage/data-forwarding/forward-data-from-sumologic).
171171

172172
---
173173
## October 3, 2022 (Search)

blog-service/2024/12-31.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ We are happy to announce that you can now configure the schema and format of log
441441

442442
<img src={useBaseUrl('img/manage/data-forwarding/forward-raw-data.png')} alt="Options to forward raw data" style={{border: '1px solid gray'}} width="450"/>
443443

444-
To learn more, see the *Forward data to an S3 forwarding destination* section in our article [Forward Data from Sumo Logic to S3](/docs/manage/data-forwarding/amazon-s3-bucket).
444+
To learn more, see the *Forward data to an S3 forwarding destination* section in our article [Forward Data from Sumo Logic to S3](/docs/manage/data-forwarding/forward-data-from-sumologic).
445445

446446
### October 02, 2024 (Apps)
447447

blog-service/2025-09-15-manage.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Forward Data from Sumo Logic to GCS (Manage)
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
4+
keywords:
5+
- data-forwarding
6+
- manage
7+
- google-cloud-storage
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
We are happy to announce that you can now configure and forward the log data from Sumo Logic to Google Cloud Storage (GCS) destination. Previously, data forwarding was limited only to AWS S3, going forward you can forward the log data, log data with metadata, or log data with metadata and enriched fields, in either CSV or JSON format to GCS. [Learn more](/docs/manage/data-forwarding/forward-data-from-sumologic).

cid-redirects.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4473,5 +4473,6 @@
44734473
"/docs/integrations/microsoft-azure/microsoft-defender-for-cloud": "/docs/integrations/microsoft-azure/azure-security-defender-for-cloud",
44744474
"/docs/integrations/azure": "/docs/integrations/microsoft-azure",
44754475
"/docs/search/copilot": "/docs/search/mobot",
4476-
"/docs/search/copilot-unstructured-logs-beta": "/docs/search/mobot-unstructured-logs-beta"
4476+
"/docs/search/copilot-unstructured-logs-beta": "/docs/search/mobot-unstructured-logs-beta",
4477+
"/docs/manage/data-forwarding/amazon-s3-bucket": "/docs/manage/data-forwarding/forward-data-from-sumologic"
44774478
}

docs/api/logs-data-forwarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ApiRoles from '../reuse/api-roles.md';
1111

1212
<img src={useBaseUrl('img/icons/operations/send-data.png')} alt="icon" width="50"/>
1313

14-
The Logs Data Forwarding Management API allows you to forward log data from a Partition or Scheduled View to an S3 bucket. For more information, see [Forwarding Data to S3](/docs/manage/data-forwarding/amazon-s3-bucket).
14+
The Logs Data Forwarding Management API allows you to forward log data from a Partition or Scheduled View to an S3 bucket. For more information, see [Forwarding Data to S3](/docs/manage/data-forwarding/forward-data-from-sumologic).
1515

1616
## Documentation
1717

docs/manage/data-forwarding/amazon-s3-bucket.md renamed to docs/manage/data-forwarding/forward-data-from-sumologic.md

Lines changed: 72 additions & 56 deletions
Large diffs are not rendered by default.

docs/manage/data-forwarding/index.md

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

99
<img src={useBaseUrl('img/icons/operations/send-data.png')} alt="Document with a forward symbol icon" width="50"/>
1010

11-
Data Forwarding allows you to forward log data to an external server or supported storage service. You can forward log data to an AWS S3 bucket through [Partitions](/docs/manage/partitions) or [Scheduled Views](/docs/manage/scheduled-views). See [Forwarding Data from Sumo Logic to S3](/docs/manage/data-forwarding/amazon-s3-bucket/) for details.
11+
Data Forwarding allows you to forward log data to an external server or supported storage service. You can forward log data to an AWS S3 bucket or Google Cloud Storage (GCS) through [Partitions](/docs/manage/partitions) or [Scheduled Views](/docs/manage/scheduled-views).
1212

1313
## Guide contents
1414

@@ -26,7 +26,7 @@ In this section, we'll introduce the following concepts:
2626
</div>
2727
<div className="box smallbox card">
2828
<div className="container">
29-
<a href="/docs/manage/data-forwarding/amazon-s3-bucket">
29+
<a href="/docs/manage/data-forwarding/forward-data-from-sumologic">
3030
<img src={useBaseUrl('img/icons/operations/send-data.png')} alt="Document with a forward symbol icon" width="45" />
3131
<h4>Forward Data from Sumo Logic to S3</h4>
3232
</a>

docs/manage/data-forwarding/installed-collectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Follow the instructions for the destination type you chose.
7878
<TabItem value="archive">
7979

8080
:::note
81-
Data forwarding to S3 Archive locations will forward log data from Installed Collectors to AWS S3 buckets to collect at a later time. Data **will not** be forked to both Sumo Logic and AWS S3. In that case, you will want to send the data to Sumo Logic first and then configure [Forwarding Data from Sumo Logic to S3](/docs/manage/data-forwarding/amazon-s3-bucket/).
81+
Data forwarding to S3 Archive locations will forward log data from Installed Collectors to AWS S3 buckets to collect at a later time. Data **will not** be forked to both Sumo Logic and AWS S3. In that case, you will want to send the data to Sumo Logic first and then configure [Forwarding Data from Sumo Logic to S3](/docs/manage/data-forwarding/forward-data-from-sumologic/).
8282
:::
8383

8484
* **Bucket Name**. Enter the exact name of the S3 bucket.You can create only one destination with a particular bucket name. If you try to create a new destination with the bucket name of an existing destination, the new destination replaces the old one.

docs/manage/users-roles/roles/role-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Following are the capabilities you can assign when you [create roles](create-ma
1919
| View Fields | View [fields](/docs/manage/fields), which are custom metadata fields you can assign to logs.|
2020
| Manage Fields | Manage fields. Note that if you grant a role the Manage Fields capability, users with that role will also have the View Fields and View Field Extraction Rules capabilities.|
2121
| Manage Field Extraction Rules | Manage [field extractions](/docs/manage/field-extractions), which speed the search process by automatically parsing fields as log messages are ingested. Note that if you grant a role the Manage Field Extraction Rules capability, users with that role will also have the Manage Fields, View Fields, and View Field Extraction Rules capabilities.|
22-
| Manage S3 Data Forwarding | Manage [S3 data forwarding](/docs/manage/data-forwarding/amazon-s3-bucket) from Sumo Logic to an S3 bucket.|
22+
| Manage S3 and GCS Data Forwarding | Manage [S3 and GCS data forwarding](/docs/manage/data-forwarding/forward-data-from-sumologic) from Sumo Logic to an S3 or GCS bucket.|
2323
| Manage Content | Manage the content for your organization. This provides access to [Admin Mode](/docs/manage/content-sharing/admin-mode) in the Library.|
2424
| Manage Apps | Install and manage [apps](/docs/integrations). |
2525
| Manage Connections | Manage the [connections](/docs/alerts/webhook-connections/) that allow you to send alerts to other tools. |

0 commit comments

Comments
 (0)