Skip to main content
HealOps queries Coralogix using DataPrime to surface relevant logs during alert investigations — correlating log patterns with incidents and identifying root causes.

Prerequisites

  • Coralogix account with DataPrime query access
  • Logs API key

Setup

Option 1: Interactive CLI

Select Coralogix when prompted and provide your API key and endpoint.

Option 2: Environment variables

Add to your .env:

Option 3: Persistent store

Cluster endpoints

Creating an API key

  1. In Coralogix, go to Data FlowAPI Keys
  2. Click + New API Key
  3. Select Logs Query as the key type
  4. Copy the key

Verify

Expected output:

Troubleshooting

Security best practices

  • Use a read-only Logs Query key — avoid admin or send-data keys.
  • Store the API key in .env, not in source code.