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
  • nimdata
  • nimkind
  • nimsize
  • nimmatch

Was this helpful?

Export as PDF
  1. Resources

Nimbus Attributes

Nimbus adds custom attributes to logs that it processes

nimdata

  • type: list

Contains the raw values of reduced logs

nimkind

  • type: enum

  • values:

    • opt: processed by a nimbus transform

    • noopt: not processed by nimbus transform

    • error: detected as an error by nimbus

nimsize

  • optional (only present if logs have been reduced)

  • type: int

Number of items in data field

nimmatch

  • optional (only present if logs match a transform)

Name of the transform that has processed the log

Last updated 1 year ago

Was this helpful?