We are using a 5.2 ES cluster and trying to restore a lot of data from AWS s3. The process is going slower than we would like so we have increased the following settings:
cluster.routing.allocation.node_concurrent_recoveries (from I believe the default of 2 to 4)
indices.recovery.max_bytes_per_sec (from 40mb to 120mb)
Besides changing these two settings is there anything else we can tweak in order to increase our restore speed? (Did we even change the correct settings in the first place?)