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:

Installs
19
GitHub Stars
106
First Seen
May 4, 2026
cx-dataprime — coralogix/cx-cli