Closed maobiwen closed 3 years ago
英文有点烂,有中国的朋友在用这个吗? 我没有用docker搭建,自己手动一个个搭建。 我下载了 Elasticsearch 7.10 运行后,确定 localhost:9200 可以访问。如下图
我都能在web控制台新增项目,获取apiKey了,但是发送异常去服务器的话,服务器显示写不进elasticsearch,感觉像是bug?
Hello,
Thanks for reaching out to us. This is a duplicate of https://github.com/exceptionless/Exceptionless/issues/681. You need to ensure the mapper-size plugin is enabled or disable it via configuration as shown in #681
Hello,
Thanks for reaching out to us. This is a duplicate of #681. You need to ensure the mapper-size plugin is enabled or disable it via configuration as shown in #681
Thank you .I had solve it
Hello, Thanks for reaching out to us. This is a duplicate of #681. You need to ensure the mapper-size plugin is enabled or disable it via configuration as shown in #681
Thank you .I had solve it
咋解决的呀
I run it with out docker 。 I download elasticsearch 7.10 ,run it ,then Run Exceptionless.Web I set RunJobsInProcess: true then when I submit a exception ,the Exceptionless.Web show me this error,please help 。 my main code is in the end
System.ApplicationException: Error creating the index stage-events-v1-2021.01.09: Original: (400 - ElasticsearchClientException) Request failed to execute. Call: Status code 400 from: PUT /stage-events-v1-2021.01.09. ServerError: Type: mapper_parsing_exception Reason: "Failed to parse mapping [_doc]: Root mapping definition has unsupported parameters: [_size : {enabled=true}]" CausedBy: "Type: mapper_parsing_exception Reason: "Root mapping definition has unsupported parameters: [_size : {enabled=true}]"" Server: (400) Type: mapper_parsing_exception Reason: "Failed to parse mapping [_doc]: Root mapping definition has unsupported parameters: [_size : {enabled=true}]" CausedBy: "Type: mapper_parsing_exception Reason: "Root mapping definition has unsupported parameters: [_size : {enabled=true}]""
---> Elasticsearch.Net.ElasticsearchClientException: Request failed to execute. Call: Status code 400 from: PUT /stage-events-v1-2021.01.09. ServerError: Type: mapper_parsing_exception Reason: "Failed to parse mapping [_doc]: Root mapping definition has unsupported parameters: [_size : {enabled=true}]" CausedBy: "Type: mapper_parsing_exception Reason: "Root mapping definition has unsupported parameters: [_size : {enabled=true}]"" --- End of inner exception stack trace --- at Foundatio.Repositories.Elasticsearch.Configuration.Index.CreateIndexAsync(String name, Func
2 descriptor) at Foundatio.Repositories.Elasticsearch.Configuration.DailyIndex.EnsureDateIndexAsync(DateTime utcDate) at Foundatio.Repositories.Elasticsearch.ElasticRepositoryBase
1.IndexDocumentsAsync(IReadOnlyCollection1 documents, Boolean isCreateOperation, ICommandOptions options) at Foundatio.Repositories.Elasticsearch.ElasticRepositoryBase
1.AddAsync(IEnumerable1 documents, ICommandOptions options) at Exceptionless.Core.Pipeline.SaveEventAction.ProcessBatchAsync(ICollection
1 contexts) in D:\codes\fromgithub\Exceptionless-7.0.9\src\Exceptionless.Core\Pipeline\040_SaveEventAction.cs:line 23main code picture