Clete
  • Getting Started
    • Quickstart
  • Setup
    • User Auth
    • Organisation setup
    • Service Context setup
    • Log Monitoring Platforms
      • Heroku
      • Cloudwatch
      • Elasticsearch
  • Service Contexts
    • Context Viewer
  • Observability Machine
    • VM Provisioning
    • VM Specifications
  • Clete Binary
    • Initialization
    • Processor
    • Streamer
    • Credentials
  • Reporting
    • E-mail Alerts
Powered by GitBook
On this page
  1. Setup
  2. Log Monitoring Platforms

Elasticsearch

For Clete to properly capture logs from Heroku, it needs 5 key inputs

  • API Key

  • Log endpoint (collected during your service configuration)

  • service name

  • message field

{
  "LOGS.endpoint": "https://cloudwatch-test-ecs-logs-cluster.es.us-east-1.aws.found.io/filebeat-*",
  "LOGS.match_query": "{\n  \"service-name\": \"elastic-server\"\n}",
  "LOGS.message_field": "message"
}

PreviousCloudwatchNextContext Viewer

Last updated 4 months ago