Can we disable dynamic mapping in elastic search from logstash config file?

Viewed 19

Is there any possibility to set the dynamic parameter to false in elasticsearch index using logstash config file.

1 Answers

only if you manage the template yourself via something like this here, there's no other flag to do that

Related