Seraching multiple fields

how can i search with multiple field conditions in kibana under discover tab

The search bar in discover uses the Lucene Query String syntax, which allows you to specify multiple field conditions like this:

field1:"a" field2:"b"