-
Are sessions opened by ssm-agent suppose to be getting logged in journald? I would expect to see those under control-container logs, but they don't show up. bash-5.1# journalctl -u host-containers@control.service
-- No entries -- |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for reaching out, @hi-artem! They are not logged on the host side today. You can see the sessions by querying Systems Manager itself either through the web console or CLI (using |
Beta Was this translation helpful? Give feedback.
-
Is this still the case? Are SSM logs stored anywhere on the host? (where a centralized log system might be able to scrape them?) or do we have to rely on cloudwatch/s3? |
Beta Was this translation helpful? Give feedback.
Thanks for reaching out, @hi-artem! They are not logged on the host side today. You can see the sessions by querying Systems Manager itself either through the web console or CLI (using
aws ssm describe-sessions --state History
). You can also configure Systems Manager to log sessions to CloudWatch or S3. If you'd still like to see this on the host itself, please let us know and we can create a feature request for you.