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

# Log-Formatierung

## Nachrichtenformatierung

<Warning>
  🔐 Senden Sie keine <strong>personenbezogenen Daten (Personal Identifiable Information, PII)</strong> an AppSignal. Filtern Sie PII (z. B. Namen, E-Mail-Adressen) aus Logs und verwenden Sie stattdessen eine ID, einen Hash oder einen pseudonymisierten Bezeichner. <br /> <br /> Für **HIPAA-pflichtige Stellen** finden Sie weitere Informationen zum Abschluss eines Business Associate Agreement (BAA) in unserer [Business Add-Ons-Dokumentation](/support/business-add-ons).
</Warning>

### Unterstützte Log-Formate

* [Plaintext](/logging/formatting#plaintext)
* [Logfmt](/logging/formatting/logfmt)
* [JSON](/logging/formatting/json)

Wie Sie Ihre Logs formatieren können, hängt davon ab, welche Konfiguration Sie für Logging verwenden. Die folgende Tabelle zeigt die aktuell verfügbaren Konfigurationen und die von ihnen unterstützten Log-Formate

| Plattform                                                                         | [JSON][json-docs]                     | [Logfmt][logfmt-docs]                 | [Plaintext](#plaintext)               |
| --------------------------------------------------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
| [AWS CloudWatch logs through Amazon Data Firehose](/logging/platforms/cloudwatch) | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> |
| [Clever Cloud](/logging/platforms/clevercloud)                                    | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> |
| [Gigalixir Log Drain](/logging/platforms/gigalixir)                               | <Icon icon="xmark" color="#ef4444" /> | <Icon icon="xmark" color="#ef4444" /> | <Icon icon="check" color="#22c55e" /> |
| [Heroku Log Drain](/logging/platforms/heroku)                                     | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> |
| [HTTP](/logging/endpoints/http)                                                   | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> |
| [Netlify](/logging/platforms/netlify)                                             | <Icon icon="xmark" color="#ef4444" /> | <Icon icon="xmark" color="#ef4444" /> | <Icon icon="check" color="#22c55e" /> |
| [Render](/logging/platforms/render)                                               | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> |
| [Scalingo](/logging/platforms/scalingo)                                           | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> |
| [Syslog](/logging/endpoints/syslog)                                               | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> | <Icon icon="check" color="#22c55e" /> |

## Endpunkt mit festem Format

Wir haben einen speziellen Endpunkt/Quelle, nämlich den `http-json`-Endpunkt. Dieser Endpunkt ist für Kunden gedacht, die ihre eigene Log-Weiterleitungslösung oder Log-Implementierung umsetzen.
Dieser Endpunkt erwartet ein bestimmtes NDJSON-Format und ignoriert stillschweigend alle Nachrichten, die diesem Format nicht entsprechen.

### Attribute

Wenn Sie [Logfmt][logfmt-docs] oder [JSON][json-docs] als Ihr Log-Format verwenden, können Sie Ihren Logs durchsuchbare Attribute hinzufügen. Attribute können einen der folgenden Typen haben:

* string
* integer (z. B. `10`)
* double (z. B. `10.01`)
* boolean (`true`/`false`)

### Plaintext

Wenn Sie Plaintext als Ihr Log-Format angeben, wird die Log-Zeile unverändert als Nachricht verwendet, und AppSignal parst keine Attribute aus der Log-Zeile. Wenn Sie durchsuchbare Attribute in den Logs Ihrer Anwendung haben möchten, empfehlen wir, Ihre Logs in [Logfmt][logfmt-docs] oder [JSON][json-docs] zu formatieren.

[json-docs]: /logging/formatting/json.html#json

[logfmt-docs]: /logging/formatting/logfmt.html

[syslog-info]: https://www.rsyslog.com/doc/master/configuration/modules/pmrfc5424.html
