JP Toto

Results 10 comments of JP Toto

@iano123 there is also a @timestamp field in the properties array which you can see an example of here http://jptoto.github.io/log4net.ElasticSearch/ in the sample doc. That should always be there for...

@iano123 I'll see if I can add an option to place @timestamp at the root and if that makes sense. I'm trying to finish up a new Pluralsight course at...

@iano123 you're the first person who's asked for it :)

Will check to see if Kibana can find the @timestamp field in the properties section. If it can, I don't think I will add @timestamp to the root or make...

This works fine in Kibana so I'm gonna go ahead and close this. Thanks for inquiring about it, I just don't think there is a big need for it and...

I suppose simply adding the additional field won't hurt. I can eventually deprecate the old one.

This is a good idea, yes. I'm trying to get back to updating this lib and I'll look into adding this functionality.

@lukas-lansky Unfortunately the blocker is with the log4net lib. All calls to log4net are blocking and are not run on a background thread. I'll check again to see if there...

Wow this is interesting, I didn't know about this lib. I'm climbing out from some other priorities but I will be able to check this out shortly. Thanks for the...

I can't speak for this fork but I would _not_ use my lib for production as it's still based on blocking log4net calls internally. If Elasticsearch becomes unavailable you will...