我正在研究一个webapi 2 .Net项目,并计划使用Serilog并使用serilog-sinks-elasticsearch library
将我的日志集中在elasticsearch中我正在使用6.6.2和I have read that the recommanded way of working with it is to declare different an index for each document type版的elasticsearch。
如何在该库中按索引声明和注册文档类型?