Help with AWS installation

Hi, i'm Adrian, i'm from Argentina.

I have a couple of problems with the configuration process. I tried to
follow what says on
http://www.elasticsearch.org/tutorials/elasticsearch-on-ec2/

Our idea is to install ES on AWS in Sao Pablo (we need it as near as
possible from argentina)

The biggest problem we have is when we try to change the configuration. Can
you recommend any tutorial that could help with our particular situation?
Or do you have any specific tips we can use? It would be really helpful if
you can give more details of the configuration step.

Thank you very much.

--
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.

Hello Adrian,

What do you see in your logs? Can you share your configuration? Except the
secret stuff, or course :slight_smile:

On Thu, Jun 27, 2013 at 5:54 PM, Adrián Van Langenhove <
adrianvanlan@gmail.com> wrote:

Hi, i'm Adrian, i'm from Argentina.

I have a couple of problems with the configuration process. I tried to
follow what says on http://www.elasticsearch.**
org/tutorials/elasticsearch-**on-ec2/http://www.elasticsearch.org/tutorials/elasticsearch-on-ec2/

Our idea is to install ES on AWS in Sao Pablo (we need it as near as
possible from argentina)

The biggest problem we have is when we try to change the configuration.
Can you recommend any tutorial that could help with our particular
situation? Or do you have any specific tips we can use? It would be really
helpful if you can give more details of the configuration step.

Thank you very much.

--
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.

--
http://sematext.com/ -- Elasticsearch -- Solr -- Lucene

--
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.

I launched another instance, this is the YML file i am working with right
now.

After the second installation, this is the error i'm getting:

[ec2-user@ip-172-31-20-96 elasticsearch-0.90.2]$ sudo bin/elasticsearch -f
[2013-06-27 20:51:12,781][WARN ][bootstrap ] jvm uses the
client vm, make sure to run java with the server vm for best performance
by adding -server to the command line
[2013-06-27 20:51:12,792][INFO ][node ]
[es.node.agroads.0.0.0.2] {0.90.2}[1275]: initializing ...
[2013-06-27 20:51:12,801][INFO ][plugins ]
[es.node.agroads.0.0.0.2] loaded , sites
[2013-06-27 20:51:12,875][ERROR][bootstrap ] {0.90.2}:
Initialization Failed ...

  • NoClassSettingsException[Failed to load class setting [discovery.type]
    with value [ec2]]

ClassNotFoundException[org.elasticsearch.discovery.ec2.Ec2DiscoveryModule]

2013/6/28 Radu Gheorghe radu.gheorghe@sematext.com

Hello Adrian,

What do you see in your logs? Can you share your configuration? Except the
secret stuff, or course :slight_smile:

On Thu, Jun 27, 2013 at 5:54 PM, Adrián Van Langenhove <
adrianvanlan@gmail.com> wrote:

Hi, i'm Adrian, i'm from Argentina.

I have a couple of problems with the configuration process. I tried to
follow what says on http://www.elasticsearch.**
org/tutorials/elasticsearch-**on-ec2/http://www.elasticsearch.org/tutorials/elasticsearch-on-ec2/

Our idea is to install ES on AWS in Sao Pablo (we need it as near as
possible from argentina)

The biggest problem we have is when we try to change the configuration.
Can you recommend any tutorial that could help with our particular
situation? Or do you have any specific tips we can use? It would be really
helpful if you can give more details of the configuration step.

Thank you very much.

--
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.

--
http://sematext.com/ -- Elasticsearch -- Solr -- Lucene

--
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/sGANKoFXCdI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Adrián Van Langenhove

--
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.

I know there were some inconsistencies with the instructions back in
February after the upgrade to .20. Not sure if they were ever fixed (posted
some notes on the external site that the copy probably on the website came
from). You might also consider using the Chef cookbook to do your
install/config. That's what I ended up doing when we integrated our
deployment with a Cloud Formation template. The directions are pretty easy
to follow.

On Friday, June 28, 2013 9:10:37 AM UTC-4, Adrián Van Langenhove wrote:

I launched another instance, this is the YML file i am working with right
now.

After the second installation, this is the error i'm getting:

[ec2-user@ip-172-31-20-96 elasticsearch-0.90.2]$ sudo bin/elasticsearch -f
[2013-06-27 20:51:12,781][WARN ][bootstrap ] jvm uses the
client vm, make sure to run java with the server vm for best performance
by adding -server to the command line
[2013-06-27 20:51:12,792][INFO ][node ]
[es.node.agroads.0.0.0.2] {0.90.2}[1275]: initializing ...
[2013-06-27 20:51:12,801][INFO ][plugins ]
[es.node.agroads.0.0.0.2] loaded , sites
[2013-06-27 20:51:12,875][ERROR][bootstrap ] {0.90.2}:
Initialization Failed ...

  • NoClassSettingsException[Failed to load class setting [discovery.type]
    with value [ec2]]

ClassNotFoundException[org.elasticsearch.discovery.ec2.Ec2DiscoveryModule]

2013/6/28 Radu Gheorghe <radu.g...@sematext.com <javascript:>>

Hello Adrian,

What do you see in your logs? Can you share your configuration? Except
the secret stuff, or course :slight_smile:

On Thu, Jun 27, 2013 at 5:54 PM, Adrián Van Langenhove <
adrian...@gmail.com <javascript:>> wrote:

Hi, i'm Adrian, i'm from Argentina.

I have a couple of problems with the configuration process. I tried to
follow what says on http://www.elasticsearch.**
org/tutorials/elasticsearch-**on-ec2/http://www.elasticsearch.org/tutorials/elasticsearch-on-ec2/

Our idea is to install ES on AWS in Sao Pablo (we need it as near as
possible from argentina)

The biggest problem we have is when we try to change the configuration.
Can you recommend any tutorial that could help with our particular
situation? Or do you have any specific tips we can use? It would be really
helpful if you can give more details of the configuration step.

Thank you very much.

--
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.

--
http://sematext.com/ -- Elasticsearch -- Solr -- Lucene

--
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/sGANKoFXCdI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
Adrián Van Langenhove

--
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.

Your plugin is not installed.

You should see it here:

[2013-06-27 20:51:12,801][INFO ][plugins ] [es.node.agroads.0.0.0.2] loaded , sites

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

Le 28 juin 2013 à 15:10, Adrián Van Langenhove adrianvanlan@gmail.com a écrit :

I launched another instance, this is the YML file i am working with right now.

After the second installation, this is the error i'm getting:

[ec2-user@ip-172-31-20-96 elasticsearch-0.90.2]$ sudo bin/elasticsearch -f
[2013-06-27 20:51:12,781][WARN ][bootstrap ] jvm uses the client vm, make sure to run java with the server vm for best performance by adding -server to the command line
[2013-06-27 20:51:12,792][INFO ][node ] [es.node.agroads.0.0.0.2] {0.90.2}[1275]: initializing ...
[2013-06-27 20:51:12,801][INFO ][plugins ] [es.node.agroads.0.0.0.2] loaded , sites
[2013-06-27 20:51:12,875][ERROR][bootstrap ] {0.90.2}: Initialization Failed ...

  • NoClassSettingsException[Failed to load class setting [discovery.type] with value [ec2]]
    ClassNotFoundException[org.elasticsearch.discovery.ec2.Ec2DiscoveryModule]

2013/6/28 Radu Gheorghe radu.gheorghe@sematext.com

Hello Adrian,

What do you see in your logs? Can you share your configuration? Except the secret stuff, or course :slight_smile:

On Thu, Jun 27, 2013 at 5:54 PM, Adrián Van Langenhove adrianvanlan@gmail.com wrote:

Hi, i'm Adrian, i'm from Argentina.

I have a couple of problems with the configuration process. I tried to follow what says on Elasticsearch Platform — Find real-time answers at scale | Elastic

Our idea is to install ES on AWS in Sao Pablo (we need it as near as possible from argentina)

The biggest problem we have is when we try to change the configuration. Can you recommend any tutorial that could help with our particular situation? Or do you have any specific tips we can use? It would be really helpful if you can give more details of the configuration step.

Thank you very much.

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.

--
http://sematext.com/ -- Elasticsearch -- Solr -- Lucene

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/sGANKoFXCdI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Adrián Van Langenhove

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.

<elasticsearch.yml>

--
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.

I've figured out how to make it start, but, when is starts, the console
wont work... I can access the cluster information via the public IP, but i
know something is wrong because i cant do anything after the start.
The new YML file is appended.
This is the log that i'm getting:

[ec2-user@ip-172-31-24-220 elasticsearch-0.90.2]$ sudo bin/elasticsearch -f
[2013-06-28 15:06:16,339][INFO ][node ] [Iron Cross]
{0.90.2}[1391]: initializing ...
[2013-06-28 15:06:16,355][INFO ][plugins ] [Iron Cross]
loaded [cloud-aws], sites
[2013-06-28 15:06:19,761][WARN ][gateway.s3 ] [Iron Cross]
shared gateway has been deprecated, please use the (default) local gateway
[2013-06-28 15:06:20,673][INFO ][node ] [Iron Cross]
{0.90.2}[1391]: initialized
[2013-06-28 15:06:20,673][INFO ][node ] [Iron Cross]
{0.90.2}[1391]: starting ...
[2013-06-28 15:06:20,817][INFO ][transport ] [Iron Cross]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/
172.31.24.220:9300]}
[2013-06-28 15:06:24,450][INFO ][cluster.service ] [Iron Cross]
new_master [Iron Cross][XXX][inet[/172.31.24.220:9300]], reason:
zen-disco-join (elected_as_master)
[2013-06-28 15:06:24,461][INFO ][discovery ] [Iron Cross]
es.cluster.agroads.0.0.0.3/XXX
[2013-06-28 15:06:24,468][INFO ][http ] [Iron Cross]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/
172.31.24.220:9200]}
[2013-06-28 15:06:24,469][INFO ][node ] [Iron Cross]
{0.90.2}[1391]: started
[2013-06-28 15:06:24,543][INFO ][gateway ] [Iron Cross]
recovered [0] indices into cluster_state

2013/6/28 David Pilato david@pilato.fr

Your plugin is not installed.

You should see it here:

[2013-06-27 20:51:12,801][INFO ][plugins ]
[es.node.agroads.0.0.0.2] loaded , sites

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

Le 28 juin 2013 à 15:10, Adrián Van Langenhove adrianvanlan@gmail.com a
écrit :

I launched another instance, this is the YML file i am working with right
now.

After the second installation, this is the error i'm getting:

[ec2-user@ip-172-31-20-96 elasticsearch-0.90.2]$ sudo bin/elasticsearch -f
[2013-06-27 20:51:12,781][WARN ][bootstrap ] jvm uses the
client vm, make sure to run java with the server vm for best performance
by adding -server to the command line
[2013-06-27 20:51:12,792][INFO ][node ]
[es.node.agroads.0.0.0.2] {0.90.2}[1275]: initializing ...
[2013-06-27 20:51:12,801][INFO ][plugins ]
[es.node.agroads.0.0.0.2] loaded , sites
[2013-06-27 20:51:12,875][ERROR][bootstrap ] {0.90.2}:
Initialization Failed ...

  • NoClassSettingsException[Failed to load class setting [discovery.type]
    with value [ec2]]

ClassNotFoundException[org.elasticsearch.discovery.ec2.Ec2DiscoveryModule]

2013/6/28 Radu Gheorghe radu.gheorghe@sematext.com

Hello Adrian,

What do you see in your logs? Can you share your configuration? Except
the secret stuff, or course :slight_smile:

On Thu, Jun 27, 2013 at 5:54 PM, Adrián Van Langenhove <
adrianvanlan@gmail.com> wrote:

Hi, i'm Adrian, i'm from Argentina.

I have a couple of problems with the configuration process. I tried to
follow what says on http://www.elasticsearch.**
org/tutorials/elasticsearch-**on-ec2/http://www.elasticsearch.org/tutorials/elasticsearch-on-ec2/

Our idea is to install ES on AWS in Sao Pablo (we need it as near as
possible from argentina)

The biggest problem we have is when we try to change the configuration.
Can you recommend any tutorial that could help with our particular
situation? Or do you have any specific tips we can use? It would be really
helpful if you can give more details of the configuration step.

Thank you very much.

--
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.

--
http://sematext.com/ -- Elasticsearch -- Solr -- Lucene

--
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/sGANKoFXCdI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Adrián Van Langenhove

--
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.

<elasticsearch.yml>

--
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/sGANKoFXCdI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Adrián Van Langenhove

--
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.

I activated the GateWay Debug Mode, and now i have a more detailed log:
Appended is the img that shows the cluster running.

[ec2-user@ip-172-31-24-220 elasticsearch-0.90.2]$ sudo bin/elasticsearch -f
[2013-06-28 15:17:31,076][INFO ][node ] [Canasta]
{0.90.2}[19745]: initializing ...
[2013-06-28 15:17:31,092][INFO ][plugins ] [Canasta]
loaded [cloud-aws], sites
[2013-06-28 15:17:34,493][WARN ][gateway.s3 ] [Canasta]
shared gateway has been deprecated, please use the (default) local gateway
[2013-06-28 15:17:34,494][DEBUG][gateway.s3 ] [Canasta] using
bucket [bucket-agroads-elasticsearch], region [sa-east-1], chunk_size
[100mb], concurrent_streams [5]
[2013-06-28 15:17:35,604][DEBUG][gateway.s3 ] [Canasta]
Latest metadata found at index [3]
[2013-06-28 15:17:35,608][INFO ][node ] [Canasta]
{0.90.2}[19745]: initialized
[2013-06-28 15:17:35,608][INFO ][node ] [Canasta]
{0.90.2}[19745]: starting ...
[2013-06-28 15:17:35,747][INFO ][transport ] [Canasta]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/
172.31.24.220:9300]}
[2013-06-28 15:17:39,575][INFO ][cluster.service ] [Canasta]
new_master [Canasta][2TtA3id5R72RUzh329EbUw][inet[/172.31.24.220:9300]],
reason: zen-disco-join (elected_as_master)
[2013-06-28 15:17:39,590][INFO ][discovery ] [Canasta]
es.cluster.agroads.0.0.0.3/2TtA3id5R72RUzh329EbUw
[2013-06-28 15:17:39,591][DEBUG][gateway.s3 ] [Canasta]
reading state from gateway
org.elasticsearch.gateway.shared.SharedStorageGateway$1@64a63599 ...
[2013-06-28 15:17:39,598][INFO ][http ] [Canasta]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/
172.31.24.220:9200]}
[2013-06-28 15:17:39,598][INFO ][node ] [Canasta]
{0.90.2}[19745]: started
[2013-06-28 15:17:40,110][DEBUG][gateway.s3 ] [Canasta] read
state from gateway
org.elasticsearch.gateway.shared.SharedStorageGateway$1@64a63599, took 518ms
[2013-06-28 15:17:40,119][INFO ][gateway ] [Canasta]
recovered [0] indices into cluster_state
[2013-06-28 15:17:40,120][DEBUG][gateway.s3 ] [Canasta]
writing to gateway
org.elasticsearch.gateway.shared.SharedStorageGateway$2@7d38847d ...
[2013-06-28 15:17:40,617][DEBUG][gateway.s3 ] [Canasta] wrote
to gateway org.elasticsearch.gateway.shared.SharedStorageGateway$2@7d38847d,
took 497ms

2013/6/28 Adrián Van Langenhove adrianvanlan@gmail.com

I've figured out how to make it start, but, when is starts, the console
wont work... I can access the cluster information via the public IP, but i
know something is wrong because i cant do anything after the start.
The new YML file is appended.
This is the log that i'm getting:

[ec2-user@ip-172-31-24-220 elasticsearch-0.90.2]$ sudo bin/elasticsearch
-f
[2013-06-28 15:06:16,339][INFO ][node ] [Iron Cross]
{0.90.2}[1391]: initializing ...
[2013-06-28 15:06:16,355][INFO ][plugins ] [Iron Cross]
loaded [cloud-aws], sites
[2013-06-28 15:06:19,761][WARN ][gateway.s3 ] [Iron Cross]
shared gateway has been deprecated, please use the (default) local gateway
[2013-06-28 15:06:20,673][INFO ][node ] [Iron Cross]
{0.90.2}[1391]: initialized
[2013-06-28 15:06:20,673][INFO ][node ] [Iron Cross]
{0.90.2}[1391]: starting ...
[2013-06-28 15:06:20,817][INFO ][transport ] [Iron Cross]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/
172.31.24.220:9300]}
[2013-06-28 15:06:24,450][INFO ][cluster.service ] [Iron Cross]
new_master [Iron Cross][XXX][inet[/172.31.24.220:9300]], reason:
zen-disco-join (elected_as_master)
[2013-06-28 15:06:24,461][INFO ][discovery ] [Iron Cross]
es.cluster.agroads.0.0.0.3/XXX
[2013-06-28 15:06:24,468][INFO ][http ] [Iron Cross]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/
172.31.24.220:9200]}
[2013-06-28 15:06:24,469][INFO ][node ] [Iron Cross]
{0.90.2}[1391]: started
[2013-06-28 15:06:24,543][INFO ][gateway ] [Iron Cross]
recovered [0] indices into cluster_state

2013/6/28 David Pilato david@pilato.fr

Your plugin is not installed.

You should see it here:

[2013-06-27 20:51:12,801][INFO ][plugins ]
[es.node.agroads.0.0.0.2] loaded , sites

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

Le 28 juin 2013 à 15:10, Adrián Van Langenhove adrianvanlan@gmail.com
a écrit :

I launched another instance, this is the YML file i am working with right
now.

After the second installation, this is the error i'm getting:

[ec2-user@ip-172-31-20-96 elasticsearch-0.90.2]$ sudo bin/elasticsearch
-f
[2013-06-27 20:51:12,781][WARN ][bootstrap ] jvm uses the
client vm, make sure to run java with the server vm for best performance
by adding -server to the command line
[2013-06-27 20:51:12,792][INFO ][node ]
[es.node.agroads.0.0.0.2] {0.90.2}[1275]: initializing ...
[2013-06-27 20:51:12,801][INFO ][plugins ]
[es.node.agroads.0.0.0.2] loaded , sites
[2013-06-27 20:51:12,875][ERROR][bootstrap ] {0.90.2}:
Initialization Failed ...

  • NoClassSettingsException[Failed to load class setting [discovery.type]
    with value [ec2]]

ClassNotFoundException[org.elasticsearch.discovery.ec2.Ec2DiscoveryModule]

2013/6/28 Radu Gheorghe radu.gheorghe@sematext.com

Hello Adrian,

What do you see in your logs? Can you share your configuration? Except
the secret stuff, or course :slight_smile:

On Thu, Jun 27, 2013 at 5:54 PM, Adrián Van Langenhove <
adrianvanlan@gmail.com> wrote:

Hi, i'm Adrian, i'm from Argentina.

I have a couple of problems with the configuration process. I tried to
follow what says on http://www.elasticsearch.**
org/tutorials/elasticsearch-**on-ec2/http://www.elasticsearch.org/tutorials/elasticsearch-on-ec2/

Our idea is to install ES on AWS in Sao Pablo (we need it as near as
possible from argentina)

The biggest problem we have is when we try to change the configuration.
Can you recommend any tutorial that could help with our particular
situation? Or do you have any specific tips we can use? It would be really
helpful if you can give more details of the configuration step.

Thank you very much.

--
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.

--
http://sematext.com/ -- Elasticsearch -- Solr -- Lucene

--
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/sGANKoFXCdI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Adrián Van Langenhove

--
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.

<elasticsearch.yml>

--
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/sGANKoFXCdI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Adrián Van Langenhove

--
Adrián Van Langenhove

--
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.