Hi Andrej,

Thank you for using the puppet module :-)

The 'port' and 'discovery minimum' settings are both configuration settings 
for the elasticsearch.yml file.
You can set those in the 'config' option variable, for example:

elasticsearch::instance { 'instancename':
  config => { 'http.port' => '9210', 'discovery.zen.minimum_master_nodes' 
=> 3 }
}


For the logging part, management of the logging.yml file is very limited at 
the moment but i hope to get some feedback on extending that.
The thresholds for the slowlogs can be set in the same config option 
variable.
See 
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-slowlog.html#index-slow-log
 
for more information.

If you have any further questions, let me know.

Cheers

On Thursday, June 19, 2014 9:53:10 AM UTC+1, Andrej Rosenheinrich wrote:
>
> Hi,
>
> i am playing around with puppet-easticsearch 0.4.0, works wells so far 
> (thanks!), but I am missing a few options I havent seen in the 
> documentation. As I couldnt figure it out immediately by reading the 
> scripts, may be someone can help me fast on this:
>
> - there is an option to change the port (9200), but this is only the http 
> port. Is there an option to change the tcp transport port as well?
> - how can I configure logging? I think about logfile names and loglevel, 
> may be even thresholds for slowlog. May be this is interesting enough to 
> add it to the documentation?
> - is there an option in the module to easily configure memory usage?
> - how can I configure the discovery minimum?
>
> I am aware that I could go ahead and manipulate the elasticsearch.yml file 
> with puppet, I am just curious if there are options for my questions 
> already implemented in the module I have missed. So if someone could give 
> me a hint or an example it would be really helpful!
>
> Thanks in advance!
> Andrej
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/41d7340c-5570-4728-b979-35f97c233e25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to