The options section in the LOGIQ configuration file is for changing default server parameters. Below are the commonly used options for typical deployments. Options can be either specified as quoted strings / non-quoted e.g. "2514" or 2514
ca [optional]
CA Certificate file path
cert [optional]
Server Certificate file path
host [optional]
Host IP's which server binds to - default is 0.0.0.0
key [optional]
Server certificate key
relp_port [optional]
The RELP port where server listens for RELP connection. Default port is 20514
relp_port_tls [optional]
The RELP port where server listens for RELP connection. Default port is 2514
syslog_port [optional]
The syslog port where server listens for syslog connection. Default port is 514
syslog_port_tls [optional]
The syslog port where server listens for syslog connection. Default port is 7514
cli_port [optional]
The port where the LOGIQ CLI is accessed. Default port is 9998
cli_user [optional]
Login for LOGIQ CLI console
cli_password [optional]
Password for LOGIQ CLI console
glue_iam_service_role [optional]
ARN of the glue service role. See here for more details. This only applies if you are trying to run LOGIQ in AWS.