All Apps and Add-ons

Splunk App for AWS - Modify / Clone RDS Usage dashboard

Amohlmann
Communicator

I essentially would like to clone the Relational Database Service usage dashboard so I can mess with it and do some testing. My main goal is to filter RDS Instances by their Tag but cannot see an easy way of doing this as it acts funny when I attempt to modify or clone this dashboard.

When I attempt to clone this dashboard, the new dashboard hides the RDS Instances Input which means I cannot do any searches. I am worried that if I straight up modify the dashboard I will put it in a similar state. Any tips?

Thanks,
Andrew

0 Karma

zliang_splunk
Splunk Employee
Splunk Employee

Hi Andrew,

The reason your cloned RDS dashboard didn't work is because that dashboard relies on a custom JS script. That JS script, which named rds.js is loaded in the DashboardEntry.js script. DashboardEntry.js will load that custom JS script with the same name as the dashboard. The built-in Relational Database Service dashboard is named rds (i.e. its ID is rds), so, DashboardEntry.js will load that rds.js automatically for the dashboard.

So apparently, you need to use "rds" as the ID of your cloned dashboard. In order not to confuse other users, you can give "private" permission to your cloned dashboard.

Hopefully this helps.

Thanks,
//Gimi

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[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 ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...