The Data Stream definition of AS - BAM data stream given below. The
full_message is true that means the record contains header,
request_payload & response_payload. Otherwise those three are null.
The full_message can be enabled if full details about the calls are
needed.


{  'name':'http_monitoring',

  'version':'1.0.0',

  'nickName': 'AS Http Stats',

  'description': 'All the HTTP monitoring data from AS will be coming
through this stream.',

  'metaData':[

          {'name':'full_message','type':'BOOL'},
  ],

  'payloadData':[

          {'name':'application_name','type':'STRING'},

          {'name':'cluster_id','type':'STRING'},

          {'name':'tenant_id','type':'INT'},

          {'name':'application_type','type':'STRING'},

          {'name':'node_name','type':'STRING'},

          {'name':'request_datetime','type':'STRING'},

          {'name':'response_time','type':'INT'},

          {'name':'response_status','type':'INT'},

          {'name':'session_id','type':'STRING'},

          {'name':'request_payload_size','type':'INT'},

          {'name':'response_payload_size','type':'INT'},

          {'name':'content-type','type':'STRING'},

          {'name':'browser','type':'STRING'},

          {'name':'os','type':'STRING'},

          {'name':'language','type':'STRING'},

          {'name':'device_type','type':'STRING'},

          {'name':'client_ip','type':'STRING'},

          {'name':'request_url','type':'STRING'},

          {'name':'referrer_url','type':'STRING'},

          {'name':'headers','type':'STRING'},

          {'name':'http_request_payload','type':'STRING'},

          {'name':'http_response_payload','type':'STRING'}

  ]}


-- 
K.D. Chamil Jeewantha
Associate Technical Lead
WSO2, Inc.;  http://wso2.com
Mobile: +94716813892
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to