Configuration Encryption
Encrypt sensitive values in the Bindplane Collector configuration file
Last updated
Was this helpful?
Was this helpful?
sudo systemctl daemon-reload
sudo systemctl restart observiq-otel-collectorreg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\observiq-otel-collector" /v Environment /t REG_MULTI_SZ /d "OTEL_AES_CREDENTIAL_PROVIDER=<your key>" /fRestart-Service observiq-otel-collector<key>EnvironmentVariables</key>
<dict>
<key>OTEL_AES_CREDENTIAL_PROVIDER</key>
<string><your key></string>
<key>OIQ_OTEL_COLLECTOR_HOME</key>
<string>/opt/observiq-otel-collector/</string>
<key>OIQ_OTEL_COLLECTOR_STORAGE</key>
<string>/opt/observiq-otel-collector/storage</string>
</dict>sudo launchctl unload /Library/LaunchDaemons/com.observiq.collector.plist
sudo launchctl load /Library/LaunchDaemons/com.observiq.collector.plist