Thanks for providing this awesome lib! I am currently testing the _loadElasticsearch_ command with the following configuration: ``` loadElasticsearch { collection: "myCollection" type: "myType" documentLoader: "REST" elasticsearchConfig { hosts: ["localhost"] } ttl: 0 } ``` Is there a way to provide a dynamic collection name, e.g. with a date, or could you think of a simple solution to this? Thanks and regards, Martin