Matano is an open supply safety lake platform for AWS. It permits you to ingest petabytes of safety and log information from varied sources, retailer and question them in an open Apache Iceberg information lake, and create Python detections as code for realtime alerting. Matano is absolutely serverless and designed particularly for AWS and focuses on enabling excessive scale, low value, and zero-ops. Matano deploys absolutely into your AWS account.
Options
Acquire information from all of your sources
Matano permits you to accumulate log information from sources utilizing S3 or SQS based mostly ingestion.
Ingest, remodel, normalize log information
Matano normalizes and transforms your information utilizing Vector Remap Language (VRL). Matano works with the Elastic Widespread Schema (ECS) by default and you’ll outline your individual schema.
Retailer information in S3 object storage
Log information is all the time saved in S3 object storage, for value efficient, long run, sturdy storage.
Apache Iceberg Knowledge lake
All information is ingested into an Apache Iceberg based mostly information lake, permitting you to carry out ACID transactions, time journey, and extra on all of your log information. Apache Iceberg is an open desk format, so that you all the time personal your individual information, with no vendor lock-in.
Serverless
Matano is a totally serverless platform, designed for zero-ops and limitless elastic horizontal scaling.
Detections as code
Write Python detections to implement realtime alerting in your log information.
Putting in
View the whole set up directions.
You’ll be able to set up the matano CLI to deploy Matano into your AWS account, and handle your Matano deployment.
Necessities
Set up
Matano offers a nightly launch with the most recent prebuilt recordsdata to put in the Matano CLI on GitHub. You’ll be able to obtain and execute these recordsdata to put in Matano.
For instance, to put in the Matano CLI for Linux, run:
curl -OL https://github.com/matanolabs/matano/releases/obtain/nightly/matano-linux-x64.sh
chmod +x matano-linux-x64.sh
sudo ./matano-linux-x64.sh
Getting began
Learn the whole docs on getting began.
Deployment
To get began with Matano, run the matano init
command. Be sure you have AWS credentials in your atmosphere (or in an AWS CLI profile).
The interactive CLI wizard will stroll you thru getting began by producing an preliminary Matano listing for you, initializing your AWS account, and deploying Matano into your AWS account.
Preliminary deployment takes a couple of minutes.
Documentation
License