Heroku Logs
Panther supports receiving Heroku logs directly via webhook
Last updated
Was this helpful?
Was this helpful?
schema: Heroku.Runtime
parser:
fastmatch:
match:
- '%{message_len} <%{priority}>%{version} %{timestamp} %{host_name} %{app_name} %{process_id} %{message_id} %{message}'
emptyValues:
- '-'
description: Logging output from the application itself, including logs generated by your app's code and dependencies, as well as system and API logs.
referenceURL: https://devcenter.heroku.com/articles/logging#runtime-logs
fields:
- name: message_len
type: int
- name: priority
type: int
- name: version
type: string
- name: timestamp
type: timestamp
timeFormats:
- rfc3339
isEventTime: true
- name: host_name
type: string
indicators:
- hostname
- name: app_name
type: string
- name: process_id
type: string
- name: message_id
type: string
- name: message
type: string