I have configured elasticsearch properly. I have tested the connection which result me success message.
The issue I am facing is I am not able to see products in my catalog category frontend. When I tried to look into the index created in elasticsearch I found it blank.
When I reindex I get this error
Design Config Grid index has been rebuilt successfully in 00:00:06
Customer Grid index has been rebuilt successfully in 00:00:00
Category Products index has been rebuilt successfully in 00:00:00
Product Categories index has been rebuilt successfully in 00:00:00
Product Price index has been rebuilt successfully in 00:00:00
Product EAV index has been rebuilt successfully in 00:00:00
Stock index has been rebuilt successfully in 00:00:00
Catalog Rule Product index has been rebuilt successfully in 00:00:00
Catalog Product Rule index has been rebuilt successfully in 00:00:00
Catalog Search indexer process unknown error:
illegal_argument_exception: Illegal dynamic template parameter: [match_mapping]
Product/Target Rule index has been rebuilt successfully in 00:00:00
Target Rule/Product index has been rebuilt successfully in 00:00:00
Sales Rule index has been rebuilt successfully in 00:00:00
Whats this
Catalog Search indexer process unknown error:
illegal_argument_exception: Illegal dynamic template parameter: [match_mapping]
Why am I getting this error when using with elasticsearch. Is there something I have to map?