All Apps and Add-ons

None of the pre-build panels are working.

vipul_cvent
New Member

Hi,

I was able to index all of the GCP data - But somehow none of the "Panel" is working - Can anyone please check and confirm us back??

Thanks
Vipul

0 Karma

hcannon
Path Finder

I can confirm that in the newest version of this app installed on Splunk 7 none of the pre-built panels are working. After reviewing the searches I realized all of the field names in the searches are incorrect. As an example I had to change the pre-built panel called "GCP - Operation Count by User" to the following search to get it to work:

index=[your gcp index] sourcetype=google:gcp:pubsub:message data.logName="*activity_log" | rename data.jsonPayload.actor.user as Username | eval Username=if(Username=="", "Unknown", Username) | stats count by Username data.jsonPayload.event_subtype | rename data.jsonPayload.event_subtype as "Event Type" | sort -count | rename count as Count | table Username, "Event Type", Count

0 Karma

adonio
Ultra Champion

what is the message you see on the panels?
can you verify data is in and sourcetypes are correct?
are the index that the data in is searched by default by the role / user looking at panels?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...