标签: elasticsearch serilog
我正在学习如何将日志发送到ElasticSearch,为此我正在使用Serilog。我已经能够发送日志,但是在Kibana上,我的字段出现了惊叹号,说这不是我的字段的缓存映射。
我进行了搜索,我认为模板就是这样。是吗?
如何在Serilog Elastic Search中映射字段?
我以这种方式发送日志:
Log.Information("{Message} {System}", "Hello, I'm on Index", "Teste");