The ft_run_scheduled_searches script is used to run Alerts for a given Fluid Topics tenant.
Command template:
ft_run_scheduled_searches -t $TENANT_ID [-v] [-h]
Command example:
ft_run_scheduled_searches -t myFluidTopics
Command arguments:
- -t: Expects the ID of the tenant. It corresponds to the name given to the tenant configuration directory. It is case-sensitive. Can also be written --tenant-id.
- -h: Displays the help and lists all available optional arguments for the command. Can also be written --help.
- -v: Activates verbose mode. Can also be written --verbose.
The script is available in the antidot-fluidtopics-reply package.