> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mezmo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mezmo Log Ingestion Methods

> Compare ways to send logs to Mezmo, including the Mezmo Agent, client-side logger, platform integrations, code libraries, and the REST API.

**Ingestion** refers to the process of formatting and uploading log data from external sources like hosts, applications, and cloud-based logging services. In the process of ingesting log data, Mezmo also parses the information in the log lines following  [automatic](/docs/log-parsing)  and [custom rules](/docs/parse-logs-with-custom-templates) to make it available for searching, and for use in data analysis.

## Mezmo Ingestion Methods

Mezmo provides several methods for ingesting log data.

#### Mezmo Agent

You can install [the Mezmo Logging Agent](/docs/introducing-the-agent)  directly on the host where your logs are generated, and it will maintain a persistent, HTTPS-encrypted connection to the Mezmo ingestion servers. You can deploy the Mezmo Agent on Linux, Windows, macOS, Kubernetes, and OpenShift systems.

#### Mezmo Client-Side Logger

Built on the Mezmo Node.js library, the [Mezmo client-side logger](/docs/client-side-logging) sends logs from your client-side JavaScript applications to Mezmo's ingestion servers.

#### Platform Integrations

Mezmo has developed [integrations](/docs/ingestion-integrations) to send logs directly from several popular logging platforms, including Akamai Cloud Monitor, AWS CloudWatch, Docker, Heroku, and varieties of Syslog.

#### Code Libraries

There are both Mezmo supported and community [Code Libraries](/docs/code-libraries)  available for sending logs directly from applications built in Go, Python, Ruby, Rust, Android, and iOS.

#### REST API

You can use the [Mezmo API](/docs/api-referencesk9h) to send log lines to Mezmo, as well as programmatically manage starting and stopping ingestion.

## Troubleshooting and Tips

For tips and troubleshooting information for the Mezmo Agent and other ingestion methods, check out the [Mezmo Log Analysis Support Knowledge Base](https://supportkb.mezmo.com).
