AWS Redshift¶
The flir-north-aws-redshift plugin sends data to AWS Redshift. Plugin will create a table if one does not exist in AWS Redshift.
Configuation Details:
Hostname: AWS Redshift host name
Port: AWS Redshift port number
Database Name: AWS Redshift database name
Database User: AWS Redshift database user
Database Password: AWS Redshift database password
FLIR Bridge Name: FLIR Bridge instance name
Data Source: Source of FLIR Bridge data [readings/statistics]
Hints¶
A filter plugin flir-filter-aws-redshift-hints allows hints to be added to the readings. It will affect how the data is stored within/mapped with the AWS Redshift. Currently it supports only one hint that is table name. A new datapoint RedshfitHint hint will be added into existing reading.
If flir-filter-aws-redshift-hints filter is used with flir-north-aws-redshift then a table will be created as per the table name provided in the hints
Sample hints JSON will be as follows
{
"asset" : {
"tablename" : "redshift"
}
}