# Events

An event is something that has happened in a system at a point in time. Events are discrete occurrences with precise temporal and numerical values. Through events, we can track crucial incidents, and detect potential problems associated with user requests. Because events are very time-sensitive, they include timestamps.

Events provide context for metric data, as we can use them to identify our application’s most critical points, gaining better visibility into user behaviors that affect performance or security. Examples of events include:

- User login attempts
- Alert notifications
- HTTP requests/responses

The Kloudfuse platform has an Events interface to explore and analyze events that capture changes to the target system.

## Agent Sources

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

- [Datadog Agent](https://docs.kloudfuse.com/platform/3.2.5/events/#datadog)
- [AWS Event Bridge](https://docs.kloudfuse.com/platform/3.2.5/events/#aws)
- [GitHub Events](https://docs.kloudfuse.com/platform/3.2.5/events/#github)

### 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`.

```yaml
  datadog:
    kubeStateMetricsCore:
      enabled: true
```

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 for Events](https://docs.kloudfuse.com/platform/3.2.5/agent-github/).

## Next steps

- [Events List](https://docs.kloudfuse.com/platform/3.2.5/events-list/)
- [Events Filters](https://docs.kloudfuse.com/platform/3.2.5/events-filters/)
- [Events Time Series](https://docs.kloudfuse.com/platform/3.2.5/events-time-series/)
- [Events Top List](https://docs.kloudfuse.com/platform/3.2.5/events-top-list/)
- [Events Table](https://docs.kloudfuse.com/platform/3.2.5/events-table/)
- [Events Pie Chart](https://docs.kloudfuse.com/platform/3.2.5/events-pie-chart/)
- [Events Analytics](https://docs.kloudfuse.com/platform/3.2.5/events-analytics/)
