Using logstash for parsing logs

I want to keep the value of a field as a sentence. For example "Apple and orange are different". The number of words in the sentence is not fixed. Please suggest the data type that I should use for this field in my logstash.conf within filter->grok. I had tried to keep the words within [] and "", but that did not help.