Skip to content

Instantly share code, notes, and snippets.

View vindimy's full-sized avatar

Dmitry V vindimy

View GitHub Profile
@vindimy
vindimy / filebeat-cloudtrail-s3-elasticsearch.json
Created May 12, 2021 16:39
Cloudformation file that sets up Filebeat/Cloudtrail Elasticsearch forwarding (Cloudtrail writes to S3 bucket)
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Elastic SIEM - Filebeat ingestion of Cloudtrail logs from S3",
"Parameters": {
"KeyPair": {
"Type": "AWS::EC2::KeyPair::KeyName",
"Default": "",
"Description": "Name of an existing EC2 KeyPair to enable SSH access"
},