Log Patterns show you the shapes of log actually arriving in your project. Before you can parse a log source you need to know what you are receiving, and in what form — pattern detection answers that without anyone having to go and look at raw events.
Once a pattern is identified, you can build a log parser for it directly, or check whether a parser template already covers it.
Log Patterns represent automated detection of common log structures. This feature enables state-of-the-art automated log enrichment by identifying patterns in your log data and allowing you to build parsers from them.
<*>) representing variable fieldsA detected pattern might look like:
<190>1 <*> <*> nginx - - - 2026/01/12 <*> [info] <*> <*> client <*> closed keepalive connection
The <*> symbols indicate fields that vary between log entries. You can:
<*> positions to define them as extractable fieldstimestamp, log_level, client_ip)When working with Log Patterns, the portal provides an interactive parser builder:
<*> wildcards to mark them for extractionThe log pattern detector is a separate container that must be deployed alongside your collector. Documentation for deploying and configuring the log pattern detector will be available separately.
Documentation for deploying and configuring the log pattern detector container is being prepared and will be available soon. Contact integrations@secure60.io for assistance with pattern detector deployment.