cx-dataprime

Installation
SKILL.md

DataPrime Query Language

Reference for the DataPrime query language used across Coralogix to search and analyze logs, spans, and other observability data. Covers syntax, commands, operators, and functions.

This skill is the language reference. To actually run queries against a specific data source, use the appropriate source-specific skill instead.

Quick Reference

A DataPrime query is a pipeline of commands separated by |:

filter $m.severity == ERROR | groupby $l.subsystemname aggregate count() as errors | orderby errors desc

Full Reference

See DataPrime Reference for the complete language documentation:

  • Query structure and pipeline syntax
Related skills
Installs
19
GitHub Stars
101
First Seen
9 days ago