Skip to content

Dynamic collection name in loadElasticsearch command #2

@metmajer

Description

@metmajer

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions