I have a case where I am using calendar events to summarize logs, with each summary ending up in it's own file due to the way I'm rotating the files. Each rotated file has the timestamp info in the filename.
I want to change this to rotate less frequently, but to do this, I need to add the timestamp to each line in the file. I could import time and look it up as needed, but then I would run the risk of processing taking too long and the timestamp changing on me (and so not matching when the dump started) It occures to me that if we could have the values of time (which get matched with the time= line) put into the $1-$5 variables, it would make this more reliable, and shouldn't hurt any existing configs, because they can't be using $<number> does this sound like a reasonable thing to do? and does it sound like an easy thing to do? David Lang ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Simple-evcorr-users mailing list Simple-evcorr-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users