Skip to content

Commit 285deac

Browse files
authored
Apply suggestions from code review
1 parent 58fa255 commit 285deac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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/features/nested-structures.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 17
66
---
77

8-
Two kinds of nested structures that are supported: **arrays** and **maps**. Fields of either of these types are arrays; when they are a query result, which is already an array of objects, they become nested arrays.
8+
Two kinds of nested structures that are supported: **arrays** and **maps**. Fields of either of these types are arrays; when they are part of a query result, which is already an array of objects, they become nested arrays.
99

1010
## Arrays
1111

0 commit comments

Comments
 (0)