Event Streams

Agent Sources

Kloudfuse is currently integrated to work with event streams from the following sources:

Datadog Agent

Kloudfuse supports all events collected by the Datadog agent, including Kubernetes and container events.

Kubernetes Events

If you install the Datadog agent using helm, be sure to enable the kubeStateMetricsCore.

  datadog:
    kubeStateMetricsCore:
      enabled: true
yaml

Alternatively, ensure that the DD_COLLECT_KUBERNETES_EVENTS environment variable is set to true.

AWS Event Bridge

Kloudfuse supports direct integration with AWS EventBridge. You can configure that events from AWS services, and other events sent to the EventBridge get forwarded to Kloudfuse.

GitHub Events

Kloudfuse ingests and uses GitHub events.

To configure the GitHub event stream in your environment, see GitHub Agent.