Skip to content

Commit 710825b

Browse files
committed
docs: Add Query History export video
1 parent 8a6d80d commit 710825b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/pages/guides/recipes/data-exploration/query-history-export.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ analysis.
77
In this recipe, we will show you how to export Query History data to Amazon S3, and then
88
analyze it using Cube by reading the data from S3 using DuckDB.
99

10+
<YouTubeVideo
11+
url="https://www.youtube.com/embed/6Xf2ayeQZC8"
12+
aspectRatio={4/3}
13+
/>
14+
1015
## Configuration
1116

1217
[Vector configuration][ref-vector-configuration] for exporting Query History to Amazon S3

docs/pages/product/workspace/monitoring.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@ of Monitoring Integrations.
290290

291291
</SuccessBox>
292292

293+
<YouTubeVideo
294+
url="https://www.youtube.com/embed/6Xf2ayeQZC8"
295+
aspectRatio={4/3}
296+
/>
297+
293298
To configure Query History export, add the `query-history` input to the `inputs`
294299
option of the sink configuration. Example configuration for exporting Query History data
295300
to the standard output of the Vector agent:

0 commit comments

Comments
 (0)