AWS Redshift Hints FilterΒΆ

The foglamp-filter-aws-redshift-hints plugin allows to provide hints for aws-redshift-hints plugin

When adding filter a configuration page for the filter will be shown as below;

redshifthint_1

The AWS Redshift Hints JSON requires an asset on which filter will be applied

  • tablename: A table with tablename will be created in AWS Redshift to store the data for asset

Example:

{
 "sinusoid": {
  "tablename": "redshift"
 }
}