Outdated Version
You are viewing an older version of this section. View current production version.
settings.conf (MemSQL Ops Configuration)
Each individual MemSQL Ops agent installation has their settings stored in <MEMSQL OPS HOME>/settings.conf
. The possible configuration settings are:
Setting | Description |
---|---|
user | The user that the local MemSQL Ops agent should run as. |
interface | The network interface that the local MemSQL Ops agent should use. |
host | The hostname that the local MemSQL Ops agent should use. |
port | The port that the local MemSQL Ops agent should use. |
ssl_port | The SSL port that this MemSQL Ops agent should use, if SSL is configured. |
ops_datadir | The directory to use as the root path for MemSQL Ops data directories, logs, and other files. |
memsql_installs_dir | The directory to use for MemSQL installs. |
spark_dir | The directory to use for Spark installs and user provided JAR files. |
backups_dir | The directory where MemSQL Ops will store backup files. We recommend that this directory is an NFS directory. |
user_analytics_disabled | Setting this flag to true will disable the sending of usage statistics to MemSQL to improve product performance and diagnose issues. |
debug | Whether or not to enable debug logging. |
log_rotate_interval | The interval for rotating log files. |
log_archive_count | The number of archived logs to retain. |
spark_host | The host that will serve as the Spark master. By default, this host is the MemSQL Ops primary agent. |
max_file_upload_size | The maximum file size that can be uploaded in the Ops web UI. |
websocket_origins | Comma delimited list of locations through which the MemSQL Ops UI will be accessed. The protocol + domain/ip + port must all be specified. For example, http[s]://HOST:PORT This should be configured |