Forum Discussion
View on-premise log collector files
- Dec 03, 2020
I finally got the answer to this thru another channel so I'm posting it here in case someone else has that question in the future.
docker exec -it <container name> /bin/bash
This will open a console for you, from which you can go the directory where the logs are located:
cd /var/adallom/syslog/portNumber
Or
/var/adallom/syslog/rotated/portNumber
You can also check the status of the container:
docker exec ContainerName /etc/adallom/scripts/collector_status -p
I finally got the answer to this thru another channel so I'm posting it here in case someone else has that question in the future.
docker exec -it <container name> /bin/bash
This will open a console for you, from which you can go the directory where the logs are located:
cd /var/adallom/syslog/portNumber
Or
/var/adallom/syslog/rotated/portNumber
You can also check the status of the container:
docker exec ContainerName /etc/adallom/scripts/collector_status -p