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