Remove index allocation filtering settings

Hi,

I'm playing with the index allocation filtering settings locally before
deploying this configuration in our production environment. While testing,
I've set both the include & exclude values for an index, which I'd like to
remove. However, I can't figure out the API call that will remove those
settings from the index, reverting to the original default state.

Here's the current state of my index:

index.routing.allocation.include.cloud: -1
index.number_of_replicas: 1
index.version.created: 180099
index.number_of_shards: 10
index.routing.allocation.exclude.cloud: ignore
index.routing.allocation.include.cloud.0: false
index.routing.allocation.include.cloud.1: false

I've tried setting index.routing.allocation.include.cloud to "", null, and
an empty array with no luck. Any help is appreciated.

On Wednesday, August 1, 2012 1:10:04 PM UTC-4, Doug Barth wrote:

I can't figure out the API call that will remove those settings from the
index, reverting to the original default state.

I'm just bumping this with the same question - I'd like to somehow remove
an index.routing.allocation setting from an index.

Thanks,
-jim

--