Or you could track it in each application, in addition to injecting correlation_id to Graylog messages, you can also inject elapsed_time. This gives you a better view of your application performance, unless of course you are trying to track all the way to Graylog.
We also add task sequence number in case messages arrive out of sequence. On Monday, May 2, 2016 at 4:32:57 PM UTC-4, Steve Kuntz wrote: > > Guess I'll have to brush the dust off my python hat. > > Thanks > > On Monday, May 2, 2016 at 11:21:16 AM UTC-4, Jochen Schalanda wrote: >> >> Hi Steve, >> >> you could probably query those messages over the Graylog REST API (e. g. >> search for the ID) and calculate the time they took for each step >> "manually", feeding back those results into Graylog. >> >> Cheers, >> Jochen >> >> On Monday, 2 May 2016 16:41:04 UTC+2, Steve Kuntz wrote: >>> >>> Hi Jochen, >>> >>> Thanks for clarifying. You said "out-of-the-box", would you be able to >>> point me in the direction of where to look to get this functionality? >>> >>> On Monday, May 2, 2016 at 10:23:30 AM UTC-4, Jochen Schalanda wrote: >>>> >>>> Hi Steve, >>>> >>>> that's currently not possible with Graylog out-of-the-box. >>>> >>>> Cheers, >>>> Jochen >>>> >>>> On Monday, 2 May 2016 16:12:36 UTC+2, Steve Kuntz wrote: >>>>> >>>>> Hello, >>>>> >>>>> I've been looking through the docs and searching online but have been >>>>> unable to find what I'm looking for. >>>>> >>>>> I have a message that is assigned an ID. This message with its ID will >>>>> go through 5 different applications, each with its own log. What I'm >>>>> looking to do is to track this message through each each application and >>>>> determine the time it takes at each step. If it takes too long at any >>>>> step >>>>> or does not fully complete the process I would like to trigger an alert. >>>>> Is >>>>> Graylog capable of doing this? >>>>> >>>>> Thanks in advance. >>>>> >>>> -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/39ddffd2-5d6b-40f6-b856-edfab96e9c78%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
