All Apps and Add-ons

why does Cloudflare app has no data in splunk?

vibushan_s
Explorer

I have downloaded the cloudflare app in my splunk and had set the index as "cf_index". However, when i open the app , it says zero results. This is the search query of a field

| tstats sum(cloudflare.bytes_out) as total_bandwidth from datamodel=cloudflare.cloudflare where cloudflare.ClientCountry="*" cloudflare.ClientDeviceType="*" cloudflare.dest_ip="*" cloudflare.dest_host="*" cloudflare.uri_path="*" cloudflare.http_user_agent="*" cloudflare.status="*" cloudflare.src_ip="*" cloudflare.OriginResponseStatus="*" cloudflare.RayID="*" cloudflare.WorkerSubrequest="*" cloudflare.http_method="*"
| eval total_bandwidth=round(total_bandwidth/1000000,2)

no results were found for this query

I would like to know there were no results found ?.

if i search for my index "cf_index" in search, it shows the data.

how to verify if cloudflare is referring to my index or trying to get data from my index?

Labels (3)
0 Karma
Get Updates on the Splunk Community!

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...