Low disk watermark - Does it ES stop indexing new data?

Hi,
When the disk usage reaches the threshold, will elasticsearch stop processing the incoming indexing requests?

Running ES 2.3.2 and its a single node ES cluster?

Logs?
[2017-06-01 13:24:53,368][INFO ][cluster.routing.allocation.decider] [Kismet] low disk watermark [85%] exceeded on [pd1E5-TmT6mhoTkkRay0_g][Kismet][C:\tt\tt\elasticsearch-2.3.2\data\WF_PROD1\nodes\0] free: 35.4gb[14.7%], replicas will not be assigned to this node
[2017-06-01 13:25:23,409][INFO ][cluster.routing.allocation.decider] [Kismet] rerouting shards: [one or more nodes has gone under the high or low watermark]

Please format your code using </> icon as explained in this guide. It will make your post more readable.

Or use markdown style like:

```
CODE
```

It will continue to index data but will refuse to allocate replicas on that node.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.