Slide 36
Slide 36 text
the application
• index time based events, with different
characteristics
curl -XPUT localhost:9200/2012_06/event/1 -d '{
“timestamp” : “2012-06-01T01:02:03”,
“component” : “xyz-11”,
“category” : [“red”, “black”],
“browser” : “Chrome”,
“country” : “Germany”
}'
• perfect for time based indexes, easily handle
billions of documents (proven by users)