Re: Storing Elasticsearch configuraton and deploying new clusters

2014-08-05 Thread David Pilato
I would prefer having a script file which do everything you need than storing mappings in config/ I find scripts more flexible. You can create index with specific settings, add mapping, inject some data... My 2 cents. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 5 a

Re: Storing Elasticsearch configuraton and deploying new clusters

2014-08-05 Thread Mark Walkom
You can store mappings on the filesystem - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-conf-mappings.html Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web: www.campaignmonitor.com On 6 August 2014 10:03, Hayden

Re: Storing Elasticsearch configuraton and deploying new clusters

2014-08-05 Thread Hayden Muhl
I was thinking more in terms of things like mappings. The only way of setting up mappings that I can find is via the API. If I've set up and tested a particular way of indexing and querying my documents on a QA system, I want to set my production system up the same way. What is your process for doi

Re: Storing Elasticsearch configuraton and deploying new clusters

2014-08-05 Thread Mark Walkom
There are some settings you can set via the API, but not all. The docs are pretty indepth so check out http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web:

Storing Elasticsearch configuraton and deploying new clusters

2014-08-05 Thread Hayden Muhl
We've been using Solr for the past several months, but have been considering Elasticsearch recently. One think I can't quite wrap my head around is how to keep track of Elasticsearch cluster configuration. Solr is largely based on config files written in XML. These are very straight forward to