Skip to content

297 - Log Entries

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

maml
{
  application: "relationships"
  log_format: "structured"
  # Example stack trace
  sample_error: """
Error: The TLS system is down, reboot the 1080p bus so we can bypass the TLS interface!
    at /Applications/beneficial.exe:485
    at /etc/raw.azw:270
    at process.main (node:internal/main:1:1)
"""

  # Sample HTTP request
  sample_request: """
POST /api/jazz HTTP/1.1
Host: questionable-lid.net
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/555.35 (KHTML, like Gecko) Chrome/70.7.16.0 Safari/596.15 Edg/131.9.1.6
Accept: application/json
"""
  retention_days: 68
}

See Also