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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...