How can i run same query that i run in kibana search bar per example: "error found && type:log" to search for all documents that contains "error found" and also type of document is log?
Is there any method to just copy the string and run a query like client.Query("error found && type:log")?