LogoLogo
  • Overview
    • Introduction
    • Getting Started
    • Nimbus Hub
    • Log Optimization
      • Reduce Optimizations
      • Lint Optimizations
    • Working with NTL
      • Working with Transforms
    • Working with Aggregated Logs
    • Examples
    • Concepts
    • FAQ
    • Architecture
  • Additional Features
    • Configuration Overrides
    • Pause All
    • Error Detection
    • Private Link
  • Integrations
    • Datadog
      • AWS Lambda Extension
      • AWS Lambda Forwarder
      • DD Agent
      • DD Log Forwarding Destination
      • Heroku
      • Journald
      • OpenTelemetry
  • Resources
    • Nimbus Attributes
    • Changelog
    • SLA
    • Bug Bounty
    • Support
  • Preview Features
    • Metric Optimization
    • Datadog CLI
Powered by GitBook
On this page
  • Lossless Aggregation
  • Log Body
  • Top Level Keys
  • Vector Remap Language (VRL)

Was this helpful?

Export as PDF
  1. Overview

Concepts

Lossless Aggregation

A method of aggregating observability data that preserves 100% the fidelity of the original data.

Log Body

The body of the log entry. This value is displayed when browsing the log and usually indexed for full text search.

For JSON logs, the log body is usually represented by the value of the message key.

Top Level Keys

Top level keys are the first level of keys in a json logs.

For example, take the following log:

{
    "top": 1,
    "nested": {
        "inner": 2
    },
    "bottom": 3
}

In this case, top, nested, and bottom, would be top level keys

Vector Remap Language (VRL)

Last updated 1 year ago

Was this helpful?

is a domain-specific language developed by for modifying your observability data.

Vector Remap Language
Vector