diff --git a/views/index.haml b/views/index.haml index 377f2bd..3d06f67 100644 --- a/views/index.haml +++ b/views/index.haml @@ -26,7 +26,7 @@ %input{ :type => "submit", :class => "inline btn btn-primary", :value => "Go"} %div{:id => "custom_patterns_container", :style=>"display:none;"} %p - One per line, the syntax for a grok pattern is %{SYNTAX:SEMANTIC} + On each line you give a pattern name, a space and the pattern. For example: WORD \b\w+\b %textarea{ :class => "span12", :placeholder => "Custom patterns", :id => "custom_patterns", :rows => "5" } %div{ :class => "well" } %pre{ :id => "grok" }