Looking for a regex kind of search from kibana dashboard to ES

Hi Guys,

I want to perform a search to Es from kibana which includes few words and
then it should find out all the sentnces with my search string present in
it.

EG- Search String=== 'transit department reverted'*

No I am looking for all the records which has a string 'transit department
reverted'.

Looking for some quick response.

Thanks a lot.

Regards
Dharmendra

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/b6260e75-fdcb-4c32-af0b-f8345be93ac6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

If it helps, you can phrase search by surrounding your text with double
quotes:

"transit department reverted"

The query string also supports regular expressions if needed (documented
here - scroll down a bit):

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-dsl-query-string-query

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/830f61f1-ec8f-4999-ab72-4dbe1a017e52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.