Confused about saving (backing up) configuration information

I've been playing with both Elasticsearch and Solr. I have made much more
progress with Elasticsearch since it basically seems to work "out of the
box" and then you can tweak things later. Solr, on the other hand, seems
to have numerous configuration files that must be customized to make
anything work.

My difficulty, though, is how to recreate the configuration tweaks I use in
one Elasticsearch installation for use elsewhere. It's obvious with Solr
since they are all in regular filesystem files. How do I extract the
customizations I have done, without pulling all the stored data at the same
time? I see that the API has "get mapping", "get settings" etc, but how do
I know that I have pulled all the settings out? Is there a way to extract
all configuration information without extracting the data?

--
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/c926cd88-c736-4262-a073-d9846aea219a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Depends what OS you are on and how you installed it, but check out

  • specifically the conf directory.

You should be able to collect whatever you have applied, if you are using
the API as it seems, via /_cluster/settings.

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com

On 8 October 2014 04:27, Larry killerbeagle@gmail.com wrote:

I've been playing with both Elasticsearch and Solr. I have made much more
progress with Elasticsearch since it basically seems to work "out of the
box" and then you can tweak things later. Solr, on the other hand, seems
to have numerous configuration files that must be customized to make
anything work.

My difficulty, though, is how to recreate the configuration tweaks I use
in one Elasticsearch installation for use elsewhere. It's obvious with
Solr since they are all in regular filesystem files. How do I extract the
customizations I have done, without pulling all the stored data at the same
time? I see that the API has "get mapping", "get settings" etc, but how do
I know that I have pulled all the settings out? Is there a way to extract
all configuration information without extracting the data?

--
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/c926cd88-c736-4262-a073-d9846aea219a%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/c926cd88-c736-4262-a073-d9846aea219a%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/CAEM624aZ3sq%2Bkt5OXtrmJ7Y0CMk3tp-GCnatBozYN-XOZB4Paw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.