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
... View more