tlog icon indicating copy to clipboard operation
tlog copied to clipboard

Terminal I/O logger

Results 109 tlog issues
Sort by recently updated
recently updated
newest added

The current documentation is not clear to me. Not going to use sssd, only to use `tlog-rec-session`. By default `/etc/tlog/tlog-rec-session.conf` uses `journal`. If switching to use `file`, then the whole...

By default, it seems `tlog` would not log user input in `in_txt` field, per default config for `/etc/tlog/tlog-rec-session.conf`. Thus user inputs would show up in `out_txt` field instead. We could...

``` curl -s 192.168.100.197:9200/dc-abj-srvabj03/_search | jq . | grep rec "rec": "ac7e22b2aa62483ca130f27660601a7c-208f8-55cec3", "rec": "ac7e22b2aa62483ca130f27660601a7c-208f8-55cec3", "rec": "ac7e22b2aa62483ca130f27660601a7c-208f8-55cec3", "rec": "ac7e22b2aa62483ca130f27660601a7c-208f8-55cec3", "rec": "ac7e22b2aa62483ca130f27660601a7c-208f8-55cec3", "rec": "ac7e22b2aa62483ca130f27660601a7c-208f8-55cec3", "rec": "ac7e22b2aa62483ca130f27660601a7c-208f8-55cec3", "rec": "ac7e22b2aa62483ca130f27660601a7c-208f8-55cec3", "rec": "ac7e22b2aa62483ca130f27660601a7c-208f8-55cec3", "rec": "ac7e22b2aa62483ca130f27660601a7c-208f8-55cec3",...

how to ensure security when tlog is integrated with elasticsearch? meaning we don't want anyone to be able to replay session logs stored inside elasticsearch, we don't want any host...

tlog not working when auditd is disabled, and there's no /proc/self/sessionid. How to ensure tlog would work when auditd is disabled? There's an existing issue here "https://github.com/Scribery/tlog/pull/264", where it suggested...

After getting a "master" cockpit server up, added some client computers using SSH public key connection. It took me a while to understand what was going on.... not sure how...

I have an environment composed of : 2 machines, each with tlog and rsyslog-client installed 1 remote machine as REK, with Rsyslog-Elastic-Kibana stack installed Sessions are transferred to the monitoring...

It seems tlog merges stderr and stdout output and dumps both on stdout instead. This breaks automated things as they expect the two channels to be distinct. One such case...

The library makes the false assumption that time_t is equivalent to long. To avoid the year 2038 problem Linux distributions like Debian and Ubuntu have moved to using 64-bit time_t...