top of page

With Logverz, you are in control of your data all the way. It is not transfreered out from your AWS account. 

SECURE by design.

Logverz Architecure components - Logverz Architecture Diagram_edited.png

Our unique solution goes beyond traditional dedicated servers and key/index systems.
Its distributed system leverages AWS S3 for storage and lambda functions to collect and filter CSV or JSON data (such as web server logs or CloudTrail) and put matching data on the SQL database for further analysis.
The two-tier system combines the speed and flexibility of distributed computing to reduce large datasets with the maturity and ease of SQL-based solutions for in-depth data analysis.

Single-page web application

The client uses a single-page web application accessible to API gateway. Requests are authenticated via JSON web tokens and authorised by custom logic.

AWS S3

We use AWS S3 as a central data hub to support diverse applications. Our controller scans S3 and invokes lambdas to filter data and insert SQL, streamlining log collection across multiple sources.

DMZ

The data in SQL is retrieved via SQL proxy and sent by a “hardened” relay in DMZ.

​

This solution ensures minimal web exposure with internal access only.

Logverz AWS S3 Data Hub

AWS S3 is a reliable and cost-effective data storage solution that is commonly used in many environments due to data retention compliance requirements.

It doesn't matter which system you're using or where the data is originally located; as long as you transfer structured data in one of the supported formats to AWS S3, you can use Logverz.

Two-tier data processing

Logverz Architecure components - Web Logverz 2 tier processing (6)_edited.png

For additional data analysis, we can utilize databases such as Postgres, MySQL, or Microsoft SQL.

These widely used engines provide existing knowledge and decades of performance optimization.

bottom of page