Author |
Message
|
saviobarr |
Posted: Mon Sep 25, 2017 12:08 pm Post subject: View Message Tree in a production env |
|
|
Centurion
Joined: 21 Oct 2014 Posts: 100 Location: Sao Paulo, Brazil
|
Hi everyone,
I would like to be able to see the entire message tree of incoming messages in a production environment. It maybe helpful in problem determination. Is
Enabling the record/replay feature (data capture store/source) the best approach to accomplish this?
Many thanks
Savio Barros _________________ Go as far as you can go. Then go farther! |
|
Back to top |
|
 |
timber |
Posted: Mon Sep 25, 2017 11:36 pm Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
No need to use the entire Record & Replay feature. You could just define some monitoring events, and enable monitoring when you need to diagnose something. |
|
Back to top |
|
 |
saviobarr |
Posted: Tue Sep 26, 2017 2:01 am Post subject: |
|
|
Centurion
Joined: 21 Oct 2014 Posts: 100 Location: Sao Paulo, Brazil
|
timber wrote: |
No need to use the entire Record & Replay feature. You could just define some monitoring events, and enable monitoring when you need to diagnose something. |
Thanks for replying.
In order to capture and store events don't I have to enable the record feature? _________________ Go as far as you can go. Then go farther! |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Sep 26, 2017 3:22 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You could add trace nodes to your flow, and disable them in production deploys. and then enable them when you need to.
You need to be *extremely* careful when looking at production data. You can easily break rules like HIPAA or PCI compliance or all kinds of other things, like company policies or customer agreements or or or...
You don't need to enable record replay to enable monitoring events.
You just need something else to read the monitor events.
Again. DO NOT ENABLE RECORD AND REPLAY IN PRODUCTION without verifying all possible compliance issues first.
It might be very bad from a legal point of view to retain production messages in any kind of data store, particularly in one that is insecure and not using encryption for data at rest. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 26, 2017 5:36 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
saviobarr wrote: |
In order to capture and store events don't I have to enable the record feature? |
Just have something subscribing to the events. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|