Skip to content

observeinc/shared-content-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Shared Observe Content Repo

This repo contains various modules that can be reused within individual customer terraform repos.

ingest-monitoring

Resources Provided:

  • (Resource Dataset): System/custom/Datastream
  • (Resource Dataset): System/custom/Datastream Tokens
  • (Metrics Dataset): System/custom/Ingest Metrics
  • (Monitor w/ Email): System/custom/Excessive Ingest Alert
  • (Dashboard): System/custom/Ingest by Token

Usage:

module "ingest-monitoring" {
  # Must use HTTPS notation
  source    = "github.com/observeinc/shared-content-modules//modules/ingest-monitoring"
  workspace = data.observe_workspace.default
  ingest_alert_recipients = [
    "[email protected]",
    "[email protected]"
  ]
}

microsoft-windows-dashboards

Usage:

If using the dashboards with Add Data / Host Explorer dataset:

cd microsoft-windows-dashboards
cp datasets-for-host-explorer/datasets.tf .
terraform init
terraform plan
terraform apply

If using the dashboards with Observe/Otel agents / Host Monitoring dataset:

cd microsoft-windows-dashboards
cp datasets-for-otel/datasets.tf .
terraform init
terraform plan
terraform apply

About

Some terraform to help template an ingest monitor and dashboard with the related datasets needed.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages