How to achieve ELK High availability

Hi Exerts,

Need your valuable suggestions here . I have ELK on a single windows
instance and I want to make it high available . I mean if one machine goes
down second will take up the whole load, like clustering. Can you suggest
how I can achieve this.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/38b05ef0-56e7-4590-b5e1-aaa64ab68150%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Which part do you want to make HA?

ES is pretty simple to do, the rest is dependent on a few things.

On 1 April 2015 at 14:06, vikas gopal vikas.hafig@gmail.com wrote:

Hi Exerts,

Need your valuable suggestions here . I have ELK on a single windows
instance and I want to make it high available . I mean if one machine goes
down second will take up the whole load, like clustering. Can you suggest
how I can achieve this.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/38b05ef0-56e7-4590-b5e1-aaa64ab68150%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/38b05ef0-56e7-4590-b5e1-aaa64ab68150%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEYi1X_0%2BjcG4pVfOa9cbxeb_-Z%2BBzoRK6miKjc4hyM_zj1eWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Oh!! sorry I am new to ELK , is it possible to make whole package ELK HA.
Actually right now I am doing testing like what if my machine goes down
which has complete ELK package on it . I saw some posts where in people
have separate machines for each part but in my case I have all the 3 on
single machine . Later on may be even I opt this case but for now I have 2
machines .

On Wed, Apr 1, 2015 at 11:07 AM, Mark Walkom markwalkom@gmail.com wrote:

Which part do you want to make HA?

ES is pretty simple to do, the rest is dependent on a few things.

On 1 April 2015 at 14:06, vikas gopal vikas.hafig@gmail.com wrote:

Hi Exerts,

Need your valuable suggestions here . I have ELK on a single windows
instance and I want to make it high available . I mean if one machine goes
down second will take up the whole load, like clustering. Can you suggest
how I can achieve this.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/38b05ef0-56e7-4590-b5e1-aaa64ab68150%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/38b05ef0-56e7-4590-b5e1-aaa64ab68150%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/t3F2xR2NbzI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAEYi1X_0%2BjcG4pVfOa9cbxeb_-Z%2BBzoRK6miKjc4hyM_zj1eWA%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAEYi1X_0%2BjcG4pVfOa9cbxeb_-Z%2BBzoRK6miKjc4hyM_zj1eWA%40mail.gmail.com?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

--
Regards,
Vikas Gopal

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAMAr9e0cG9n1PcsEfyW3e4KDH6rRWZtMdhbOvy_vaST9W2QoRQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

On Wednesday, April 01, 2015 at 05:06 CEST,
vikas gopal vikas.hafig@gmail.com wrote:

Need your valuable suggestions here . I have ELK on a single windows
instance and I want to make it high available . I mean if one machine
goes down second will take up the whole load, like clustering. Can you
suggest how I can achieve this.

Since you're saying "like clustering", are you aware that Elasticsearch
supports clustering natively? To improve the availability, run two or
(preferably) at least three Elasticsearch nodes and configure replicas
for your shards. If one node goes down all data will still be available.

--
Magnus Bäck | Software Engineer, Development Tools
magnus.back@sonymobile.com | Sony Mobile Communications

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/20150401063316.GD3582%40seldlx20533.corpusers.net.
For more options, visit https://groups.google.com/d/optout.

Thank you for the suggestion , yes I am aware and I am done with ES
clustering . Now I want the same for LS . Since LS does not have in build
feature like ES has , so what would be the best way for LS to make i highly
available in windows environment?

On Wednesday, April 1, 2015 at 12:03:24 PM UTC+5:30, Magnus Bäck wrote:

On Wednesday, April 01, 2015 at 05:06 CEST,
vikas gopal <vikas...@gmail.com <javascript:>> wrote:

Need your valuable suggestions here . I have ELK on a single windows
instance and I want to make it high available . I mean if one machine
goes down second will take up the whole load, like clustering. Can you
suggest how I can achieve this.

Since you're saying "like clustering", are you aware that Elasticsearch
supports clustering natively? To improve the availability, run two or
(preferably) at least three Elasticsearch nodes and configure replicas
for your shards. If one node goes down all data will still be available.

Life Inside a Cluster | Elasticsearch: The Definitive Guide [2.x] | Elastic

--
Magnus Bäck | Software Engineer, Development Tools
magnu...@sonymobile.com <javascript:> | Sony Mobile Communications

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/21dcc0e7-16a4-46c9-a8eb-7b6c05ec0b1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

On Thursday, April 16, 2015 at 13:35 CEST,
vikas gopal vikas.hafig@gmail.com wrote:

Thank you for the suggestion , yes I am aware and I am done with ES
clustering . Now I want the same for LS . Since LS does not have in
build feature like ES has , so what would be the best way for LS to
make i highly available in windows environment?

Let's continue that discussion in the logstash-users thread.

https://groups.google.com/d/topic/logstash-users/tQHqrXPSV_w/discussion

--
Magnus Bäck | Software Engineer, Development Tools
magnus.back@sonymobile.com | Sony Mobile Communications

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/20150416140755.GA23695%40seldlx20533.corpusers.net.
For more options, visit https://groups.google.com/d/optout.