Logtail

Integration

Create a New Source

Create a new HTTP source to accept logs from Birch.

Copy the Source Token

Birch

Add the integration to your dashboard.

FieldValueRequired
NameA name to identify the drain
Source TokenThe source token used to authenticate

Log Format

{
  "timestamp": "2022-10-25T02:05:15+00:00",
  "level": 0,
  "source": {
    "uuid": "954257b7-1feb-4fd1-8cb8-a047a105ff26",
    "package_name": "com.gruffins.birch.app",
    "app_version": "1.0",
    "app_build_number": "1",
    "brand": "google",
    "manufacturer": "google",
    "model": "pixel 3a",
    "os": "Android",
    "identifier": "user_id",
    "custom_property__key": "value",
    "custom_property__key_1": "value 1"
  },
  "message": "hello"
}