Skip to content

Commit f4a2512

Browse files
Merge branch 'main' into docs/console-agent
2 parents a247eae + 6c5b1de commit f4a2512

92 files changed

Lines changed: 10854 additions & 1350 deletions

File tree

Some content is hidden

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

docs/destinations/forwarding-events/creating-forwarders/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Follow the steps below to configure a new event forwarder. See [available integr
1212

1313
A **connection** is a resource that stores the credentials and endpoint details needed to send events to your destination.
1414

15-
To create a connection from [Snowplow Console](https://console.snowplowanalytics.com), first go to **Destinations** > **Connections**, then select **Set up connection**. From the dropdown, choose **Loader connection**, then select the destination you want to forward events to. Each destination will have specific authentication and endpoint details required.
15+
To create a connection from [Snowplow Console](https://console.snowplowanalytics.com), first go to **Settings** > **Connections**, then select **Set up connection**. From the dropdown, choose **Event forwarding**, then select the destination you want to forward events to. Each destination will have specific authentication and endpoint details required.
1616

1717
![Console interface for creating a new destination connection with authentication and endpoint configuration fields](images/event-forwarding-connection.png)
1818

@@ -21,8 +21,8 @@ When finished, click **Deploy**. Once a connection is deployed, you can use it i
2121

2222
## Step 2: Create a new forwarder
2323

24-
1. Go to **Destinations** > **Destination list**.
25-
2. Navigate to the **Available** tab and select **Configure** on the destination card from the list of available integrations to start setting up the forwarder.
24+
1. Go to **Destinations** > **Event forwarding**.
25+
2. Click **Add destination** and select the destination from the list of available integrations to start setting up the forwarder.
2626
3. Give the forwarder a **name**, select the **pipeline** you want the forwarder to read events from, and choose the **connection** you created in step 1.
2727
4. Optionally, you can choose to **Import configuration from** an existing forwarder. This is helpful when migrating a forwarder setup from development to production.
2828
5. Click **Continue** to configure event filters and data mapping.
@@ -70,7 +70,7 @@ Once you've defined your filter and mapping configuration, you can test it again
7070

7171
![Test transformation interface showing sample event input and JSON output preview with run test button](images/event-forwarding-test-transformations.png)
7272

73-
Snowplow provides a few out-of-the-box sample events to test with, which you can edit as needed. You can also choose **Custom event** to paste in your own JSON-formatted Snowplow event. You can use [Snowplow Micro](/docs/testing/snowplow-micro/) with the `--output-json` flag to generate your own events to test with.
73+
Snowplow provides a few out-of-the-box sample events to test with, which you can edit as needed. You can also choose **Custom event** to paste in your own JSON-formatted Snowplow event. You can use [Snowplow Micro](/docs/testing/snowplow-micro/index.md) to collect some test events and copy their JSON payload for testing.
7474

7575
Select **View generated code** to see the JavaScript function generated from your filters, field mappings, and custom functions. This is exactly what will run when transforming events for your destination, and can be used directly in a [Snowbridge JavaScript transformation](docs/api-reference/snowbridge/configuration/transformations/custom-scripts/javascript-configuration/index.md) for local testing.
7676

docs/destinations/forwarding-events/event-forwarding-monitoring-and-troubleshooting/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ When any type of failure occurs, Snowplow can take one or more of the following
4444

4545
Once a forwarder is deployed, you can configure one or more email addresses to send alerts when setup failures occur. Follow the steps below to configure the alerts.
4646

47-
1. Navigate to **Destinations** > **Destinations list** from the navigation bar and click the **Details** button on a destination card to open the **Destination details** page.
48-
2. On the table of forwarders, click the three dots next to the forwarder you want to configure alerting for and select **Alerts**.
47+
1. Navigate to **Destinations** > **Event forwarding** from the sidebar.
48+
2. In the table of forwarders, click the three dots next to the forwarder you want to configure alerting for and select **Alerts**.
4949
3. You'll see a modal where you can enter the email addresses you want to be alerted in case of setup errors. Click **Save Changes** to confirm.
5050

5151
![Setup alerts modal dialog for configuring email addresses to receive forwarder error notifications](images/setup-alerting-screenshot.png)
@@ -62,7 +62,7 @@ You can monitor forwarders in a few ways:
6262

6363
In Snowplow Console, you can see the number of filtered, failed, and successfully delivered events over the last seven days.
6464

65-
To view these metrics, navigate to **Destinations** > **Destinations list** and select the destination you'd like to view. On the event forwarders overview table, you will see metrics for each forwarder configured for that destination.
65+
To view these metrics, navigate to **Destinations** > **Event forwarding**. In the event forwarders table, you will see metrics for each forwarder.
6666

6767
![Console metrics dashboard showing forwarder statistics including filtered, failed, and delivered event counts](images/event-forwarding-console-metrics.png)
6868

docs/destinations/forwarding-events/managing-forwarders/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Edit, clone, and delete Snowplow event forwarders in Console to up
66
keywords: ["manage forwarders", "edit forwarder", "delete forwarder", "clone forwarder", "forwarder configuration"]
77
---
88

9-
This page explains how to edit, clone, and delete event forwarders. To start, go to **Destinations** > **Destination list** in [Snowplow Console](https://console.snowplowanalytics.com).
9+
This page explains how to edit, clone, and delete event forwarders. To start, go to **Destinations** > **Event forwarding** in [Snowplow Console](https://console.snowplowanalytics.com).
1010

1111
## Edit a forwarder
1212

@@ -30,7 +30,7 @@ When creating a new forwarder, you can import the configuration from an existing
3030

3131
To clone a forwarder:
3232

33-
1. Navigate to the **Available** tab and select **Configure** on the destination card from the list of available integrations to start setting up the forwarder.
33+
1. Click **Add destination** and select the destination from the list of available integrations to start setting up the forwarder.
3434
2. Give the forwarder a **name**, select the **pipeline** you want the forwarder to read events from, and choose a **connection**.
3535
3. From the **Import configuration from** dropdown, choose an existing forwarder.
3636
4. Click **Continue**. The filters, mappings, and custom functions will be pre-populated with those of the existing forwarder you imported from.
@@ -39,6 +39,5 @@ To clone a forwarder:
3939

4040
To permanently delete a forwarder:
4141

42-
1. Click **Details** under the destination you want to change to open the destination details page.
43-
2. On the event forwarders overview table, click the three dots next to the forwarder you want to change and select **Delete**.
44-
3. On the confirmation modal, select **Delete**. This will start the process of destroying the underlying forwarder infrastructure.
42+
1. In the event forwarders overview table, click the three dots next to the forwarder you want to change and select **Delete**.
43+
2. On the confirmation modal, select **Delete**. This will start the process of destroying the underlying forwarder infrastructure.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
### Step 1: Create a connection
22

33
<ol>
4-
<li>In Console, navigate to <strong>Destinations</strong>&nbsp;&gt;&nbsp;<strong>Connections</strong></li>
4+
<li>In Console, navigate to <strong>Settings</strong>&nbsp;&gt;&nbsp;<strong>Connections</strong></li>
55
<li>Select <strong>Set up connection</strong></li>
6-
<li>Choose <strong>Loader connection</strong>, then <strong>{props.connectionType}</strong></li>
6+
<li>Choose <strong>Event loading</strong>, then <strong>{props.connectionType}</strong></li>
77
<li>Follow the steps to provide all the necessary values</li>
88
<li>Click <strong>Complete setup</strong> to create the connection</li>
99
</ol>
1010

1111
### Step 2: Create a loader
1212

1313
<ol>
14-
<li>In Console, navigate to <strong>Destinations</strong>&nbsp;&gt;&nbsp;<strong>Destination list</strong>. Switch to the <strong>Available</strong> tab and select <strong>{props.destinationName}</strong></li>
14+
<li>In Console, navigate to <strong>Destinations</strong>&nbsp;&gt;&nbsp;<strong>Warehouses and lakes</strong>. Click <strong>Add destination</strong> and select <strong>{props.destinationName}</strong></li>
1515
<li><strong>Select a pipeline</strong>: choose the pipeline where you want to deploy the loader.</li>
1616
<li><strong>Select your connection</strong>: choose the connection you configured in step 1.</li>
1717
{!props.noFailedEvents && <li><strong>Select the type of events</strong>: enriched events or failed events</li>}
1818
<li>Click <strong>Continue</strong> to deploy the loader</li>
1919
</ol>
2020

21-
You can review active destinations and loaders by navigating to **Destinations**&nbsp;&gt;&nbsp;**Destination list**.
21+
You can review active destinations and loaders by navigating to **Destinations**&nbsp;&gt;&nbsp;**Warehouses and lakes**.

docs/destinations/warehouses-lakes/redshift/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Snowplow data also includes customizable [self-describing events](/docs/fundamen
6565
For each type of self-describing event and entity, there are additional tables that can be joined with the main table:
6666

6767
<details>
68-
<summary>unstruct_event_com_acme_button_press_1</summary>
68+
<summary>com_acme_button_press_1</summary>
6969

7070
| root_id | root_tstamp | button_name | button_color | ... |
7171
| ------- | ----------- | ----------- | ------------ | --- |
@@ -74,7 +74,7 @@ For each type of self-describing event and entity, there are additional tables t
7474
</details>
7575

7676
<details>
77-
<summary>contexts_com_acme_product_1</summary>
77+
<summary>com_acme_product_1</summary>
7878

7979
| root_id | root_tstamp | name | price | ... |
8080
| ------- | ----------- | ---- |------ | --- |
@@ -83,9 +83,9 @@ For each type of self-describing event and entity, there are additional tables t
8383

8484
</details>
8585

86-
Note:
87-
* "unstruct\[ured\] event" and "context" are the legacy terms for self-describing events and entities, respectively
88-
* the `_1` suffix represents the major version of the schema (e.g. `1-x-y`)
86+
:::note
87+
The `_1` suffix represents the major version of the schema (e.g. `1-x-y`).
88+
:::
8989

9090
You can learn more [in the API reference section](/docs/api-reference/loaders-storage-targets/schemas-in-warehouse/index.md).
9191

docs/event-studio/implement-tracking/snowtype/client-side-validation/images/cardinality-browser.png renamed to docs/event-studio/implement-tracking/client-side-validation/images/cardinality-browser.png

File renamed without changes.

docs/event-studio/implement-tracking/snowtype/client-side-validation/images/cardinality-empty.png renamed to docs/event-studio/implement-tracking/client-side-validation/images/cardinality-empty.png

File renamed without changes.

docs/event-studio/implement-tracking/snowtype/client-side-validation/images/cardinality-validation.png renamed to docs/event-studio/implement-tracking/client-side-validation/images/cardinality-validation.png

File renamed without changes.

docs/event-studio/implement-tracking/snowtype/client-side-validation/images/property-rules-browser.png renamed to docs/event-studio/implement-tracking/client-side-validation/images/property-rules-browser.png

File renamed without changes.

docs/event-studio/implement-tracking/snowtype/client-side-validation/images/property-rules-enum-error.png renamed to docs/event-studio/implement-tracking/client-side-validation/images/property-rules-enum-error.png

File renamed without changes.

0 commit comments

Comments
 (0)