Skip to Main Content
Integration


This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Not under consideration
Created by Guest
Created on Sep 5, 2023
Merged idea

This idea has been merged into another idea. To comment or vote on this idea, please visit MESNS-I-336 Add explanation and action to errors in output of DiagnosticsMessages stanza (JSON format).

IBM MQ Container : Inclusion of Explanation section of the logs in json format Merged

Hi Team,

The MQ container sample just forwards the standard JSON log produced by the MQ queue manager (e.g. AMQERR01.json). This includes all the "inserts" into the longer log message, so you don't lose any information entirely, but it does not include explanation section of the log event for details.

I think the explanation is not included in order to keep the JSON logs smaller, and not cause huge log lines but our use case really requires it.

We need your help in fixing the logs in json format section.

In Json format section, the explanation section is missing

========================================

logs:

format: basic

debug : false

Logs written in general format.

=========================

17/11/2014 10:32:29 - Process(2132.1) User(USER_1) Program(runmqchi.exe)

Host(HOST_1) Installation(Installation1)

VRMF(8.0.0.0) QMgr (A.B.C)

AMQ9542: Queue manager is ending.

EXPLANATION:

The program will end because the queue manager is quiescing.

ACTION:

None.



=========================================================

Logs is Written in JSON format


Config

=================

logs:

format : json

debug : false

{

"ibm_messageId":"AMQ9209E",

"ibm_arithInsert1":0,

"ibm_arithInsert2":0,

"ibm_commentInsert1":"localhost (127.0.0.1)",

"ibm_commentInsert2":"TCP/IP",

"ibm_commentInsert3":"SYSTEM.DEF.SVRCONN",

"ibm_datetime":"2018-02-22T06:54:53.942Z",

"ibm_serverName":"QM1",

"type":"mq_log",

"host":"0df0ce19c711",

"loglevel":"ERROR",

"module":"amqccita.c:4214",

"ibm_sequence":"1519282493_947814358",

"ibm_remoteHost":"127.0.0.1",

"ibm_qmgrId":"QM1_2018-02-13_10.49.57",

"ibm_processId":4927,

"ibm_threadId":4,

"ibm_version":"9.0.5.0",

"ibm_processName":"amqrmppa",

"ibm_userName":"johndoe",

"ibm_installationName":"Installation1",

"ibm_installationDir":"/opt/mqm",

"message":"AMQ9209E: Connection to host 'localhost (127.0.0.1)' for channel 'SYSTEM.DEF.SVRCONN' closed."

}

.

===========================================

Expected Format in JSON format is

===========================================

{

"ibm_messageId":"AMQ9209E",

"ibm_arithInsert1":0,

"ibm_arithInsert2":0,

"ibm_commentInsert1":"localhost (127.0.0.1)",

"ibm_commentInsert2":"TCP/IP",

"ibm_commentInsert3":"SYSTEM.DEF.SVRCONN",

"ibm_datetime":"2018-02-22T06:54:53.942Z",

"ibm_serverName":"QM1",

"type":"mq_log",

"host":"0df0ce19c711",

"loglevel":"ERROR",

"module":"amqccita.c:4214",

"ibm_sequence":"1519282493_947814358",

"ibm_remoteHost":"127.0.0.1",

"ibm_qmgrId":"QM1_2018-02-13_10.49.57",

"ibm_processId":4927,

"ibm_threadId":4,

"ibm_version":"9.0.5.0",

"ibm_processName":"amqrmppa",

"ibm_userName":"johndoe",

"ibm_installationName":"Installation1",

"ibm_installationDir":"/opt/mqm",

"message":"AMQ9209E: Connection to host 'localhost (127.0.0.1)' for channel 'SYSTEM.DEF.SVRCONN' closed."

"explanation": We need the inclusion of Explanation in MQ Logs"

}

Please review and let us know if we can have this enhancement .

Idea priority High