Extra values file reference

List of all the properties you can set in the analytics-extra-values.yaml.

Table 1. Fields that you can set in the analytics-extra-values file
Field Type Description Comments
external:
  offload:
    filter
String Filter configuration for external offload. See Offload to third-party systems.
external:
  offload:
    enabled
Boolean Enables analytics offload feature. See Offload to third-party systems.
external:
  offload:
    output
String Output configuration for external offload. See Offload to third-party systems.
external:
  offload:
    passwordSecretName
String The name of the secret that has the password to access the certificate keystore. See Offload to third-party systems.
external:
  offload:
    secretName
String The name of the secret that contains the certificates used for connecting to the offload target. See Offload to third-party systems.
ingestion:
  filter
String Filter to modify API event data that is stored internally (not offloaded). See Customizing data with ingestion filters.
ingestion:
  geoIPEnabled
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.
ingestion:
  queue:
    type
Object Persistent queue settings. Default is persisted. Set to memory if you want to disable the persistent queue. See Logstash persistent queue.
ingestion:
  queue:
    volumeClaimTemplate:
      volumeSize
String Storage size for your persistent queue. Default is 50Gi. Do not change this value. See Logstash persistent queue.
ingestion:
  queue:
    volumeClaimTemplate:
      storageClassName
String Storage class name for your persistent storage. Must be set to local-storage. See Logstash persistent queue.
ingestion:
  pipelineWorkers
4 <= integer <= 128 Number of pipeline workers. See Performance tuning with ingestion pipeline properties.
ingestion:
  pipelineBatchSize
10 <= integer <= 10000 Batch size of a pipeline worker. See Performance tuning with ingestion pipeline properties.
ingestion:
  pipelingBatchDelay
10 <= integer <= 5000 Batch delay of a pipeline worker. See Performance tuning with ingestion pipeline properties.
ingestion:
  configReloadAutomatic
Boolean Whether to automatically reload the pipeline on configuration changes. See Performance tuning with ingestion pipeline properties.
ingestion:
  pipelineUnsafeShutdown
Boolean Whether to allow unsafe shutdown of the pipeline. See Performance tuning with ingestion pipeline properties.
storage:
  enabled
Boolean Set false to disable internal storage. See Disable local storage.