You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have a documentation suggestion. One thing that's not clear to me is the sequence and data flow of all of the custom logging settings. I'm wanting to do some Elastic Common Schema conformant logging, but it's not clear to me how everything ties together. A flow chart could do wonders! Examples of my doubts at a first reading of the docs:
Is genReqId called in all cases, even when customReceivedObject isn't present?
Do customSuccessObject and customErrorObject receive the object produced by customReceivedObject, or would I need to duplicate property extraction logic? Or does customReceivedObject change the request being passed to those functions?
Does customProps inject properties into the custom objects produced by custom*Object or do those functions supercede those?
I might try to source dive to figure this out myself, but maybe there's already a good explanation somewhere that could be better surfaced?
The text was updated successfully, but these errors were encountered:
Hello. I have a documentation suggestion. One thing that's not clear to me is the sequence and data flow of all of the custom logging settings. I'm wanting to do some Elastic Common Schema conformant logging, but it's not clear to me how everything ties together. A flow chart could do wonders! Examples of my doubts at a first reading of the docs:
genReqId
called in all cases, even whencustomReceivedObject
isn't present?customSuccessObject
andcustomErrorObject
receive the object produced bycustomReceivedObject
, or would I need to duplicate property extraction logic? Or doescustomReceivedObject
change the request being passed to those functions?customProps
inject properties into the custom objects produced bycustom*Object
or do those functions supercede those?I might try to source dive to figure this out myself, but maybe there's already a good explanation somewhere that could be better surfaced?
The text was updated successfully, but these errors were encountered: