Hi,when I run docker-compose up -d, I got these information.
My Elasticsearch image version is elastic/elasticsearch:8.1.0 and I've config a superuser for docker-compose.yml
[09:50:06 ERR] Error running ExceptionlessElasticConfiguration startup action: Error creating the index prod-stacks-v1
Original: [ElasticsearchClientException] Request failed to execute. Call: Status code 400 from: PUT /prod-stacks-v1. ServerError: Type: mapper_parsing_exception Reason: "Failed to parse mapping: Unknown parameter [boost] on mapper [title]" CausedBy: "Type: mapper_parsing_exception Reason: "Unknown parameter [boost] on mapper [title]""
Server Error (Index=): Failed to parse mapping: Unknown parameter [boost] on mapper [title]
[400] PUT /prod-stacks-v1
Foundatio.Repositories.Exceptions.RepositoryException: Error creating the index prod-stacks-v1
Original: [ElasticsearchClientException] Request failed to execute. Call: Status code 400 from: PUT /prod-stacks-v1. ServerError: Type: mapper_parsing_exception Reason: "Failed to parse mapping: Unknown parameter [boost] on mapper [title]" CausedBy: "Type: mapper_parsing_exception Reason: "Unknown parameter [boost] on mapper [title]""
Server Error (Index=): Failed to parse mapping: Unknown parameter [boost] on mapper [title]
[400] PUT /prod-stacks-v1
---> Elasticsearch.Net.ElasticsearchClientException: Request failed to execute. Call: Status code 400 from: PUT /prod-stacks-v1. ServerError: Type: mapper_parsing_exception Reason: "Failed to parse mapping: Unknown parameter [boost] on mapper [title]" CausedBy: "Type: mapper_parsing_exception Reason: "Unknown parameter [boost] on mapper [title]""
--- End of inner exception stack trace ---
at Foundatio.Repositories.Elasticsearch.Configuration.Index.CreateIndexAsync(String name, Func`2 descriptor) in /_/src/Foundatio.Repositories.Elasticsearch/Configuration/Index.cs:line 155
at Foundatio.Repositories.Elasticsearch.Configuration.VersionedIndex.ConfigureAsync() in /_/src/Foundatio.Repositories.Elasticsearch/Configuration/VersionedIndex.cs:line 62
at Foundatio.Repositories.Elasticsearch.Configuration.ElasticConfiguration.ConfigureIndexInternalAsync(IIndex idx, Boolean beginReindexingOutdated) in /_/src/Foundatio.Repositories.Elasticsearch/Configuration/ElasticConfiguration.cs:line 98
at Foundatio.Extensions.Hosting.Startup.StartupActionRegistration.RunAsync(IServiceProvider serviceProvider, CancellationToken shutdownToken) in /_/src/Foundatio.Extensions.Hosting/Startup/StartupActionRegistration.cs:line 44
at Foundatio.Extensions.Hosting.Startup.StartupExtensions.<>c__DisplayClass0_1.<<RunStartupActionsAsync>b__3>d.MoveNext() in /_/src/Foundatio.Extensions.Hosting/Startup/StartupExtensions.cs:line 51
Hi,when I run docker-compose up -d, I got these information. My Elasticsearch image version is elastic/elasticsearch:8.1.0 and I've config a superuser for docker-compose.yml
My docker-compose.yml:
What should I do to fix this problem?