Outlets
EXCEL
Source plugins/excel
Config
[[outlet.excel]]
## Save the records into Microsoft Excel file format.
## File path (*.xlsx) to save the records
path = "./output.xlsx"
## It stores all records in memory first then write to the file
## when the count of the buffered records in memory reaches to "records_per_file".
## So, every excel file it writes has "records_per_file" rows. (+ 1 header row)
## If records_per_file is 0, it will keep all records in memory (consuming memory)
## and write to the file when the pipeline is closed.
## (default 20000)
records_per_file = 20000Example
Run
Output
FILE
Source plugins/base
Config
Example
Run
Output
HTTP
Source plugins/http
Config
Example
Run
Output
IMAGE
Source plugins/image
Config
Example
Run
Output
INFLUX
Source plugins/influx
Config
Example
MQTT
Source plugins/mqtt
Config
Example
Run
Output
TELEGRAM
Source plugins/telegram
Config
Example
Run
Output
TEMPLATE
Source plugins/template
Config
Example
Run
Output
Last updated