Is it possible to create a new index based on existing index

i would like to create new index based on existing indexes in elastic search using logstash, is this possible.

regards
dileep

You can setup a template using the mapping of the original index, but there's no copy request you can make.

thanks for solution.