You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current postgesql_extensible doesnt have the ability to conect to redshift and transform query results to Line protocol to write to Influx.
Proposal:
Create an input plugin to connect to redshift and execute queries and transform each row to Line protocol basedon the measurements and tags provided in the .conf file.
Current behavior:
postgreaql_extensible plugin does nto connect to Redshift. While trying to use the same, it doesnt throw the right error.
It displays the error as below for any query being run (eg. Select sysdate)
2017-04-18T20:38:00Z E! ERROR in input [inputs.postgresql_extensible]: sql: no rows in result set
Desired behavior:
The below info can be provided the in the .conf file Note that there is 'version'.
[[inputs.redshiftsql.query]]
sqlquery="select sysdate"
withdbname=false
tagvalue=""
measurement=""
Use case:
This helps in building custom metric out of Redshift data. AWS doesnt provide the ability to monitor at a table a level on the console. This plugin can be used to monitor any custom metrics defined based on the data inside.
Tried creating the below script which might have errors but i have not been able to build the telegraf binaries and do some tests. The below script has very minor changes compared to the postgresql_extensible plugin.
The text was updated successfully, but these errors were encountered:
anilkulkarni87
changed the title
Connect to Redshift to extract custom data and build metrics to push to Influx
Connect to Redshift to extract custom data and build metrics to push to Influx #featurerequests
Apr 18, 2017
anilkulkarni87
changed the title
Connect to Redshift to extract custom data and build metrics to push to Influx #featurerequests
Connect to Redshift to extract custom data and build metrics to push to Influx #featurerequest
Apr 18, 2017
anilkulkarni87
changed the title
Connect to Redshift to extract custom data and build metrics to push to Influx #featurerequest
Connect to Redshift to extract custom data and build metrics to push to Influx
Apr 18, 2017
Feature Request
The current postgesql_extensible doesnt have the ability to conect to redshift and transform query results to Line protocol to write to Influx.
Proposal:
Create an input plugin to connect to redshift and execute queries and transform each row to Line protocol basedon the measurements and tags provided in the .conf file.
Current behavior:
postgreaql_extensible plugin does nto connect to Redshift. While trying to use the same, it doesnt throw the right error.
It displays the error as below for any query being run (eg. Select sysdate)
2017-04-18T20:38:00Z E! ERROR in input [inputs.postgresql_extensible]: sql: no rows in result set
Desired behavior:
The below info can be provided the in the .conf file Note that there is 'version'.
[[inputs.redshiftsql.query]]
sqlquery="select sysdate"
withdbname=false
tagvalue=""
measurement=""
Use case:
This helps in building custom metric out of Redshift data. AWS doesnt provide the ability to monitor at a table a level on the console. This plugin can be used to monitor any custom metrics defined based on the data inside.
Tried creating the below script which might have errors but i have not been able to build the telegraf binaries and do some tests. The below script has very minor changes compared to the postgresql_extensible plugin.
redshift_sql.txt
The text was updated successfully, but these errors were encountered: