I have a large amount of logs in the following format:
2014-07-30 14:23:51,802 - MyApp - 6 - INFO - Performance - process=Update, timeElapsed=00:00:00.0940611
I have a filter which displays only these entries:
Service=MyApp source="C:\Logs\MyApp-Performance.log" process=Update
Would someone be able to explain how I can update this go that it give me the average timeElapsed across all entries for the selected period?
Apologies, I'm new to this and have tried a few different things but can't seem to figure it out.
Thanks in advance,
... View more