json logging with elasticsearch
play

JSON Logging with Elasticsearch Radu Gheorghe search statistics - PowerPoint PPT Presentation

JSON Logging with Elasticsearch Radu Gheorghe search statistics Where do your logs end up? Elasticsearch fast Splunk MongoDB file system scalable other logstash Kibana graylog logstash rsyslog graylog fluentd Elasticsearch Head


  1. JSON Logging with Elasticsearch Radu Gheorghe

  2. search statistics

  3. Where do your logs end up? Elasticsearch fast Splunk MongoDB file system scalable other

  4. logstash Kibana graylog logstash rsyslog graylog fluentd Elasticsearch Head Apache Flume

  5. www 6 minutes @10K/s 200M

  6. now later

  7. Kibana

  8. item userID Mike 20 mouse 0 error code time { "userID": "Mike", "time": 20, "item": "mouse", "errorCode": 0 }

  9. Mike 20 mouse 0 filter { grok { type => "unstructured" pattern => "%{WORD:userID} %{NUMBER:time} %{WORD:item} %{NUMBER:errorCode}" } } { "userID": "Mike", "time": 20, "item": "mouse", "errorCode": 0 }

  10. Mike 20 mouse firefox 0 filter { grok { type => "unstructured" pattern => "%{WORD:user} %{NUMBER:time} %{WORD:item} %{NUMBER:errorCode}" } } { "userID": "Mike", "time": 20, "item": "mouse", "errorCode": 0 }

  11. @cee: { "userID": "Mike", "time": 20, "item": "mouse", "errorCode": 0 }

  12. E N E S G O L search statistics

  13. We're hiring! Dig Search? Dig Big Data? Dig open–source? We’re hiring world–wide! http://sematext.com/about/jobs.html

  14. Thank you! radu.gheorghe@ .com @sematext http://sematext.com http://blog.sematext.com 42% off all MEAPs at http://manning.com/ BETA: http://sematext.com/logsene/ 12mp25

Recommend


More recommend