Redis Commands for Palo Alto Networks logs
For Palo Alto Networks logs, use the following setup commands for a local Redis.
Setup Redis
Run the systemctl setup command for
ciphercloud-node-logagent-redis [root@localhost ~]# cd /opt/ciphercloud/node-server/bin/log-agent [root@localhost log-agent]# ./logagent-redis-systemctl-setup.sh
Run the following commands to start, restart, stop, and display status for
ciphercloud-node-logagent-redis.
Start Redis
[root@localhost log-agent]#
systemctl start ciphercloud-node-logagent-redis
Restart Redis
[root@localhost log-agent]#
systemctl restart ciphercloud-node-logagent-redis
Stop Redis
[root@localhost log-agent]#
systemctl stop ciphercloud-node-logagent-redis
Display Redis Status
[root@localhost log-agent]#
systemctl status ciphercloud-node-logagent-redis