> For the complete documentation index, see [llms.txt](https://wiki.datadike.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.datadike.com/product-guide/configuracoes/pam/audit/auditoria-de-sessoes/registro-das-sessoes.md).

# Registro das sessões

Registro de todas as sessões realizadas nos ativos do PAM. Permite visualizar sessões ativas em tempo real e acessar o histórico completo de sessões finalizadas, com suporte a reprodução em vídeo.

### Abas Disponíveis

Sessão Online: exibe as sessões atualmente ativas no sistema.

Sessões Históricas: exibe todas as sessões finalizadas, com opções de reprodução (replay) e download da gravação.

### Colunas da Tabela

Número: identificador único da sessão. Usuário: usuário que realizou a sessão. Objetivo: ativo acessado (nome e endereço IP). Conta: credencial utilizada para o acesso. Protocolo: protocolo da sessão (SSH, RDP, SFTP, HTTP, etc.). Data de início: data e hora de início da sessão. Operação: ações disponíveis (Reprodução para assistir a gravação, Baixar para fazer download).

### Filtros de Pesquisa

A pesquisa pode ser feita por: Usuário, Ativos, ID do usuário, ID do Ativo, Conta, Protocolo, Origem do login, Endereço remoto e Terminal. Também é possível filtrar por período (data de início e data de término).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.datadike.com/product-guide/configuracoes/pam/audit/auditoria-de-sessoes/registro-das-sessoes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
