Multiple config files?

Is there a mechanism inside ES to specify multiple config files? I'd like
to have something like:

defaults.yml
overrides.yml

That way, it's much easier for me to see exactly what's different about one
box vs another.

--
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/72ec155e-5fe5-4bf1-a76a-573167822475%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No there isn't.

On 10 December 2014 at 21:38, Matt Hughes hughes.matt@gmail.com wrote:

Is there a mechanism inside ES to specify multiple config files? I'd like
to have something like:

defaults.yml
overrides.yml

That way, it's much easier for me to see exactly what's different about
one box vs another.

--
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/72ec155e-5fe5-4bf1-a76a-573167822475%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/72ec155e-5fe5-4bf1-a76a-573167822475%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/CAEYi1X99MnSuCqyhxhFdeGaAeqttYS1ZPjsCmE%3D8zsqotAcTTg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Thanks.

Since the config format is flat, it should be trivial to just concat N files together.

cat defaults.yml overrides.yml > /etc/elasticsearch.yml

This way, I’d never write elasticsearch.yml myself.

On December 11, 2014 at 1:45:36 AM, Mark Walkom (markwalkom@gmail.com) wrote:

No there isn't.

On 10 December 2014 at 21:38, Matt Hughes hughes.matt@gmail.com wrote:
Is there a mechanism inside ES to specify multiple config files? I'd like to have something like:

defaults.yml
overrides.yml

That way, it's much easier for me to see exactly what's different about one box vs another.

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/72ec155e-5fe5-4bf1-a76a-573167822475%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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/4pWdv7sj6t8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEYi1X99MnSuCqyhxhFdeGaAeqttYS1ZPjsCmE%3D8zsqotAcTTg%40mail.gmail.com.
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/etPan.5489ae6b.12200854.8e8a%40Matthews-MacBook-Pro.local.
For more options, visit https://groups.google.com/d/optout.