Page MenuHomeMiraheze

Graylog: Increase max results for elasticsearch
Closed, ResolvedPublic

Description

We need to increase max results for elasticsearch permanently otherwise we cannot go very far page wise (before we hit its limit).

I've temporarily raised it via curl -XPUT -H 'Content-Type: application/json' -d '{ "index" : { "max_result_window" : 9000000 } }' http://127.0.0.1:9200/_settings but its not persistent.