-
Notifications
You must be signed in to change notification settings - Fork 10k
Clarify API log retrieval instructions #22811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
94150bf
ec341bd
2bcc1fb
1c0668c
6e7c54e
426fbb4
50377fc
1b70efc
56f6fd5
7daa3d9
6a0d936
fa27e6c
c807baf
68deb4e
958846d
ae03e7b
97046b0
5047fbf
e4ce6d0
5685efd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,7 +30,7 @@ Alternatively, you can use the command line as shown below to create a new MCP S | |
|
|
||
| <PackageManagers | ||
| type="create" | ||
| pkg="cloudflare@latest" | ||
| pkg="Cloudflare@latest" | ||
| args={"my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless"} | ||
| /> | ||
|
|
||
|
|
@@ -118,7 +118,7 @@ Run the following command to create a new MCP server: | |
|
|
||
| <PackageManagers | ||
| type="create" | ||
| pkg="cloudflare@latest" | ||
| pkg="Cloudflare@latest" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The package name should remain lowercase as |
||
| args={ | ||
| "my-mcp-server-github-auth --template=cloudflare/ai/demos/remote-mcp-github-oauth" | ||
| } | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,7 +33,7 @@ Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from | |
|
|
||
| ## Task 1 - Connect your Database to Looker | ||
|
|
||
| Looker connects to a database in order to query the data. In this tutorial, we use Google Big Query as an example. Learn [how to connect Google BigQuery to Looker](https://docs.looker.com/setup-and-management/database-config/google-bigquery#create_a_temporary_dataset_for_persistent_derived_tables). | ||
| Looker connects to a database in order to query the data. In this tutorial, we use Google BigQuery as an example. Learn [how to connect Google BigQuery to Looker](https://docs.looker.com/setup-and-management/database-config/google-bigquery#create_a_temporary_dataset_for_persistent_derived_tables). | ||
|
|
||
| Once you load Cloudflare logs into your database, [connect the database to Looker](https://docs.looker.com/setup-and-management/connecting-to-db). | ||
|
|
||
|
|
@@ -53,7 +53,7 @@ To create your new LookML project: | |
|
|
||
| 6. For **Starting Point**, choose \*Clone Public Git Repository\*\*.\*\*\* | ||
|
|
||
| 7. Enter the *cloudflare\_block* URL for the public Git repository `git://github.com/llooker/cloudflare_block.git`. | ||
| 7. Enter the *cloudflare\_block* URL for the public Git repository `git://github.com/looker/cloudflare_block.git`. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The GitHub repository URL has been changed from 'llooker' to 'looker'. Please verify that this new URL ( |
||
|
|
||
| 8. Click **Create Project**. Looker will pull all of the repository files into a new LookML project. | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package name should remain lowercase as
cloudflare@latest. The npm package is published as lowercase 'cloudflare' (https://www.npmjs.com/package/cloudflare), and changing it to 'Cloudflare@latest' would cause the command to fail when executed.