Skip to content

Commit 2433111

Browse files
patriciasantaanaharshil1712
authored andcommitted
[DDoS Protection] Deprecate GraphQL to CSV tutorial (#18180)
* Deprecate GraphQL to CSV tutorial * redirect * fix broken links
1 parent 9d9eba7 commit 2433111

File tree

4 files changed

+4
-365
lines changed

4 files changed

+4
-365
lines changed

public/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
/support/analytics/learn-more/understanding-cloudflare-network-analytics-v1/ /analytics/network-analytics/reference/network-analytics-v1/ 301
133133
/support/analytics/learn-more/what-are-the-types-of-threats/ /analytics/account-and-zone-analytics/threat-types/ 301
134134
/analytics/graphql-api/tutorials/build-your-own-analytics/ /analytics/graphql-api/tutorials/ 301
135+
/analytics/graphql-api/tutorials/export-graphql-to-csv/ /analytics/graphql-api/tutorials/ 301
135136

136137
# email-security
137138
/email-security/reporting/search/unified-search/ /email-security/reporting/search/ 301

src/content/docs/analytics/graphql-api/getting-started/execute-graphql-query.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ sidebar:
77
---
88

99
Using a plain curl to send a query provides the ability to slice-n-dice with the
10-
results and apply post-processing if needed. For example, [converting][1]
10+
results and apply post-processing if needed. For example, converting
1111
results received from GraphQL API into a CSV format.
1212

1313
For more functionality, like auto-completion, schema exploring, etc., you can
14-
look at GraphQL [clients][2].
14+
look at GraphQL [clients](/analytics/graphql-api/getting-started/compose-graphql-query/).
1515

1616
GraphQL API expects JSON with two essentials fields: "query" and "variables".
1717

@@ -66,7 +66,3 @@ https://api.cloudflare.com/client/v4/graphql \
6666
--header "Content-Type: application/json" \
6767
--data @-
6868
```
69-
70-
[1]: /analytics/graphql-api/tutorials/export-graphql-to-csv/
71-
72-
[2]: /analytics/graphql-api/getting-started/compose-graphql-query/

src/content/docs/analytics/graphql-api/tutorials/export-graphql-to-csv.mdx

Lines changed: 0 additions & 358 deletions
This file was deleted.

src/content/docs/ddos-protection/reference/logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ import { GlossaryTooltip } from "~/components"
1313

1414
Retrieve HTTP events using [Cloudflare Logs](/logs/) to integrate them into your <GlossaryTooltip term="SIEM">SIEM systems</GlossaryTooltip>.
1515

16-
Additionally, if you are a Magic Transit or a Spectrum customer on an Enterprise plan, you can export L3/4 traffic and DDoS attack logs using the [Network Analytics logs](/logs/reference/log-fields/account/network_analytics_logs/). You can also export logs using the GraphQL API — for more information, refer to the [Export GraphQL data to CSV](/analytics/graphql-api/tutorials/export-graphql-to-csv/) tutorial.
16+
Additionally, if you are a Magic Transit or a Spectrum customer on an Enterprise plan, you can export L3/4 traffic and DDoS attack logs using the [Network Analytics logs](/logs/reference/log-fields/account/network_analytics_logs/).

0 commit comments

Comments
 (0)