ElasticSearch, logstash and kibana. Our guide to big data with the ELK stack
1–6 of 6 posts
Re: ElasticSearch, logstash and kibana. Our guide to big data with the ELK stack
#2Re: ElasticSearch, logstash and kibana. Our guide to big data with the ELK stack
#3Is there any reason why you are not streaming data directly from source into Elasticsearch by running Logstash at source servers?
Re: ElasticSearch, logstash and kibana. Our guide to big data with the ELK stack
#4Is there any reason why you are not streaming data directly from source into Elasticsearch by running Logstash at source servers?
Re: ElasticSearch, logstash and kibana. Our guide to big data with the ELK stack
#5Is there any reason why you are not streaming data directly from source into Elasticsearch by running Logstash at source servers?
then, depending on your query and data processing needs you can look to other tools such as elastic search, or elastic map reduce or xyz db.
see also : http://petewarden.com/2010/10/01/how-i-ended-up-using-s3-as-...
Re: ElasticSearch, logstash and kibana. Our guide to big data with the ELK stack
#6Is there any reason why you are not streaming data directly from source into Elasticsearch by running Logstash at source servers?
ive thought about this too when considering an architecture like the one described ..seems as though storing in S3 is a good first stop for the data as it takes very little care and feeding for a massive amount of data. then, depending on your query and data processing needs you can look to other tools such as elastic search, or elastic map reduce or xyz db. see also : http://petewarden.com/2010/10/01/how-i-ended-up-…