Skip to content

Commit 41fe2cf

Browse files
committed
minor fix
1 parent 4014a28 commit 41fe2cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/manage/data-forwarding/forward-data-from-sumologic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Once you [configure date forwarding destination](#configure-data-forwarding-dest
153153
* **Text**. Plain text. (Available only if you choose **Raw** above.)
154154
* **CSV**. Comma-separated values. (Available if you choose **Raw + Metadata** or **All** above.)
155155
* **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:
157157
* `{index}` will be replaced by the name of the partition or scheduled view.
158158
* `{day}` will be replaced by the day of the year in the yyyy-MM-dd format.
159159
* `{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
169169

170170
## Data forwarding example
171171

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.
173173

174174
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:
175175

176176
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**.
177177
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).
178178
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.
180180
1. In **Forwarding Destination** select any **Existing Destination**.
181181
1. In **Destination** select the name of the destination you created earlier, for example, **Test destination**.
182182
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

Comments
 (0)