I have noted that there are two different formats for the E2E Element Log.
Format one log: BROWSE /shared/ndvrlog/ndvrsbx/elmlog/201804201 Line 0000000000 Col 001 080 Command ===> Scroll ===> CSR ********************************* Top of Data ********************************** {"actiontype":"ELM","action":"ADD","actiondate":"20180420","actiontime":"10011932","actionuserid":"TSUENDC","actionccid":"111 etc... ******************************** Bottom of Data ********************************
Format two log: BROWSE /shared/ndvrlog/ndvrsbx/elmlog/201804201 Line 0000000000 Col 001 080 Command ===> Scroll ===> CSR ********************************* Top of Data ********************************** { "actiontype":"ELM", "action":"ADD", "actiondate":"20180420", "actiontime":"10032755", "actionuserid":"TSUENDC", "actionccid":"102016", "actioncomment":"test add scripts", "actionpackageid":"", "processorgroup":"SCRBNS", "lastprocessor":"GFOOX", "versionlevel":"0100", "lastleveldate":"20180420", "lastleveltime":"10032702", "sitename":"*** UNITED HEALTH GROUP ENDEVOR ***", "elementname":"endevor.LAV.TESTING.long.element_unjar9491", "toenvironment":"DEVA1", "tosystem":"ENDVTST", "tosubsystem":"SZ111", "totype":"XSCRIPT", "tostageID":"1", "actionreturncode":"0000" }
Format two is the correct JSON format according to Endevor document, how to fix the format one issue ?