Elasticsearch Notes

From Federal Burro of Information
Revision as of 18:29, 13 October 2015 by David (talk | contribs)
Jump to navigationJump to search

elasticsearch-head and elastic search plugin ( https://github.com/mobz/elasticsearch-head )

_search?search_type=count

{
 "aggs" : {
  "all_users": {
   "terms": {
    "field": "screen_name"
   }
  }
 }
}

list indexes and summary:

curl 'localhost:9200/_cat/indices?v'