NEST query string same as kibana

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")?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.