InfluxDB
The InfluxDB output module allows you to write data to an InfluxDB database server.
Parameter | Default | Meaning |
---|---|---|
url | The URL of the InfluxDB server | |
bucket | The name of the bucket/database to use | |
org | The name of the organisation to access | |
token | The security token to use to write data |
Example
[ { "method": "influx", "host": "myserver", "org": "optrix", "bucket": "alertdata", "token": "@&SISUGSOOA" } ]
The above example would connect to an InfluxDB server called 'myserver' and write to the alertdata bucket inside the optrix org.
Other Modules
Return to the list of output modules.