openstack syslog
Hi All, I need to get the syslog of the instances created by openstack. I am able to get console log but I need the syslog of the instance. Could you please help me?
First time here? Check out the FAQ!
Hi All, I need to get the syslog of the instances created by openstack. I am able to get console log but I need the syslog of the instance. Could you please help me?
Asked: 2015-10-13 02:09:47 -0500
Seen: 69 times
Last updated: Oct 13 '15
There is no API to copy files from instances. You could find out where the instance's image is located, then use a hypervisor-specific tool like virt-copy-out to get the syslog, or use ssh or scp.