|
I'm unable to get this search to output anything except the _time of the first search:
anyway it's a logfile that timestamps when the backgroundworker sub starts a routine followed by another entry where it ENDs. It happens multiple times per source so dedup being used in this way probably isn't the best idea. There are many difference sources being indexed each with a unique name. Is this the way to do this? Thanks in advance. |
will probably get you the right results efficiently. Otherwise:
should get you the same as what you appear to intend. The first search worked great, but the results scared me. Thanks for the help. I was definitely making it more complicated than I should have.
(25 May '12, 11:42)
nelsonb
The one problem with doing the stat by source though is that it's only returning one result by source. Each source has several hundred occurences of these pairs of events happening. Is there some other way to sort the returns? I'm trying a few variations.
(25 May '12, 12:36)
nelsonb
Okay, then you need to use the
might work.
(25 May '12, 16:42)
gkanapathy ♦
This returned all the results I was looking for. Thanks!
(29 May '12, 10:53)
nelsonb
|