Skip to content

1185 - Log Entries

Application log samples with raw multiline content. This is an example of a MAML document.

maml
{
  application: "ai"
  log_format: "structured"
  # Example stack trace
  sample_error: """
Error: indexing the monitor won't do anything, we need to connect the virtual SCSI system!
    at /usr/local/src/reschedule_shady.xml:378
    at /usr/local/src/obvious_below_monasticism.dot:220
    at process.main (node:internal/main:1:1)
"""

  # Sample HTTP request
  sample_request: """
POST /api/championship HTTP/1.1
Host: tidy-bookend.com
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_15_7) AppleWebKit/566.22.55 (KHTML, like Gecko) Chrome/95.3.16.19 Safari/595.2.13
Accept: application/json
"""
  retention_days: 84
}

See Also