I am trying to add logs to Log-analyzer for analysis. Even my aerospike logs are at /var/log/aerospike/, it’s saying incorrect log file path.
Am using the below versions
aerospike-server-enterprise-5.1.0.5-1.el7.x86_64
aerospike-tools-3.29.0-1.el7.x86_64
Aerospike Log Analyzer Shell, version 0.5.4
Log-analyzer> add /var/log/aerospike
ERROR: Incorrect log file path '/var/log/aerospike' specified. Use add command to add log files.
Log-analyzer> add '/var/log/aerospike/'
ERROR: Incorrect log file path '/var/log/aerospike/' specified. Use add command to add log files.
Log-analyzer> add '/var/log/aerospike/aerospike.log'
ERROR: Incorrect log file path '/var/log/aerospike/aerospike.log' specified. Use add command to add log files.
Log-analyzer> add /var/log/aerospike/aerospike.log
ERROR: Incorrect log file path '/var/log/aerospike/aerospike.log' specified. Use add command to add log files.
The problem here is how we logged into the Log-analyzer
asadm --auth EXTERNAL_INSECURE -U -P -h -p -l
it straightaway logged into the Log-analyzer shell without asking for the password to enter to connect through the VIP. So it does not know what the underlying nodes are.
Can you please check why it is not asking for the password to enter.