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

Cloud security metrics collector\exporter

License

Notifications You must be signed in to change notification settings

bookingcom/cloudsec-metrics

Repository files navigation

Cloud Security metrics collector Build Status Go Report Card

Security-related metrics collector and exporter.

How to run

git clone [email protected]:bookingcom/cloudsec-metrics.git
cd cloudsec-metrics
# build a docker image with the application
docker-compose build metrics
docker-compose run metrics --help

Parameters

Command line Environment Default Description
prisma_api_url PRISMA_API_URL https://api.eu.prismacloud.io Prisma API key
prisma_api_key PRISMA_API_KEY Prisma API key
prisma_api_password PRISMA_API_PASSWORD Prisma API password
scc_org_id SCC_ORG_ID Google SCC numeric organisation ID
scc_sources_regex SCC_SOURCES_REGEX . Google SCC sources Display Name filter regexp
graphite_host GRAPHITE_HOST Graphite hostname
graphite_port GRAPHITE_PORT 2003 Graphite port
graphite_prefix GRAPHITE_PREFIX Global Graphite metrics prefix, applied to everything
compliance_prefix COMPLIANCE_PREFIX compliance. Graphite compliance metrics prefix
dbg DEBUG false debug mode

Overview

Collected metrics list:

Supported exporters list:

Acknowledgment

This software was originally developed at Booking.com. With approval from Booking.com, this software was released as Open Source, for which the authors would like to express their gratitude.