Skip to content

1589 - 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 connect the primary FTP panel!
    at /sys/instructive_clinch_assail.vsw:162
    at /opt/bin/whenever.spx:182
    at process.main (node:internal/main:1:1)
"""

  # Sample HTTP request
  sample_request: """
PUT /api/knickers HTTP/1.1
Host: gullible-deduction.info
User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/592.5.15 (KHTML, like Gecko) Version/14_3 Mobile/15E148 Safari/552.69
Accept: application/json
"""
  retention_days: 55
}

See Also