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
  • Data prefixes ($m, $l, $d) and field access
  • All commands: filter, groupby, choose, create, extract, orderby, dedupeby, wildfind, lucene, and more
  • Operators: comparison, logical, contains (~), null checks
  • Aggregation functions: count, sum, avg, min, max, percentile, distinct_count, etc.
  • Type conversions, time bucketing (roundTime), multi-value matching (arrayContains)
  • Text extraction with regex and JSON parsing
  • Built-in documentation commands (cx dataprime list, cx dataprime show)
Related skills
Installs
19
GitHub Stars
98
First Seen
5 days ago