This is parsing into a clickable URL:

parser=camlog | name:=splitString(source,by="/") | shortname := replace(regex=".log",with="",field=name[3]) | year := formatTime("%Y-%m-%d", field=@timestamp, locale=da_DA, timezone=CET) |  url:=format("http://cameras.mos-eisley.dk/%s/%s/%s", field=[shortname, year, filename]) | table([shortname,url])