Elasticsearch in a dedicated server

Hello,
We have decided to put elasticsearch in a dedicated server (one machine),
and we are wondering what the best (or a good) configuration should be:

  • Does it make sense to create a cluster if we have only one machine?
  • What would be a good configuration for it?
  • Any environment variables for the system?

Thank you very much for the good support.

Kind regards,

Ernesto

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

To form a cluster of nodes, you need at least two nodes.
If you have more than 64 Gb RAM on that machine it could make sense to have two nodes.
But, in case of hardware failure, it will stop the search service.

I prefer having 2 smaller instances than a single big one.

My 2 cents

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 30 mai 2013 à 13:22, Ernesto Reig ernirulez@gmail.com a écrit :

Hello,
We have decided to put elasticsearch in a dedicated server (one machine), and we are wondering what the best (or a good) configuration should be:

  • Does it make sense to create a cluster if we have only one machine?
  • What would be a good configuration for it?
  • Any environment variables for the system?

Thank you very much for the good support.

Kind regards,

Ernesto

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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

2 smaller instances are less resilient to split brain. A third one may be
need, for example acting as a load balancer node

My 2 cents too :wink:

Le jeudi 30 mai 2013 18:18:46 UTC+2, David Pilato a écrit :

To form a cluster of nodes, you need at least two nodes.
If you have more than 64 Gb RAM on that machine it could make sense to
have two nodes.
But, in case of hardware failure, it will stop the search service.

I prefer having 2 smaller instances than a single big one.

My 2 cents

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 30 mai 2013 à 13:22, Ernesto Reig <erni...@gmail.com <javascript:>> a
écrit :

Hello,
We have decided to put elasticsearch in a dedicated server (one machine),
and we are wondering what the best (or a good) configuration should be:

  • Does it make sense to create a cluster if we have only one machine?
  • What would be a good configuration for it?
  • Any environment variables for the system?

Thank you very much for the good support.

Kind regards,

Ernesto

--
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 elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Yeah! +1
3 nodes is definitely the best starter kit for production IMHO.

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr | @scrutmydocs

Le 31 mai 2013 à 09:40, Nicolas Labrot nithril@gmail.com a écrit :

2 smaller instances are less resilient to split brain. A third one may be need, for example acting as a load balancer node

My 2 cents too :wink:

Le jeudi 30 mai 2013 18:18:46 UTC+2, David Pilato a écrit :
To form a cluster of nodes, you need at least two nodes.
If you have more than 64 Gb RAM on that machine it could make sense to have two nodes.
But, in case of hardware failure, it will stop the search service.

I prefer having 2 smaller instances than a single big one.

My 2 cents

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 30 mai 2013 à 13:22, Ernesto Reig erni...@gmail.com a écrit :

Hello,
We have decided to put elasticsearch in a dedicated server (one machine), and we are wondering what the best (or a good) configuration should be:

  • Does it make sense to create a cluster if we have only one machine?
  • What would be a good configuration for it?
  • Any environment variables for the system?

Thank you very much for the good support.

Kind regards,

Ernesto

--
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 elasticsearc...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.