You can set the default number of shards and replicas for new indexes via elasticsearch.yml. You can also, which I recommend, use index templates to accomplish the same thing.
You should probably reduce the number of shards too. If you have daily rolling indexes you don't need five shards if you have a two-node cluster.