インストール後、liagent.ini ファイルには、VMware Aria Operations for Logs Linux Agent 用の事前構成されたデフォルト設定が格納されます。

VMware Aria Operations for LogsLinux Agent の liagent.ini のデフォルト構成

名前および値に ASCII 以外の文字を使用する場合は、構成を UTF-8 で保存します。

一元的な構成を使用している場合は、最終構成として、このファイルがサーバの設定と組み合わされて liagent-effective.ini ファイルが生成されます。

この設定は、サーバのエージェント ページから構成するとより効率的な場合があります。

[server]
; Hostname or IP address of your Log Insight server / cluster load balancer. Default:
;hostname=LOGINSIGHT

;Enables or deactivates centralized configuration from the vRealize Log Insight server. 
;When enabled, agent configuration changes made to the liagent.ini file on the server
;are joined with the settings in this file. to this agent. Accepted values are yes or no and  0 or 1. 
;The default is yes.
;
;central_config=yes
;
;
; Protocol can be cfapi (Log Insight REST API), syslog. Default:
;proto=cfapi

; Log Insight server port to connect to. Default ports for protocols (all TCP):
; syslog: 514; syslog with ssl: 6514; cfapi: 9000; cfapi with ssl: 9543. Default:
;port=9543

; SSL usage. Default:
;ssl=yes 
; Example of configuration with trusted CA:
;ssl=yes
;ssl_ca_path=/etc/pki/tls/certs/ca.pem

; Time in minutes to force reconnection to the server.
; This option mitigates imbalances caused by long-lived TCP connections. Default:
;reconnect=30

; FIPS mode.
; Possible values are 1 or 0. If omitted the default value is 1.
; ssl_fips_mode=1

[logging]
; Logging verbosity: 0 (no debug messages), 1 (essentials), 2 (verbose with more impact on performance).
; This option should always be 0 under normal operating conditions. Default:
;debug_level=0

[storage]
; Max local storage usage limit (data + logs) in MBs. Valid range: 100-2000 MB.
;max_disk_buffer=2000

; Uncomment the appropriate section to collect system logs
; The recommended way is to enable the Linux content pack from LI server
;[filelog|syslog]
;directory=/var/log
;include=messages;messages.?;syslog;syslog.?
パラメータ デフォルト値 説明
hostname LOGINSIGHT

VMware Aria Operations for Logs 仮想アプライアンスの IP アドレスまたはホスト名。

デフォルトは loginsight です。

central_config yes

このエージェントについて、一元化された構成を有効または無効にします。一元化された構成が無効になっている場合、エージェントは VMware Aria Operations for Logs サーバが提供する構成を無視します。許容値は yesno1、または 0 です。デフォルト値は yes です。

proto cfapi

エージェントが、ログ イベントを VMware Aria Operations for Logs サーバに送信するために使用するプロトコル。設定可能な値は cfapiおよび syslog です。

デフォルトは cfapi です。

port 9543、9000、6514、および 514 エージェントが、イベントをVMware Aria Operations for Logsサーバに送信するために使用する通信ポート。デフォルトの値は、SSL が有効にされた cfapi の場合は 9543、SSL が無効にされた cfapi の場合は 9000、SSL が有効にされた Syslog の場合は 6514、SSL が無効にされた Syslog の場合は 514 です。
ssl yes SSL を有効または無効にします。デフォルト値は yes です。

sslを yes に設定すると、ポートの値を設定していない場合、自動的に 9543 ポートが割り当てられます。

max_disk_buffer 200 VMware Aria Operations for Logs Linux Agentがイベントとそのログをバッファに格納するために使用する MB 単位での最大ディスク容量です。

指定された max_disk_bufferに達すると、エージェントは新たに受信したイベントのドロップを開始します。

debug_level 0 ログの詳細レベルを定義します。VMware Aria Operations for Logs Agents のログの詳細レベルの定義を参照してください。
ssl_fips_mode 1 liagent.ini ファイルを使用して、VMware Aria Operations for Logs Linux Agent の FIPS モードを有効または無効にします。許容値は 1 と 0 です。