<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to access event data for comparison reasons in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/650699#M224982</link>
    <description>&lt;P&gt;Can you explain what "traverse the Attributes field" pertains to? &amp;nbsp;The first prominent problem I see is the fact that the posted sample data is terribly butchered JSON. (Three big problems: keys and values are not properly quoted; newlines are not escaped; backslash characters used in Windows/DOS path are not escaped.) &amp;nbsp;A conformant notation should read&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
"Attributes": ":\n-DFileNet.Content.DownloadServerAffinityEnabled: TRUE\n-DFileNet.Content.GetBlockSizeKB: 4096\n-DFileNet.Content.PutBlockSizeKB: 4096\n-DFileNet.Content.UploadServerAffinityEnabled: TRUE\n-DFileNet.WSI.AutoDetectLTPAToken: is not set\n-Dappdynamics.agent.applicationName: is not set\n-Dappdynamics.agent.nodeName: is not set\n-Dcom.filenet.authentication.token.userid: is not set\n-Dcom.filenet.authentication.wsi.AutoDetectAuthToken: is not set\n-Dcom.filenet.repositoryconfig.allowWSIOnWAS: is not set\n-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterAction: is not set\n-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterReplacement: is not set\n-Dfilenet.pchconfig: is not set\n-Djava.awt.headless: TRUE\n-Djava.security.auth.login.config: ${USER_DIR}/DocumentRepository/jaas.conf.WebSphere\n-Djaxws.payload.highFidelity: is not set\n-Xdump: system:none\n-Xgcpolicy: is not set\n-Xmn2048M: is not set\n-Xmn512M: is not set\n-Xquickstart: is set\n-Xverbosegclog: is not set\n-javaagent: is not set\n-server: is set\ngenericJvmArguments: -Xgcpolicy:gencon\n-Djaxws.payload.highFidelity=true -Dfilenet.pchconfig=${USER_DIR}\\HJIPDash\\PchConfig.properties -Xmn512M -Dcom.filenet.authentication.token.userid=sso:ltpa -DFileNet.WSI.AutoDetectLTPAToken=true -Dcom.filenet.authentication.wsi.AutoDetectAuthToken=true -Dcom.filenet.repositoryconfig.allowWSIOnWAS=true -DFileNet.Content.PutBlockSizeKB=10240 -DFileNet.Content.GetBlockSizeKB=10240",
"Env": "UAT",
"Object": "HJn8server3 (HJn8, UAT-230612150440)",
"SectionName": "JVM Arguments"
}&lt;/LI-CODE&gt;&lt;P&gt;If your events do not look like that, Splunk cannot even extract Attributes properly. &amp;nbsp;Can you clarify whether raw events are conformant JSON and post real samples? (Anonymize as needed.)&lt;/P&gt;&lt;P&gt;Also, your illustrated code implies the presence of field name pattern Attributes.* &amp;nbsp;Based on your posted event, there is no way Splunk can give you those. &amp;nbsp;Can you explain?&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jul 2023 18:19:29 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2023-07-15T18:19:29Z</dc:date>
    <item>
      <title>Unable to access event data for comparison reasons</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/650618#M224936</link>
      <description>&lt;P&gt;I have ingested configuration information from WebSphere Application Server. Specifically, appserver configuration data. The events look like the following:&lt;/P&gt;&lt;P&gt;{&amp;nbsp;&lt;BR /&gt;Attributes: {&amp;nbsp;&lt;BR /&gt;:&lt;BR /&gt;-DFileNet.Content.DownloadServerAffinityEnabled: TRUE&lt;BR /&gt;-DFileNet.Content.GetBlockSizeKB: 4096&lt;BR /&gt;-DFileNet.Content.PutBlockSizeKB: 4096&lt;BR /&gt;-DFileNet.Content.UploadServerAffinityEnabled: TRUE&lt;BR /&gt;-DFileNet.WSI.AutoDetectLTPAToken: is not set&lt;BR /&gt;-Dappdynamics.agent.applicationName: is not set&lt;BR /&gt;-Dappdynamics.agent.nodeName: is not set&lt;BR /&gt;-Dcom.filenet.authentication.token.userid: is not set&lt;BR /&gt;-Dcom.filenet.authentication.wsi.AutoDetectAuthToken: is not set&lt;BR /&gt;-Dcom.filenet.repositoryconfig.allowWSIOnWAS: is not set&lt;BR /&gt;-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterAction: is not set&lt;BR /&gt;-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterReplacement: is not set&lt;BR /&gt;-Dfilenet.pchconfig: is not set&lt;BR /&gt;-Djava.awt.headless: TRUE&lt;BR /&gt;-Djava.security.auth.login.config: ${USER_DIR}/DocumentRepository/jaas.conf.WebSphere&lt;BR /&gt;-Djaxws.payload.highFidelity: is not set&lt;BR /&gt;-Xdump: system:none&lt;BR /&gt;-Xgcpolicy: is not set&lt;BR /&gt;-Xmn2048M: is not set&lt;BR /&gt;-Xmn512M: is not set&lt;BR /&gt;-Xquickstart: is set&lt;BR /&gt;-Xverbosegclog: is not set&lt;BR /&gt;-javaagent: is not set&lt;BR /&gt;-server: is set&lt;BR /&gt;genericJvmArguments: -Xgcpolicy:gencon -Djaxws.payload.highFidelity=true -Dfilenet.pchconfig=${USER_DIR}\HJIPDash\PchConfig.properties -Xmn512M -Dcom.filenet.authentication.token.userid=sso:ltpa -DFileNet.WSI.AutoDetectLTPAToken=true -Dcom.filenet.authentication.wsi.AutoDetectAuthToken=true -Dcom.filenet.repositoryconfig.allowWSIOnWAS=true -DFileNet.Content.PutBlockSizeKB=10240 -DFileNet.Content.GetBlockSizeKB=10240&lt;BR /&gt;}&lt;BR /&gt;Env: UAT&lt;BR /&gt;Object: HJn8server3 (HJn8, UAT-230612150440)&lt;BR /&gt;SectionName: JVM Arguments&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;The eveants field are made up of the following:&lt;/P&gt;&lt;P&gt;Objects: AppServer Names&lt;/P&gt;&lt;P&gt;SectionName: Are the various sections of an application server. For example: "JVM Configuratioin"&lt;/P&gt;&lt;P&gt;Attributes: Are all the configurations for a give SectionName&lt;/P&gt;&lt;P&gt;I have been unable to traverse the "Attributes" field of these events. I have tried making the Attributes field into an JSON Array and/or Object but have had no luck.&amp;nbsp; My search code has gotten so convoluted, I don't know where to start. The code I use to create a table listing the attributes of two appserver is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=websphere_cct SectionName&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ search index=websphere_cct&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | dedup SectionName&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | streamstats count as "RowCount"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | eval newfield="panel".RowCount&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | head 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | tail&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | head 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | table SectionName] Object=" HJn6server1 (HJn6, PROD-230612151857)" OR Object=" HJn4server1 (HJn4, PROD-230612151857)"&lt;BR /&gt;| table Object, SectionName, Attributes.*&lt;BR /&gt;| transpose 0 header_field=Object&lt;BR /&gt;| fields - Attributes.*&lt;BR /&gt;&lt;BR /&gt;This produces the table:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith93_0-1689359688303.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26271i28D8825F02DAB7EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gsmith93_0-1689359688303.png" alt="gsmith93_0-1689359688303.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 18:36:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/650618#M224936</guid>
      <dc:creator>gsmith93</dc:creator>
      <dc:date>2023-07-14T18:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access event data for comparison reasons</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/650699#M224982</link>
      <description>&lt;P&gt;Can you explain what "traverse the Attributes field" pertains to? &amp;nbsp;The first prominent problem I see is the fact that the posted sample data is terribly butchered JSON. (Three big problems: keys and values are not properly quoted; newlines are not escaped; backslash characters used in Windows/DOS path are not escaped.) &amp;nbsp;A conformant notation should read&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
"Attributes": ":\n-DFileNet.Content.DownloadServerAffinityEnabled: TRUE\n-DFileNet.Content.GetBlockSizeKB: 4096\n-DFileNet.Content.PutBlockSizeKB: 4096\n-DFileNet.Content.UploadServerAffinityEnabled: TRUE\n-DFileNet.WSI.AutoDetectLTPAToken: is not set\n-Dappdynamics.agent.applicationName: is not set\n-Dappdynamics.agent.nodeName: is not set\n-Dcom.filenet.authentication.token.userid: is not set\n-Dcom.filenet.authentication.wsi.AutoDetectAuthToken: is not set\n-Dcom.filenet.repositoryconfig.allowWSIOnWAS: is not set\n-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterAction: is not set\n-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterReplacement: is not set\n-Dfilenet.pchconfig: is not set\n-Djava.awt.headless: TRUE\n-Djava.security.auth.login.config: ${USER_DIR}/DocumentRepository/jaas.conf.WebSphere\n-Djaxws.payload.highFidelity: is not set\n-Xdump: system:none\n-Xgcpolicy: is not set\n-Xmn2048M: is not set\n-Xmn512M: is not set\n-Xquickstart: is set\n-Xverbosegclog: is not set\n-javaagent: is not set\n-server: is set\ngenericJvmArguments: -Xgcpolicy:gencon\n-Djaxws.payload.highFidelity=true -Dfilenet.pchconfig=${USER_DIR}\\HJIPDash\\PchConfig.properties -Xmn512M -Dcom.filenet.authentication.token.userid=sso:ltpa -DFileNet.WSI.AutoDetectLTPAToken=true -Dcom.filenet.authentication.wsi.AutoDetectAuthToken=true -Dcom.filenet.repositoryconfig.allowWSIOnWAS=true -DFileNet.Content.PutBlockSizeKB=10240 -DFileNet.Content.GetBlockSizeKB=10240",
"Env": "UAT",
"Object": "HJn8server3 (HJn8, UAT-230612150440)",
"SectionName": "JVM Arguments"
}&lt;/LI-CODE&gt;&lt;P&gt;If your events do not look like that, Splunk cannot even extract Attributes properly. &amp;nbsp;Can you clarify whether raw events are conformant JSON and post real samples? (Anonymize as needed.)&lt;/P&gt;&lt;P&gt;Also, your illustrated code implies the presence of field name pattern Attributes.* &amp;nbsp;Based on your posted event, there is no way Splunk can give you those. &amp;nbsp;Can you explain?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 18:19:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/650699#M224982</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-07-15T18:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access event data for comparison reasons</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/650847#M225030</link>
      <description>&lt;P&gt;Thank you for the reply and pointing out my JSON format is incorrect. I will start with that.&lt;/P&gt;&lt;P&gt;Per the events that I ingest, I did not show the raw data. The raw data looks as such&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "&lt;/SPAN&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;HJn6server1&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN class=""&gt;HJn6&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;PROD&lt;/SPAN&gt;-&lt;SPAN class=""&gt;230612151857&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;)","&lt;/SPAN&gt;&lt;SPAN class=""&gt;Env&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;PROD&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;SectionName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;JVM&lt;/SPAN&gt; &lt;SPAN class=""&gt;Arguments&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;Attributes&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;{"&lt;/SPAN&gt;&lt;SPAN class=""&gt;genericJvmArguments&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Djava.awt.headless=true&lt;/SPAN&gt; &lt;SPAN class=""&gt;-server&lt;/SPAN&gt; &lt;SPAN class=""&gt;-Xdump:system:none&lt;/SPAN&gt; &lt;SPAN class=""&gt;-javaagent:D:\\AppDynamics\\AppServerAgent\\javaagent.jar&lt;/SPAN&gt; &lt;SPAN class=""&gt;-Dappdynamics.agent.nodeName=$&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;WAS_SERVER_NAME&lt;/SPAN&gt;&lt;SPAN&gt;}","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-DFileNet.Content.DownloadServerAffinityEnabled&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-DFileNet.Content.GetBlockSizeKB&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;4096&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-DFileNet.Content.PutBlockSizeKB&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;4096&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-DFileNet.Content.UploadServerAffinityEnabled&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-DFileNet.WSI.AutoDetectLTPAToken&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Dappdynamics.agent.applicationName&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Dappdynamics.agent.nodeName&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;$&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;WAS_SERVER_NAME&lt;/SPAN&gt;&lt;SPAN&gt;}","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Dcom.filenet.authentication.token.userid&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Dcom.filenet.authentication.wsi.AutoDetectAuthToken&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Dcom.filenet.repositoryconfig.allowWSIOnWAS&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterAction&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterReplacement&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Dfilenet.pchconfig&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Djava.awt.headless&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Djava.security.auth.login.config&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Djaxws.payload.highFidelity&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Xdump&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;system:none&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Xgcpolicy&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Xmn2048M&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Xmn512M&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Xquickstart&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-Xverbosegclog&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-javaagent&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;D:\\AppDynamics\\AppServerAgent\\javaagent.jar&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;-server&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;",""&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; ""}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From what you stated, the field "Attributes" should read:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"Attributes": ":\n-DFileNet.Content.DownloadServerAffinityEnabled: TRUE\n-DFileNet.Content.GetBlockSizeKB: 4096\n-DFileNet.Content.PutBlockSizeKB: 4096\n-DFileNet.Content.UploadServerAffinityEnabled: TRUE\n-DFileNet.WSI.AutoDetectLTPAToken: is not set\n-Dappdynamics.agent.applicationName: is not set\n-Dappdynamics.agent.nodeName: is not set\n-Dcom.filenet.authentication.token.userid: is not set\n-Dcom.filenet.authentication.wsi.AutoDetectAuthToken: is not set\n-Dcom.filenet.repositoryconfig.allowWSIOnWAS: is not set\n-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterAction: is not set\n-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterReplacement: is not set\n-Dfilenet.pchconfig: is not set\n-Djava.awt.headless: TRUE\n-Djava.security.auth.login.config: ${USER_DIR}/DocumentRepository/jaas.conf.WebSphere\n-Djaxws.payload.highFidelity: is not set\n-Xdump: system:none\n-Xgcpolicy: is not set\n-Xmn2048M: is not set\n-Xmn512M: is not set\n-Xquickstart: is set\n-Xverbosegclog: is not set\n-javaagent: is not set\n-server: is set\ngenericJvmArguments: -Xgcpolicy:gencon\n-Djaxws.payload.highFidelity=true -Dfilenet.pchconfig=${USER_DIR}\\HJIPDash\\PchConfig.properties -Xmn512M -Dcom.filenet.authentication.token.userid=sso:ltpa -DFileNet.WSI.AutoDetectLTPAToken=true -Dcom.filenet.authentication.wsi.AutoDetectAuthToken=true -Dcom.filenet.repositoryconfig.allowWSIOnWAS=true -DFileNet.Content.PutBlockSizeKB=10240 -DFileNet.Content.GetBlockSizeKB=10240",&lt;/P&gt;&lt;P&gt;Please affirm.&lt;/P&gt;&lt;P&gt;As for&amp;nbsp;&lt;SPAN&gt;"traverse the Attributes field" , I want to compare the Attributes of one Application Server to another Application Server.&amp;nbsp; My results table would look something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Config Matches (y/n)? HJn6server1 (HJn6, PROD-230612151857) HJn3server1 (HJn3, PROD-230612151857)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith61293_0-1689604176121.png" style="width: 704px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26302i8BC6A53E1907EFD9/image-dimensions/704x150?v=v2" width="704" height="150" role="button" title="gsmith61293_0-1689604176121.png" alt="gsmith61293_0-1689604176121.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As for my code, I am not certain of what you are asking. The dashboard I have looks as such:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith61293_0-1689602861694.png" style="width: 683px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26301iF5A2935F814E82C9/image-dimensions/683x77?v=v2" width="683" height="77" role="button" title="gsmith61293_0-1689602861694.png" alt="gsmith61293_0-1689602861694.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The user selects an Environment/Application server pair twice, selects a Section then the dashboard shows a table (per above).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 14:30:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/650847#M225030</guid>
      <dc:creator>gsmith61293</dc:creator>
      <dc:date>2023-07-17T14:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access event data for comparison reasons</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/650894#M225045</link>
      <description>&lt;P&gt;Thanks for posting sample raw data. &amp;nbsp;This settles the first and last questions I had. &amp;nbsp;Now I see that the raw events are valid JSON format. &amp;nbsp;I guess your original post copied from Splunk's events window without reverting to "Raw text". &amp;nbsp;Splunk event view is kind of convenient, but is rather difficult for others to revert to raw when copied in text format. &amp;nbsp;Based on sample event, the Attributes node is indeed a JSON key-value list of its own, therefore the Attributes.* fields.&lt;/P&gt;&lt;P&gt;The illustration of desired output is also critical. &amp;nbsp;Now I can make a reasonable speculation about your intent. &amp;nbsp;If I may restate in terms of JSON data, what you are asking is: given two user-selected Object nodes, compare each subnode in Attribute as row; if the subnode in question has identical values, mark the subnode as "y", otherwise "n".&lt;/P&gt;&lt;P&gt;There is one last confusion from the mockup of desired output: the last two columns both with header "Channel HTTP". &amp;nbsp;The column values seem to be the value of the subnode in some unspecified context. &amp;nbsp;Here, I will make two bold assumptions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;that the two Object nodes are selected by distinct inputs (tokens) from the dashboard you are trying to construct. &amp;nbsp;(Your screenshot seems to confirm this.) &amp;nbsp;I'll call them $object_tok1$ and $object_tok2$, respectively;&lt;/LI&gt;&lt;LI&gt;that identical headers "Channel HTTP" and "Channel HTTP" should actually be distinct values of Object.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If these speculations are correct, the task can be expressed as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index = myindex Object IN ($object_tok1$, $object_tok2$)
| fields - _*
| fields Object Attributes.*
| eval Object = ltrim(Object, " ")
| transpose column_name=Attribute header_field=Object
| eval match = if('$object_tok1$' == '$object_tok2$', "y", "n")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two things to notice:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You need to list only fields of interest before transpose. &amp;nbsp;In this case, Object and Attributes.*.&lt;/LI&gt;&lt;LI&gt;Values of &lt;FONT face="courier new,courier"&gt;Object&lt;/FONT&gt; field contains leading white space. &amp;nbsp;Whereas SPL's single quote (') denotation usually handles special characters well, it doesn't work with leading spaces. &amp;nbsp;So I have to run trim on this field.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To help you troubleshoot, I composed an emulation for data you demonstrated, but I added a second event with Object=" &lt;SPAN&gt;HJn3server1 (HJn3, PROD-230612151857)"&lt;/SPAN&gt;&amp;nbsp;that has some matching attributes, some unmatching ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval data = mvappend("{ \"Object\":\" HJn6server1 (HJn6, PROD-230612151857)\",\"Env\":\"PROD\",\"SectionName\":\"JVM Arguments\", \"Attributes\":{\"genericJvmArguments\": \"-Djava.awt.headless=true -server -Xdump:system:none -javaagent:D:\\\\AppDynamics\\\\AppServerAgent\\\\javaagent.jar -Dappdynamics.agent.nodeName=${WAS_SERVER_NAME}\",\"-DFileNet.Content.DownloadServerAffinityEnabled\": \"TRUE\",\"-DFileNet.Content.GetBlockSizeKB\": \"4096\",\"-DFileNet.Content.PutBlockSizeKB\": \"4096\",\"-DFileNet.Content.UploadServerAffinityEnabled\": \"TRUE\",\"-DFileNet.WSI.AutoDetectLTPAToken\": \"is not set\",\"-Dappdynamics.agent.applicationName\": \"is not set\",\"-Dappdynamics.agent.nodeName\": \"${WAS_SERVER_NAME}\",\"-Dcom.filenet.authentication.token.userid\": \"is not set\",\"-Dcom.filenet.authentication.wsi.AutoDetectAuthToken\": \"is not set\",\"-Dcom.filenet.repositoryconfig.allowWSIOnWAS\": \"is not set\",\"-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterAction\": \"is not set\",\"-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterReplacement\": \"is not set\",\"-Dfilenet.pchconfig\": \"is not set\",\"-Djava.awt.headless\": \"TRUE\",\"-Djava.security.auth.login.config\": \"is not set\",\"-Djaxws.payload.highFidelity\": \"is not set\",\"-Xdump\": \"system:none\",\"-Xgcpolicy\": \"is not set\",\"-Xmn2048M\": \"is not set\",\"-Xmn512M\": \"is not set\",\"-Xquickstart\": \"is not set\",\"-Xverbosegclog\": \"is not set\",\"-javaagent\": \"D:\\\\AppDynamics\\\\AppServerAgent\\\\javaagent.jar\",\"-server\": \"is set\",\"\": \"\"}}", "{ \"Object\":\" HJn3server1 (HJn3, PROD-230612151857)\",\"Env\":\"PROD\",\"SectionName\":\"JVM Arguments\", \"Attributes\":{\"genericJvmArguments\": \"-Djava.awt.headless=true -server -Xdump:system:none -javaagent:D:\\\\AppDynamics\\\\AppServerAgent\\\\javaagent.jar -Dappdynamics.agent.nodeName=${WAS_SERVER_NAME}\",\"-DFileNet.Content.DownloadServerAffinityEnabled\": \"TRUE\",\"-DFileNet.Content.GetBlockSizeKB\": \"4096\",\"-DFileNet.Content.PutBlockSizeKB\": \"4096\",\"-DFileNet.Content.UploadServerAffinityEnabled\": \"TRUE\",\"-DFileNet.WSI.AutoDetectLTPAToken\": \"is not set\",\"-Dappdynamics.agent.applicationName\": \"myApp\",\"-Dappdynamics.agent.nodeName\": \"${WAS_SERVER_NAME}\",\"-Dcom.filenet.authentication.token.userid\": \"is not set\",\"-Dcom.filenet.authentication.wsi.AutoDetectAuthToken\": \"is not set\",\"-Dcom.filenet.repositoryconfig.allowWSIOnWAS\": \"is not set\",\"-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterAction\": \"is not set\",\"-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterReplacement\": \"is not set\",\"-Dfilenet.pchconfig\": \"is not set\",\"-Djava.awt.headless\": \"TRUE\",\"-Djava.security.auth.login.config\": \"is not set\",\"-Djaxws.payload.highFidelity\": \"is not set\",\"-Xdump\": \"system:none\",\"-Xgcpolicy\": \"M1\",\"-Xmn2048M\": \"is not set\",\"-Xmn512M\": \"is not set\",\"-Xquickstart\": \"is not set\",\"-Xverbosegclog\": \"is not set\",\"-javaagent\": \"D:\\\\AppDynamics\\\\AppServerAgent\\\\javaagent.jar\",\"-server\": \"is set\",\"\": \"\"}}")
| mvexpand data
| spath input=data
``` all above emulates
index = myindex Object IN ($object_tok1$, $object_tok2$)
```&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because &lt;FONT face="courier new,courier"&gt;'$object_tok1$'&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;'$object_tok2$'&lt;/FONT&gt;&amp;nbsp;are interpolated at run time, I have to substitute them with fixed interpolations&amp;nbsp;&lt;FONT face="courier new,courier"&gt;'HJn6server1 (HJn6, PROD-230612151857)'&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;'HJn3server1 (HJn3, PROD-230612151857)'&lt;/FONT&gt; for testing (no leading space):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| fields - _*
| fields Object Attributes.*
| eval Object = ltrim(Object, " ")
| rename Attributes.* AS *
| transpose column_name=Attribute header_field=Object
| eval match = if('HJn6server1 (HJn6, PROD-230612151857)' == 'HJn3server1 (HJn3, PROD-230612151857)', "y", "n")
```
the above line emulates the following line
| eval match = if('$object_tok1$' == '$object_tok2$', "y", "n")
```&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you run them together, they give&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Attribute&lt;/TD&gt;&lt;TD&gt;HJn6server1 (HJn6, PROD-230612151857)&lt;/TD&gt;&lt;TD&gt;HJn3server1 (HJn3, PROD-230612151857)&lt;/TD&gt;&lt;TD&gt;match&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-DFileNet.Content.DownloadServerAffinityEnabled&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;TRUE&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;TRUE&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-DFileNet.Content.GetBlockSizeKB&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;4096&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;4096&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-DFileNet.Content.PutBlockSizeKB&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;4096&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;4096&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-DFileNet.Content.UploadServerAffinityEnabled&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;TRUE&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;TRUE&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-DFileNet.WSI.AutoDetectLTPAToken&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Dappdynamics.agent.applicationName&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;myApp&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;n&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Dappdynamics.agent.nodeName&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;${WAS_SERVER_NAME}&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;${WAS_SERVER_NAME}&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Dcom.filenet.authentication.token.userid&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Dcom.filenet.authentication.wsi.AutoDetectAuthToken&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Dcom.filenet.repositoryconfig.allowWSIOnWAS&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterAction&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="47px"&gt;-Dcom.ibm.mq.cfg.jmqi.UnmappableCharacterReplacement&lt;/TD&gt;&lt;TD width="434.78125px" height="47px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="47px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="47px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Dfilenet.pchconfig&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Djava.awt.headless&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;TRUE&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;TRUE&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Djava.security.auth.login.config&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Djaxws.payload.highFidelity&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Xdump&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;system:none&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;system:none&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Xgcpolicy&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;M1&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;n&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Xmn2048M&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Xmn512M&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Xquickstart&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-Xverbosegclog&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is not set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-javaagent&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;D:\AppDynamics\AppServerAgent\javaagent.jar&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;D:\AppDynamics\AppServerAgent\javaagent.jar&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="25px"&gt;-server&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is set&lt;/TD&gt;&lt;TD width="434.78125px" height="25px"&gt;is set&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="433.125px" height="91px"&gt;genericJvmArguments&lt;/TD&gt;&lt;TD width="434.78125px" height="91px"&gt;-Djava.awt.headless=true -server -Xdump:system:none -javaagent:D:\AppDynamics\AppServerAgent\javaagent.jar -Dappdynamics.agent.nodeName=${WAS_SERVER_NAME}&lt;/TD&gt;&lt;TD width="434.78125px" height="91px"&gt;-Djava.awt.headless=true -server -Xdump:system:none -javaagent:D:\AppDynamics\AppServerAgent\javaagent.jar -Dappdynamics.agent.nodeName=${WAS_SERVER_NAME}&lt;/TD&gt;&lt;TD width="40px" height="91px"&gt;y&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Also note that the illustrated data do not contain attributes such as enableLogging or keepAlive, the above demonstration will not include them. &amp;nbsp;Still, you see two attributes that are non-matching, and the rest are matching.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 21:57:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/650894#M225045</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-07-17T21:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access event data for comparison reasons</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/651124#M225134</link>
      <description>&lt;P&gt;That seemed to do it. Thank you very much!&amp;nbsp; Here is the code and results:&lt;/P&gt;&lt;P&gt;index = websphere_cct Object IN (" HJn8server3 (HJn8, UAT-230612150440)"," HJn5server1 (HJn5, PROD-230612151857)") SectionName&lt;BR /&gt;| fields - _*&lt;BR /&gt;| fields Object Attributes.*&lt;BR /&gt;| eval Object = ltrim(Object, " ")&lt;BR /&gt;| transpose column_name=Attribute header_field=Object&lt;BR /&gt;| eval match = if('HJn8server3 (HJn8, UAT-230612150440)' == 'HJn5server1 (HJn5, PROD-230612151857)', "y", "n")&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gsmith61293_1-1689774251617.png" style="width: 730px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26342i94FE588B55E49434/image-dimensions/730x228?v=v2" width="730" height="228" role="button" title="gsmith61293_1-1689774251617.png" alt="gsmith61293_1-1689774251617.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am confused about how this code works.&amp;nbsp; Specifically, what the code "| fields - _*"&amp;nbsp; &amp;nbsp;and "| eval match = if('HJn8server3 (HJn8, UAT-230612150440)' == 'HJn5server1 (HJn5, PROD-230612151857)', "y", "n")"&amp;nbsp; does?&lt;BR /&gt;&lt;BR /&gt;As I understand it,&amp;nbsp;&amp;nbsp;"| fields - _*"&amp;nbsp; just eliminates the fields with an underscore?&lt;/P&gt;&lt;P&gt;if('HJn8server3 (HJn8, UAT-230612150440)' == 'HJn5server1 (HJn5, PROD-230612151857)', "y", "n")"&amp;nbsp; I would think compares two "Object" fields.&lt;BR /&gt;&lt;BR /&gt;Can you please explain?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 13:49:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/651124#M225134</guid>
      <dc:creator>gsmith61293</dc:creator>
      <dc:date>2023-07-19T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access event data for comparison reasons</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/651231#M225148</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;As I understand it,&amp;nbsp;&amp;nbsp;"| fields - _*"&amp;nbsp; just eliminates the fields with an underscore?&lt;/BLOCKQUOTE&gt;&lt;P&gt;Absolutely correct. &amp;nbsp;Because transpose is used, having extraneous fields are rather distracting. &amp;nbsp;You can also use table to list only fields that interest you.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;if('HJn8server3 (HJn8, UAT-230612150440)' == 'HJn5server1 (HJn5, PROD-230612151857)', "y", "n")"&amp;nbsp; I would think compares two "Object" fields.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That is because after &lt;FONT face="courier new,courier"&gt;transpose &lt;SPAN&gt;header_field=Object&lt;/SPAN&gt;&lt;/FONT&gt;, the values of original Object field become column names, i.e., new field names.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 01:57:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-access-event-data-for-comparison-reasons/m-p/651231#M225148</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-07-20T01:57:55Z</dc:date>
    </item>
  </channel>
</rss>

