Skip to content

Commit 85daa73

Browse files
authored
Apply suggestions from code review
1 parent 63e6b9f commit 85daa73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/docs/analytics/analytics-integrations/looker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To create your new LookML project:
5353

5454
6. For **Starting Point**, choose \*Clone Public Git Repository\*\*.\*\*\*
5555

56-
Enter the *Cloudflare_block* URL for the public Git repository `git://github.com/llooker/cloudflare_block.git`.
56+
7. Enter the *cloudflare\_block* URL for the public Git repository `git://github.com/llooker/cloudflare_block.git`.
5757

5858
8. Click **Create Project**. Looker will pull all of the repository files into a new LookML project.
5959

@@ -66,7 +66,7 @@ Enter the *Cloudflare_block* URL for the public Git repository `git://github.com
6666

6767
To update the connection name in the LookML files:
6868

69-
1. In your LookML **Cloudflare_looker** model file, replace the **connection** name with yours, for example:
69+
1. In your LookML **cloudflare\_looker** model file, replace the **connection** name with yours, for example:
7070
`connection: "bigquery_lpr"`.
7171

7272
2. Check if any table names need to be updated to your database connection names as well. If you decide to rename the filenames for explore, model name, and view, make sure to update all mentions within the other files. Otherwise, you might encounter errors.

src/content/docs/analytics/analytics-integrations/splunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To install the [Cloudflare App for Splunk](https://splunkbase.splunk.com/app/450
4141

4242
1. Open the setup screen by clicking the **Settings** dropdown, then click **Indexes**.
4343
2. Select **New Index**. Note that the **Indexes** page also gives you the status of all your existing indexes so that you can see whether you're about to use up your licensed amount of space.
44-
3. Name the index **Cloudflare**, which is the default index that the Cloudflare App will use.
44+
3. Name the index **cloudflare**, which is the default index that the Cloudflare App will use.
4545

4646
7. Set up the HTTP Event Collector (HEC) on Splunk. To create an HEC:
4747

src/content/docs/analytics/graphql-api/migration-guides/network-analytics-v2/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For reference information on NAv2 nodes, refer to the [NAv2 node reference](/ana
6767

6868
:::note[Obtaining data for ingress traffic only]
6969

70-
All the NAv2 `*AnalyticsAdaptiveGroups` nodes include data for ingress and egress traffic. To obtain data about ingress traffic only, include `direction: 'ingress'` in your [GraphQL query filter](/analytics/graphql-api/features/filtering/).
70+
All the NAv2 `*AnalyticsAdaptiveGroups` nodes include data for ingress and egress traffic. To obtain data about ingress traffic only, include `direction: "ingress"` in your [GraphQL query filter](/analytics/graphql-api/features/filtering/).
7171
:::
7272

7373
## Schema comparison

0 commit comments

Comments
 (0)