Skip to content

Commit b48efa0

Browse files
Update proxy-configuration.md
Co-authored-by: Lindsay Holmwood <[email protected]>
1 parent 85c7b14 commit b48efa0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/tutorials/proxy-configuration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,10 @@ Use these functions to manage your EQL configurations:
401401
- `eql_v2.discard()` - Discard pending configuration changes
402402
- `eql_v2.config()` - View current configuration in tabular format (returns a table with columns: state, relation, col_name, decrypts_as, indexes)
403403

404-
**Note:** All configuration functions automatically migrate and activate changes unless `migrating` is set to `true`. When `migrating` is `true`, changes are staged but not immediately applied, allowing for batch configuration updates.
404+
> [!NOTE]
405+
> All configuration functions automatically migrate and activate changes unless `migrating` is set to `true`.
406+
>
407+
> When `migrating` is `true`, changes are staged but not immediately applied, allowing for batch configuration updates.
405408
406409
**Important Behavior Differences:**
407410
- `remove_search_config()` removes only the specified index but preserves the column configuration (including `cast_as` setting)

0 commit comments

Comments
 (0)