Skip to content

Instantly share code, notes, and snippets.

@suzuki
Created November 3, 2014 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suzuki/67a81e9265710ee736d8 to your computer and use it in GitHub Desktop.
Save suzuki/67a81e9265710ee736d8 to your computer and use it in GitHub Desktop.
% curl -XGET "http://localhost:9200/logstash-2014.11.03/_search?pretty=true&q=server:suzuki.tdiary.net&fields=server,path&size=3"
{
"took" : 6,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 229,
"max_score" : 4.4861064,
"hits" : [ {
"_index" : "logstash-2014.11.03",
"_type" : "access_log",
"_id" : "p92n4t8GSWOprgoekwAlZA",
"_score" : 4.4861064,
"fields" : {
"path" : [ "/index.rdf" ],
"server" : [ "suzuki.tdiary.net" ]
}
}, {
"_index" : "logstash-2014.11.03",
"_type" : "access_log",
"_id" : "Q2xrbegzSj-VXg6zIyfpuQ",
"_score" : 4.4861064,
"fields" : {
"path" : [ "/20140623.html" ],
"server" : [ "suzuki.tdiary.net" ]
}
}, {
"_index" : "logstash-2014.11.03",
"_type" : "access_log",
"_id" : "OyOA2GwyT0ikcLBCBzhC9Q",
"_score" : 4.4861064,
"fields" : {
"path" : [ "/20130330.html" ],
"server" : [ "suzuki.tdiary.net" ]
}
} ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment