Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

diagonalsystems/elk-siem-cdk

Repository files navigation

elk-siem-cdk

Deploy a SIEM based on the ELK Stack on AWS using the CDK.

Grocery List

  • Restrict access to Kibana (via Pomerium)
  • Schedule Kibana uptime (save $)
  • Ingest logs in Logstash via Kinesis Stream

Installation

$ npm install --save elk-siem-cdk 

Usage

import { App } from '@aws-cdk/core';
import createElkSiem from 'elk-siem-cdk';

const app = new App();

createElkSiem(app, {

})

app.synth();

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published