AlexGoris-KasparSolutions

Results 8 comments of AlexGoris-KasparSolutions

Can we get this merged, I need exactly this to investigate why I get elastic failures every now and then :)

Take a look at this issue: https://github.com/elastic/ecs-dotnet/issues/158

I did some more research since this problem is really starting to annoy us. `1.5.1` does not have this problem, neither does `1.6.1-alpha1`. Any schedule on a non-prerelease of 1.6.1?

I'm having this exact problem still today with Angular 10.2.3 and ngx-papaparse@5. Should I open a new issue or can this one be reopened?

I have Ivy enabled, yes, I believe it's also the default in angular v10/11 Found this in `package-lock.json`: ```json { "node_modules/ngx-papaparse": { "version": "5.0.0", "license": "MIT", "dependencies": { "papaparse": "^5.3.0",...

So why I would consider this feature important, is because we've noticed that when we inject our kubernetes ingress controllers (using [the Kubernetes nginx ingress controller](https://github.com/kubernetes/ingress-nginx)) with a linkerd proxy...

Thanks @adleong , this indeed solves the issue I faced!

> @AlexGoris-KasparSolutions What configuration do you use for the sink in your .NET project when this error happens? As described, I started from the [sample project of this repo](https://github.com/serilog-contrib/serilog-sinks-elasticsearch/tree/dev/sample/Serilog.Sinks.Elasticsearch.Sample), only...