If you enter secret identifiers and then choose to use environment variables, the environment variable is the identifier entered and prepended with DD_OP_. For example, if you entered PASSWORD_1 for a password identifier, the environment variable for that password is DD_OP_PASSWORD_1.
オプション設定
TLSを有効にする
Toggle the switch to Enable TLS.
If you are using Secrets Management, enter the identifier for the key pass. See Secret defaults for the default used if the field is left blank.
Enter the following certificate and key files:
Server Certificate Path: The path to the certificate file that has been signed by your Certificate Authority (CA) root file in DER, PEM, or CRT (X.509).
(Optional) CA Certificate Path: The path to the certificate file that is your Certificate Authority (CA) root file in DER, PEM, or CRT (X.509).
(Optional) Private Key Path: The path to the .key private key file that belongs to your Server Certificate Path in DER, PEM, or CRT (PKCS #8) format.
Notes:
The configuration data directory /var/lib/observability-pipelines-worker/config/ is automatically appended to the file paths. See Advanced Worker Configurations for more information.
The file must be readable by the observability-pipelines-worker group and user.
バッファリング
Toggle the switch to enable Buffering Options. Enable a configurable buffer on your destination to ensure intermittent latency or an outage at the destination doesn’t create immediate backpressure, and allow events to continue to be ingested from your source. Disk buffers can also increase pipeline durability by writing data to disk, ensuring buffered data persists through a Worker restart. See Destination buffers for more information.
If left unconfigured, your destination uses a memory buffer with a capacity of 500 events.
To configure a buffer on your destination:
Select the buffer type you want to set (Memory or Disk).
Enter the buffer size and select the unit.
Maximum memory buffer size is 128 GB.
Maximum disk buffer size is 5 TB.
Note: For Worker versions 2.20.x and older, the maximum disk buffer size is 500 GB.
In the Behavior on full buffer dropdown menu, select whether you want to block events or drop new events when the buffer is full.