Connector Improvement: CloudFlare Analytics to include Host Name Details
AnsweredCloudflare offers the
clientRequestHTTPHost via graphql query that is capable of providing this data that looks like this:query = """ query GetBytesByHostname($zoneTag: String!, $startDate: String!, $endDate: String!) { viewer { zones(filter: {zoneTag: $zoneTag}) { httpRequestsAdaptiveGroups( limit: 1000, filter: { datetime_geq: $startDate, datetime_lt: $endDate } ) { sum { edgeResponseBytes } dimensions { clientRequestHTTPHost clientCountryName clientRequestPath datetimeHour } } } } } """
We would like for this to be included in the existing Cloudflare Analytics connector please. Thank you.
-
Official comment
Hi Gene,
Thank you for your feature request. Cloudflare does indeed provide the
clientRequestHTTPHostfield through their GraphQL query, which makes this data accessible.We're happy to share that support for this capability has already been developed and is currently available under a private release. If you would like early access, please reach out to us and we’ll be glad to enable it for you.
Thank you again for your feedback - it helps guide our ongoing improvements.
Best regards,
Sisan
Please sign in to leave a comment.
Comments
1 comment