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
  • 1. Click on the Configuration Tab
  • 2. Edit a configuration
  • 3. Save your configuration

Was this helpful?

Export as PDF
  1. Additional Features

Configuration Overrides

Last updated 1 year ago

Was this helpful?

Nimbus is architected around observability pipeline best practices and usually requires no manual configuration. That said, we understand that real life systems are complex and more flexibility is needed.

To that end, configuration overrides let you override any part of the Nimbus pipeline with your custom VRL code.

Configuration Overrides is currently in Limited Access. Please contact support@nimbus.dev if you want to use it

1. Click on the Configuration Tab

Configuration Override

2. Edit a configuration

You can use any valid VRL to edit the configuration.

You can use the Override dropdown to change what part of the pipeline you wish to edit. The current options are:

  • nim/in/global_remap: controls ingress. all data will pass by this transform

  • nim/out/global_remap: controlls egress. all data that is sent upstream will pass by this transform

3. Save your configuration

Hit Save to apply your changes.

For a full list of configuration options, visit the

configuration reference