You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** This function allows you to encrypt and decrypt data but does not enable searchable encryption. See [Searching data with EQL](#searching-data-with-eql) for enabling searchable encryption.
100
100
101
+
<!--
102
+
NOTE: NO LONGER REQUIRED
103
+
DOCUMENTATION CAN BE UPDATED WHEN/IF ZERO DOWNTIME SUPPORT IS ADDED TO PROXY
101
104
### Activating configuration
102
105
103
106
After modifying configurations, activate them by running:
@@ -106,6 +109,7 @@ After modifying configurations, activate them by running:
106
109
SELECT eql_v2.migrate_config();
107
110
SELECT eql_v2.activate_config();
108
111
```
112
+
-->
109
113
110
114
**Important:** These functions must be run after any modifications to the configuration.
0 commit comments