TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Logstash joins Elasticsearch

242 pointsby j4mieover 11 years ago

15 comments

clarkdaveover 11 years ago
Logstash, Elasticsearch and Kibana are just fantastic. After being unsatisfied with a whole bunch of Logging As A Service providers (I tried loggly.com, logentries.com and splunkstorm.com) I spent an afternoon setting up Logstash and co and couldn&#x27;t be happier.<p>There&#x27;s a neat demo of Kibana here: <a href="http://demo.kibana.org/#/dashboard/elasticsearch/Logstash%20Search" rel="nofollow">http:&#x2F;&#x2F;demo.kibana.org&#x2F;#&#x2F;dashboard&#x2F;elasticsearch&#x2F;Logstash%20...</a><p>The only thing that isn&#x27;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&#x27;s no pretty UI.<p>There are some excellent Chef cookbooks for setting up Logstash and friends too:<p>- Logstash: <a href="https://github.com/lusis/chef-logstash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lusis&#x2F;chef-logstash</a><p>- Elasticsearch: <a href="https://github.com/elasticsearch/cookbook-elasticsearch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;elasticsearch&#x2F;cookbook-elasticsearch</a><p>- Kibana: <a href="https://github.com/lusis/chef-kibana" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lusis&#x2F;chef-kibana</a>
评论 #6285437 未加载
capkutayover 11 years ago
For anyone who can&#x27;t immediately see the significance..this is Elasticsearch&#x27;s entry into real-time log analytics. There is plenty of room for innovation and financial opportunity in this area, given the success of the $5 billion valued Splunk along with companies like SumoLogic and LogLogic.<p>What&#x27;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.<p>Shameless plug: If you&#x27;re looking for an opportunity at a well-funded true real-time analytics company in silicon valley...feel free to ping me. There&#x27;s lots of exciting and fun work to do in this area.
评论 #6289152 未加载
评论 #6286830 未加载
评论 #6285067 未加载
评论 #6286633 未加载
benmmurphyover 11 years ago
logstash + elasticsearch are pretty amazing. however, if you are generating a high rate of log entries you may want to consider using mozilla hekad instead (<a href="http://hekad.readthedocs.org/en/latest/" rel="nofollow">http:&#x2F;&#x2F;hekad.readthedocs.org&#x2F;en&#x2F;latest&#x2F;</a>). on our servers logstash was running around 20% CPU during quite periods while hekad was running around 1-2% CPU. while during busy periods i think logstash was going up to 100% CPU while hekad was sitting around 20-30% CPU.<p>hekad is written in go which compiles down to native code while logstash is written in jruby which is not the most performant runtime.
评论 #6284840 未加载
评论 #6284343 未加载
评论 #6284290 未加载
评论 #6284577 未加载
JoachimSchipperover 11 years ago
I&#x27;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?<p>Honestly, I&#x27;ve never heard of either company, although I obviously wish them the best of luck. Am I just out of touch?
评论 #6284091 未加载
评论 #6284725 未加载
评论 #6286056 未加载
评论 #6284153 未加载
评论 #6288306 未加载
netvarunover 11 years ago
This is great news. Our centralized logging system at Semantics3 (<a href="https://semantics3.com" rel="nofollow">https:&#x2F;&#x2F;semantics3.com</a>) is built using Logstash+Kibana+Rsyslog+ElasticSearch. Running off a single EC2 large instance it has been been able to seamlessly aggregate and process logs from about 200-300 instances, processing on average of about 15 GB of log data. We hit some performance bottlenecks (particularly with elasticsearch) when our number of instances went beyond the 300 mark. But that should get fixed once we shard and distribute ElasticSearch.<p>Looking forward to some really tight integration between the Logstash, ES and Kibana.
100kover 11 years ago
Logstash is awesome. We use it at Swiftype to index all our logs and it&#x27;s super helpful nailing down support requests and bugs (using Kibana).<p>Since you can access the logs via the Elasticsearch API, we made users&#x27; recent logs available to them in our dashboard: <a href="https://swiftype.com/blog/api-logs.html" rel="nofollow">https:&#x2F;&#x2F;swiftype.com&#x2F;blog&#x2F;api-logs.html</a>
victorhooiover 11 years ago
I wonder how all this compares to Graylog2? (<a href="http://graylog2.org/" rel="nofollow">http:&#x2F;&#x2F;graylog2.org&#x2F;</a>)<p>Those guys are meant to be releasing a new re-vamped version at the end of October, from the screenshots and videocasts, looks pretty good:<p><a href="https://www.facebook.com/graylog2" rel="nofollow">https:&#x2F;&#x2F;www.facebook.com&#x2F;graylog2</a>
vosperover 11 years ago
For people using this, I&#x27;d be interested to know what kind of throughput you&#x27;re seeing and your cluster size - I&#x27;m trying to find something that can handle upwards of 100k small messages per second for a near-realtime analytics platform, and although this is a bit left-field (compared to Cassandra, HBase etc...) it could be a fit.
评论 #6285524 未加载
jarydover 11 years ago
Logstash is really great and Jordan is approachable and very helpful. To all interested, I recommend joining their IRC channel (#logstash on Freenode) and talking to the people there a bit.<p>Congrats :)
Keyframeover 11 years ago
I&#x27;m currently evaluating elasticsearch and riak for rt analytics of large amount of data. Anyone has similar experience? Maybe even Cassandra, haven&#x27;t touched it seriously yet.
评论 #6284845 未加载
评论 #6285302 未加载
mrmondoover 11 years ago
Both Logstash and elasticsearch are great - but they both suffer from the same flaw: they&#x27;re a pain to deploy and it&#x27;s a pain to manage their packages.
评论 #6287117 未加载
评论 #6286760 未加载
devopserover 11 years ago
This space is heating up. Cloudera is building a similar stack with Solr - <a href="http://www.cloudera.com/content/cloudera/en/campaign/introducing-search.html" rel="nofollow">http:&#x2F;&#x2F;www.cloudera.com&#x2F;content&#x2F;cloudera&#x2F;en&#x2F;campaign&#x2F;introdu...</a>
vigeekover 11 years ago
This is great news as well. @ Wildbit we have a dedicated logging server consisting of Rsyslog, ES, LogStash and Kibana3. It&#x27;s been improving considerably each month.
chriscareycodeover 11 years ago
I love Logstash+Kibana+Elasticsearch. Holding 410 million log files in a 10 node cluster! Congratulations Jordan!
koppoover 11 years ago
this is the bestest news i&#x27;ve heard in a long long time ...
评论 #6284870 未加载