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

# Send Unstructured Logs to Honeycomb

> Explore available methods to send unstructured logs to Honeycomb.

Generally, unstructured logs contain data that is not organized according to a pre-defined data model. Because unstructured data is not easily sortable, it is more challenging to analyze and process.

Honeycomb receives unstructured logs as events with a verbose `message` attribute.
All unstructured log data is contained within this single attribute.

You can send unstructured logs to Honeycomb in a few ways.

<Card title="OpenTelemetry" href="/send-data/logs/opentelemetry/">
  Use OpenTelemetry to send your unstructured logs to Honeycomb.
</Card>

<Card title="Honeytail + Custom Regex" href="/send-data/logs/unstructured/honeytail-regex/">
  Use custom regular expressions and Honeytail, our lightweight tool that tails existing log files, parses the content, and sends it to Honeycomb.
</Card>
