Örjan Sjöholm

Results 22 comments of Örjan Sjöholm
trafficstars

One way could possible be to specify the Elastic version in the configuration. That is easy to understand but make it mandatory would cause a breaking change. Making it optional...

@Belorus would you mind try to set `TypeName = null` in the latest version `8.4.0` https://github.com/serilog/serilog-sinks-elasticsearch/blob/dev/CHANGES.md

@digger73 I'm not running Elastic any longer but if I'm not wrong, it must be set through code since it's not possible to deliberately set it to `null` trough configuration?

@Mpdreamz this formatter is really awesome and together with data streams we're having a sensible default almost out for the box! Is there anything more we'll need to do in...

I'm not sure if this is related to this sink, the formatter or something lacking in Kibana? But being able to filter on values from serilog is important. ## References...

@mivano what about rebooting this issue? Many of the tasks mentioned here is still relevant and we're even approaching [EOL](https://www.elastic.co/support/eol) of `v6`. Maybe it's time for outlining a plan for...

There's not clear way to configure this for Elastic v8 at the moment. I'm not sure that this will work for you but it's working against Elastic `v7.10` that probably...

@liuyl1992 do you have a sample that reproduces the issue that you can share?

I'm looking into it as we speak together with @Originalutter

There are a couple of issues here The default doc_type is logevent if nothing else is specified e.g. so we'll need to set one the lines below: ``` ``` The...