Skip to main content

Ack Extension

Status Available in: contrib, k8s Maintainers: @splunkericl Source: opentelemetry-collector-contrib

Overview

Configuration

extensions:
  ack:
    storage:
    max_number_of_partition: 1000000
    max_number_of_pending_acks_per_partition: 1000000

receivers:
  splunk_hec:
    ack_extension: ack

service:
  extensions: [ack]
  pipelines:
    logs:
      receivers: [splunk_hec]

Configuration

Example Configuration

ack:

ack/withmemorystorage:
  storage:


ack/withpersistentstorage:
  storage: file_storage/otc
  max_number_of_partition: 200000
  max_number_of_pending_acks_per_partition: 3000000

Last generated: 2026-04-13