This repository was archived by the owner on Jun 1, 2024. It is now read-only.
Facing Issue while using ElasticSearch sink #469
hassanqaiser213
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on .net 4.8.
Using below mentioned code:
Log.Logger = new LoggerConfiguration()
.WriteTo.Elasticsearch(new ElasticsearchSinkOptions(new Uri("Some URL"))
{
AutoRegisterTemplate = true,
AutoRegisterTemplateVersion = AutoRegisterTemplateVersion.ESv7
})
.CreateLogger();
while executing it is giving error attached below:

Can anyone help in it.
Beta Was this translation helpful? Give feedback.
All reactions