Json query via dev tools

hi,

i would like to query all the logs from server1 , via json ,
how can i do it?
via discover menu i just input the name of the server but we would like to do it in dev tools

example:
curl -XGET 'localhost:9200/_search?pretty' -H 'Content-Type: application/json' -d '
{
"query": { "match_all": {"title" : "jdbc on server test01"} }
}'

thanks

someone who can assist me on this issue?

Hello, you just enter the request in dev tools, that's it. The serves accessible is only the one connected to that Kibana instance.

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