Logstash joins Elasticsearch
elasticsearch.com
Logstash joins Elasticsearch
1–10 of 60 posts
Re: Logstash joins Elasticsearch
#2Honestly, I've never heard of either company, although I obviously wish them the best of luck. Am I just out of touch?
Re: Logstash joins Elasticsearch
#3There's a neat demo of Kibana here: http://demo.kibana.org/#/dashboard/elasticsearch/Logstash%20...
The only thing that isn't fully baked in with this stack is alerts (e.g. sending an email if a certain error log message comes in), but you can do that using Logstash filters and outputs, although there's no pretty UI.
There are some excellent Chef cookbooks for setting up Logstash and friends too:
- Logstash: https://github.com/lusis/chef-logstash
- Elasticsearch: https://github.com/elasticsearch/cookbook-elasticsearch
- Kibana: https://github.com/lusis/chef-kibana
Re: Logstash joins Elasticsearch
#4Congrats :)
Re: Logstash joins Elasticsearch
#5What's most interesting is that Elasticsearch seems like a completely open source (and widely used) offering of a product that Splunk charges close to oracle pricing for.
Shameless plug: If you're looking for an opportunity at a well-funded true real-time analytics company in silicon valley...feel free to ping me. There's lots of exciting and fun work to do in this area.
Re: Logstash joins Elasticsearch
#6Since you can access the logs via the Elasticsearch API, we made users' recent logs available to them in our dashboard: https://swiftype.com/blog/api-logs.html
Re: Logstash joins Elasticsearch
#7I'm confused. Can someone explain to me why this is so obviously interesting, yet not worth discussing, that it stands - as of 2 hours after submission - at 75 points with zero comments? Honestly, I've never heard of either company, although I obviously wish them the best of luck. Am I just out of touch?
Re: Logstash joins Elasticsearch
#8hekad is written in go which compiles down to native code while logstash is written in jruby which is not the most performant runtime.
Re: Logstash joins Elasticsearch
#9I'm confused. Can someone explain to me why this is so obviously interesting, yet not worth discussing, that it stands - as of 2 hours after submission - at 75 points with zero comments? Honestly, I've never heard of either company, although I obviously wish them the best of luck. Am I just out of touch?
Of the three, you should at least could have heard of ElasticSearch: it is a general purpose search server based on Apache Lucene like its cousin Apache SOLR (maybe you know it), but with REST API, JSON support etc..
You can use it for searching stuff and one (but not the only one) scenario is logging. In this case you use some other software (like Logstash but I think there are others too) to collect logs from different sources (i.e. syslog for operating systems, ruby apps via gems, raw tcp etc..) and according to a friend of mine that uses it for this purpose it's very good for its speed, easy to use, to scale etc..
N.B. I invite anyone more expert to elaborate/correct what I've said, I've just used Apache SOLR in the past and never tried ES
Re: Logstash joins Elasticsearch
#10I'm confused. Can someone explain to me why this is so obviously interesting, yet not worth discussing, that it stands - as of 2 hours after submission - at 75 points with zero comments? Honestly, I've never heard of either company, although I obviously wish them the best of luck. Am I just out of touch?
Logstash + Elasticsearch + Kibana is the biggest thing in opensource operational tools since Nagios.