You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var indexTemplateResponse = await client.Indices.GetIndexTemplateAsync("xxx-ft-it-documents", TestContext.Current.CancellationToken);
Error:
Elastic.Transport.UnexpectedTransportException : The JSON value could not be converted to Elastic.Clients.Elasticsearch.Names. Path: $.index_templates[0].index_template.index_patterns | LineNumber: 5 | BytePositionInLine: 28.
---- System.Text.Json.JsonException : The JSON value could not be converted to Elastic.Clients.Elasticsearch.Names. Path: $.index_templates[0].index_template.index_patterns | LineNumber: 5 | BytePositionInLine: 28.
Thanks.
The text was updated successfully, but these errors were encountered:
Elastic.Clients.Elasticsearch version: 8.17.2, 8.17.3
Elasticsearch version: 8.17.3
.NET runtime version: 8.0
Operating system version: linux
Description of the problem including expected versus actual behavior:
Asking index template we receive a deserialization error.
Here correct direct call:
GET _index_template/xxx-ft-it-documents
And correct response:
Instead of using client:
Error:
Thanks.
The text was updated successfully, but these errors were encountered: