InfluxDB

The InfluxDB output module allows you to write data to an InfluxDB database server.

ParameterDefaultMeaning
urlThe URL of the InfluxDB server
bucketThe name of the bucket/database to use
orgThe name of the organisation to access
tokenThe 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.