Skip to content

483 - Log Entries

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

maml
{
  application: "supply-chains"
  log_format: "structured"
  # Example stack trace
  sample_error: """
Error: We need to synthesize the back-end CLI hard drive!
    at /opt/bin/underneath_firsthand_divert.svgz:435
    at /private/scar_pushy.m2v:329
    at process.main (node:internal/main:1:1)
"""

  # Sample HTTP request
  sample_request: """
PUT /api/airbus HTTP/1.1
Host: pretty-marketplace.info
User-Agent: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 10.0; Trident/4.0)
Accept: application/json
"""
  retention_days: 39
}

See Also