You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manage/data-forwarding/forward-data-from-sumologic.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ Once you [configure date forwarding destination](#configure-data-forwarding-dest
153
153
***Text**. Plain text. (Available only if you choose **Raw** above.)
154
154
***CSV**. Comma-separated values. (Available if you choose **Raw + Metadata** or **All** above.)
155
155
***JSON**. Java Script Object Notation. (Available if you choose **Raw + Metadata** or **All** above.) Select **JSON** if you want to ensure that forwarded data can be re-ingested easily.
156
-
1.**File Prefix**. Enter the path prefix to a directory in the S3 bucket. You can include any of the following variables:
156
+
1.**File Prefix**. Enter the path prefix to a directory in the S3 or GCS bucket. You can include any of the following variables:
157
157
*`{index}` will be replaced by the name of the partition or scheduled view.
158
158
*`{day}` will be replaced by the day of the year in the yyyy-MM-dd format.
159
159
*`{hour}` will be replaced by the hour of the day (0-23).
@@ -169,14 +169,14 @@ For information about how the data is forwarded, see [Forwarding interval](#forw
169
169
170
170
## Data forwarding example
171
171
172
-
Let's say you want to take data from Sumo Logic and run additional analysis on it in tools separate from Sumo Logic. In this example, you can forward the data from Sumo Logic to an S3 bucket where it is available for download and analysis by your tools.
172
+
Let's say you want to take data from Sumo Logic and run additional analysis on it in tools separate from Sumo Logic. In this example, you can forward the data from Sumo Logic to an S3 or GCS bucket where it is available for download and analysis by your tools.
173
173
174
174
Let's suppose you have an S3 or GCS bucket named `demo-bucket1` where you want to forward your Sumo Logic data. Do the following:
175
175
176
176
1.[Create a destination](/docs/manage/data-forwarding/forward-data-from-sumologic/#configure-data-forwarding-destination) that points to the `demo-bucket1` bucket. For example, name it **Test destination**.
177
177
1. Open the partition or Scheduled View whose data you want to [forward data to the new destination](/docs/manage/data-forwarding/forward-data-from-sumologic/#configure-data-forwarding-destination).
178
178
1. In the partition or Scheduled View, select **Enable Data Forwarding**, and fill out the fields that appear:
179
-
1. In **Destination Type** select **Amazon S3**.
179
+
1. In **Destination Type** select **Amazon S3** or **Google Cloud Storage** depening on your requirement.
180
180
1. In **Forwarding Destination** select any **Existing Destination**.
181
181
1. In **Destination** select the name of the destination you created earlier, for example, **Test destination**.
182
182
1. Use the **Data Forwarding Configuration** section to specify whether to forward only log data, log data with metadata, or log data with metadata and enriched fields.
0 commit comments