All Apps and Add-ons

Splunk App for AWS: Why is the Relational Database Service dashboard not listing Aurora Engines?

akalyanaraman
New Member

Relational Database Service dashboard within Splunk App for AWS is not listing Aurora Engines within the section named RDS Instance Details. When I looked at the underlying search, it makes use of a macro name "aws-rds-description". This macro is ignoring specifically aurora. Below mentioned is the macro search:

`aws-description-index` source="*:rds_instances" engine != "aurora"

Can someone please let me know why aurora engines are ignored?

Environment details:
Splunk Add-on for AWS : 4.0.0
Splunk App for AWS : 4.2.0

0 Karma

zliang_splunk
Splunk Employee
Splunk Employee

Hi,

It's because by the time when the RDS dashboard was implemented, there were no aurora metrics found in cloudwatch data collected by the input. As we are seeing the data now, I believe that filter will be soon removed. Before that, you could remove it by rewriting that macro in your local macros.conf file.

Thanks,
//Gimi

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...