Turn messages into fields - querying in kibana

I tried the following in logstash config file...but I am getting a grokparsefailure...

filter {
grok {
match => [ "message", "%{COMBINEDAPACHELOG}" ]
}
}