How does it work?
Logstag agent continuously collects performance metrics from your database using read-only queries. This data is securely transmitted to our cloud platform where our proprietary AI core analyzes it, monitors for anomalies, and generates alerts. You can then view dashboards and recommendations through our web interface to optimize your database performance.
Which databases are supported?
Logstag supports PostgreSQL, Microsoft SQL Server, Oracle, and MongoDB on-premises and cloud installations. We also support cloud-based databases like AWS RDS, Google Cloud SQL, and Azure SQL Database.
What platforms can I install the agent on?
The agent runs on Linux (Ubuntu, Debian, RHEL, CentOS, Amazon Linux, Fedora) and Windows Server across on-premises and cloud environments including AWS, Google Cloud, and Microsoft Azure. We provide native packages (.deb, .rpm) for Linux and MSI installers for Windows, supporting x86_64 and ARM64 architectures.
How quickly can I set up monitoring?
Installation typically takes 5-10 minutes. Once the agent is installed and configured with your database credentials, you can start monitoring your databases.
How much system resources does the agent consume?
The agent is built with Rust for optimal efficiency, typically using less than 20MB of memory and minimal CPU resources under load. Network usage is optimized through data compression and batching.
Does the agent require internet connectivity?
Yes, the agent needs outbound HTTPS connectivity to transmit monitoring data to the Logstag service. No inbound connections to your infrastructure are required.
Can I monitor multiple databases with one agent?
Yes, a single agent installation can monitor multiple databases on the same server.
What database privileges does the agent require?
The agent requires minimal read-only permissions to system views and metadata. No administrative or write permissions are required, ensuring your database security remains intact.
How is my data transmitted securely?
All data is transmitted over HTTPS with API key authentication. Your API key is encrypted and stored securely on your system using industry-standard encryption methods.
What data does the agent collect?
The agent collects only database performance metrics, system statistics, and metadata. We never access or store your actual business data, table contents, or query results.
Can the agent modify my database?
No, the agent operates in strict read-only mode and cannot modify your database structure, data, or configuration. It only reads performance statistics and system metadata.
What is the performance impact on my database?
The agent has minimal impact on database performance, typically using less than 0.1% of database resources. It uses efficient read-only queries on system metadata views with intelligent monitoring intervals that balance real-time visibility with resource conservation.
What monitoring intervals are available?
The agent uses three intelligent monitoring frequencies optimized for different data types: High frequency (default 10 seconds) for active sessions and critical metrics that require immediate attention, Medium frequency (default 1 minute) for query performance and replication monitoring, and Low frequency (default 10 minutes) for schema and configuration data that changes less frequently.