Extra values file reference
List of all the properties you can set in the
analytics-extra-values.yaml
.
Field | Type | Description | Comments |
---|---|---|---|
|
String | Filter configuration for external offload. | See Offload to third-party systems. |
|
Boolean | Enables analytics offload feature. | See Offload to third-party systems. |
|
String | Output configuration for external offload. | See Offload to third-party systems. |
|
String | The name of the secret that has the password to access the certificate keystore. | See Offload to third-party systems. |
|
String | The name of the secret that contains the certificates used for connecting to the offload target. | See Offload to third-party systems. |
|
String | Filter to modify API event data that is stored internally (not offloaded). | See Customizing data with ingestion filters. |
|
Boolean | Include the client_geoip and gateway_geoip fields in your
API event records. Default is true . |
Applies to both locally stored and offloaded data. |
|
Object | Persistent queue settings. Default is persisted . |
Set to memory if you want to disable the persistent queue. See Logstash persistent queue. |
|
String | Storage size for your persistent queue. Default is 50Gi. | Do not change this value. See Logstash persistent queue. |
|
String | Storage class name for your persistent storage. Must be set to local-storage. | See Logstash persistent queue. |
|
4 <= integer <= 128 | Number of pipeline workers. | See Performance tuning with ingestion pipeline properties. |
|
10 <= integer <= 10000 | Batch size of a pipeline worker. | See Performance tuning with ingestion pipeline properties. |
|
10 <= integer <= 5000 | Batch delay of a pipeline worker. | See Performance tuning with ingestion pipeline properties. |
|
Boolean | Whether to automatically reload the pipeline on configuration changes. | See Performance tuning with ingestion pipeline properties. |
|
Boolean | Whether to allow unsafe shutdown of the pipeline. | See Performance tuning with ingestion pipeline properties. |
|
Boolean | Set false to disable internal storage. | See Disable local storage. |