Serilog Not Logging to Elasticsearch
问题 followed the Serilog Elasticsearch tutorial here: https://github.com/serilog/serilog-sinks-elasticsearch#handling-errors And nothing is working. I've seen other related SO posts that have suggestions + accepted answers but nothing is working. No errors, the console and file sinks work, however ES never gets written to. Here is the code that I am using: using System; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Serilog; using Serilog.Events; using Serilog.Formatting