The [Output]
section of the configuration file contains the names of the output tasks that you want to run.
Use the OutputEngine
parameter to specify the names of the tasks. The names that you specify must refer to other sections of the configuration file that contain settings for the output engines.
You can specify multiple output tasks by using a comma-separated list of names:
[Output] OutputEngine=IDOL,Vertica
Alternatively, you can use numbered parameters. Use a unique number for each task, starting from zero (0) and increasing by one each time:
[Output] OutputEngine0=IDOL OutputEngine1=Vertica
|