<?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 Specific parameters and trace information in visualization table in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Specific-parameters-and-trace-information-in-visualization-table/m-p/741167#M58352</link>
    <description>&lt;P&gt;Both my work and myself are new to Splunk and I'm developing some reports and dashboards for one of our applications.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This one dashboard I am working on includes a table of events showing when some reports are downloaded. The log file's sourcetype is _json_AuditFramework. I'm looking to include the parameters name @documentId and it's corresponding value to place into a table. Right now, the table syntax lists the parameters{}.value and when there's multiple parameters{}.name and parameters{}.values in the log, they will all show in the table.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Pending on the report, I'm including trace information as well and it's the same thing as the parameters. I haven't had luck with similar posts I found.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentGetById","commandText":"ref.DocumentGetById","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentId","value":123123}],"serverIPAddress":"100.100.100.100","serverHost":"WEBSERVER","clientIPAddress":"101.101.101.101","sourceSystem":"WebSite","module":"Vendor.PRODUCT.BLL.DocumentManagement","accessDate":"2025-03-06T17:26:47.4112974-07:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.PRODUCT.Web.UI.Website.DocumentManagement.ViewDocument","method":"Page_Load"},{"type":"Manager","class":"Vendor.PRODUCT.BLL.DocumentManagement.DocumentManager","method":"Get"}]}&lt;BR /&gt;Show syntax highlighted&lt;BR /&gt;host = WEBSERVER source = Logfile path sourcetype = _json_AuditFramework&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Mar 2025 19:22:56 GMT</pubDate>
    <dc:creator>DarthHerm</dc:creator>
    <dc:date>2025-03-07T19:22:56Z</dc:date>
    <item>
      <title>Specific parameters and trace information in visualization table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Specific-parameters-and-trace-information-in-visualization-table/m-p/741167#M58352</link>
      <description>&lt;P&gt;Both my work and myself are new to Splunk and I'm developing some reports and dashboards for one of our applications.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This one dashboard I am working on includes a table of events showing when some reports are downloaded. The log file's sourcetype is _json_AuditFramework. I'm looking to include the parameters name @documentId and it's corresponding value to place into a table. Right now, the table syntax lists the parameters{}.value and when there's multiple parameters{}.name and parameters{}.values in the log, they will all show in the table.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Pending on the report, I'm including trace information as well and it's the same thing as the parameters. I haven't had luck with similar posts I found.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentGetById","commandText":"ref.DocumentGetById","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentId","value":123123}],"serverIPAddress":"100.100.100.100","serverHost":"WEBSERVER","clientIPAddress":"101.101.101.101","sourceSystem":"WebSite","module":"Vendor.PRODUCT.BLL.DocumentManagement","accessDate":"2025-03-06T17:26:47.4112974-07:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.PRODUCT.Web.UI.Website.DocumentManagement.ViewDocument","method":"Page_Load"},{"type":"Manager","class":"Vendor.PRODUCT.BLL.DocumentManagement.DocumentManager","method":"Get"}]}&lt;BR /&gt;Show syntax highlighted&lt;BR /&gt;host = WEBSERVER source = Logfile path sourcetype = _json_AuditFramework&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 19:22:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Specific-parameters-and-trace-information-in-visualization-table/m-p/741167#M58352</guid>
      <dc:creator>DarthHerm</dc:creator>
      <dc:date>2025-03-07T19:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Specific parameters and trace information in visualization table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Specific-parameters-and-trace-information-in-visualization-table/m-p/741171#M58353</link>
      <description>&lt;P&gt;Please disregard. Overthinking the issue and looking at setting up some field extractions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 20:59:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Specific-parameters-and-trace-information-in-visualization-table/m-p/741171#M58353</guid>
      <dc:creator>DarthHerm</dc:creator>
      <dc:date>2025-03-07T20:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Specific parameters and trace information in visualization table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Specific-parameters-and-trace-information-in-visualization-table/m-p/741174#M58354</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/274090"&gt;@DarthHerm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw your message about doing field extractions, in the meantime have a look to see if this search helps?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index sourcetype=_json_AuditFramework
| spath input=parameters output=parameters
| spath input=traceInformation output=traceInformation
| eval param_names=mvmap(parameters, mvindex(mvfield(parameters{}.name), mvindex(mvfield(parameters{}.value), 0)))
| eval documentId=mvindex(mvfilter(match(param_names, "@DocumentId")), 1)
| eval trace_info=mvmap(traceInformation, mvindex(mvfield(traceInformation{}.type), mvindex(mvfield(traceInformation{}.class), mvindex(mvfield(traceInformation{}.method), 0))))
| table documentId, trace_info, serverIPAddress, serverHost, clientIPAddress, userName&lt;/LI-CODE&gt;&lt;P&gt;Please let me know how you get on and consider adding karma to this or any other answer if it has helped.&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 22:04:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Specific-parameters-and-trace-information-in-visualization-table/m-p/741174#M58354</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-03-07T22:04:42Z</dc:date>
    </item>
  </channel>
</rss>

