Full text search

Structured search

Faceted navigation

Analytics

{
  "from": "tony@stark.com",
  "to": [ "thor@avengers.org", "natasha@avengers.org" ],
  "subject": "Infinity Stones",
  "body": "..."
}
              
              
            
          
          cluster.name
        
C:\elasticsearch-1.7.0> bin\elasticsearch
            
            
          
PUT /twitter
{
  "settings": {
    "number_of_shards": 3,
    "number_of_replicas": 1
  }
}
            
            
          
C:\elasticsearch-1.7.0> bin\elasticsearch
            
            
          
C:\elasticsearch-1.7.0> bin\elasticsearch
            
            
          
C:\elasticsearch-1.7.0> bin\elasticsearch
...
Ctrl-C
            
            
          
PUT /twitter/tweet/311335361169195009
{
  "message": "In startup we are practice Outage Driven Infrastructure.",
  "@timestamp": "2013-03-12T04:38:29.000Z"
}
          
          
GET twitter/_search?q=devops
          
          

