Parsing a message after the pattern

Hi cisaksen,

	grok {
		match          	=> [ "message", "(?<httphost>^http://./.?$) "]
    	        }

? will add the new field with the regex you define behind it, like shown above