Setup Serilog for Amazon OpenSearch – Asp.net
I'm trying to setup Serilog in order to send logs from ASP.NET Core WebAPI to the local instance of Amazon OpenSearch. I See logs on the console, but nothing is displayed in OpenSearch. Installed 3rd party libraries: Serilog.AspNetCore (6.0.0-dev-00265) Serilog.Enrichers.Environment…