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
{{ message }}
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
when using the index format as below, the code will not show any error, yet it will not log to elasticsearch because the indexing format should be lowered-case. This should be handled somewhere.
var logger = new LoggerConfiguration()
.WriteTo.Elasticsearch(new ElasticsearchSinkOptions(new Uri("http://localhost:9200"))
{
IndexFormat = "TESTING",
}).CreateLogger();
The text was updated successfully, but these errors were encountered:
when using the index format as below, the code will not show any error, yet it will not log to elasticsearch because the indexing format should be lowered-case. This should be handled somewhere.
The text was updated successfully, but these errors were encountered: