<?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 Log Metrics and use on dashboard in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Log-Metrics-and-use-on-dashboard/m-p/685601#M233935</link>
    <description>&lt;P&gt;I have a case where the we have some associated metric for each request/response event , something like below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
"Key1" : "val",
"Array12" : [
"val1",
"val2"
],
"NewList" : [
{
"K1":"v11",
"K2":"v12",
"K3":"v13"
},
{
"K1":"v21",
"K2":"v22",
"K3":"v23"
}
]
}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Now this list ,&amp;nbsp;NewList is too big and having key-val pairs is making the log very bulky.&lt;/P&gt;
&lt;P&gt;Is there any way to make it consize and they be able to read this in a dashboard as below&lt;/P&gt;
&lt;P&gt;K1 , K2 , K3&lt;BR /&gt;V11,V12,V13&lt;BR /&gt;V21,V22,V23&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2024 12:11:07 GMT</pubDate>
    <dc:creator>nehasha3</dc:creator>
    <dc:date>2024-04-26T12:11:07Z</dc:date>
    <item>
      <title>Log Metrics and use on dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Log-Metrics-and-use-on-dashboard/m-p/685601#M233935</link>
      <description>&lt;P&gt;I have a case where the we have some associated metric for each request/response event , something like below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
"Key1" : "val",
"Array12" : [
"val1",
"val2"
],
"NewList" : [
{
"K1":"v11",
"K2":"v12",
"K3":"v13"
},
{
"K1":"v21",
"K2":"v22",
"K3":"v23"
}
]
}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Now this list ,&amp;nbsp;NewList is too big and having key-val pairs is making the log very bulky.&lt;/P&gt;
&lt;P&gt;Is there any way to make it consize and they be able to read this in a dashboard as below&lt;/P&gt;
&lt;P&gt;K1 , K2 , K3&lt;BR /&gt;V11,V12,V13&lt;BR /&gt;V21,V22,V23&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 12:11:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Log-Metrics-and-use-on-dashboard/m-p/685601#M233935</guid>
      <dc:creator>nehasha3</dc:creator>
      <dc:date>2024-04-26T12:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Log Metrics and use on dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Log-Metrics-and-use-on-dashboard/m-p/685603#M233936</link>
      <description>&lt;P&gt;Do you mean something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| spath NewList{} output=NewList
| table NewList
| mvexpand NewList
| spath input=NewList
| fields - NewList&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 26 Apr 2024 09:59:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Log-Metrics-and-use-on-dashboard/m-p/685603#M233936</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-04-26T09:59:43Z</dc:date>
    </item>
  </channel>
</rss>

