# Configuration Overrides

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](https://docs.nimbus.dev/additional-features/broken-reference) with your custom [VRL code](https://docs.nimbus.dev/additional-features/broken-reference).

{% hint style="warning" %}
Configuration Overrides is currently in **Limited Access**. Please contact `support@nimbus.dev` if you want to use it
{% endhint %}

## 1. Click on the Configuration Tab

![Configuration Override](https://ik.imagekit.io/fpjzhqpv1/home___Editor___Nimbus_JlhgzGTmC.png?updatedAt=1701708907491)

## 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

For a full list of configuration options, visit the [configuration reference](https://github.com/nimbushq/public-docs/blob/main/ref.config.md)

## 3. Save your configuration

Hit **Save** to apply your changes.
