<?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: Not able to fetch record Count in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-Not-able-to-fetch-record-Count/m-p/653607#M53736</link>
    <description>&lt;P&gt;Regular expressions must be precise.&amp;nbsp; A misplaced space or two, while insignificant to a human, may make the difference between a matching event and a non-matching event.&amp;nbsp; Try this &lt;FONT face="courier new,courier"&gt;rex&lt;/FONT&gt; command in place of the original.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "Server side call completed for Collateral with record count:\s+(?&amp;lt;record&amp;gt;\d+)"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 19:18:41 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-08-08T19:18:41Z</dc:date>
    <item>
      <title>Why am I Not able to fetch record Count?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-Not-able-to-fetch-record-Count/m-p/653602#M53735</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;Below are my raw logs:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;2023-08-08&lt;/SPAN&gt; &lt;SPAN class=""&gt;10:25:13.067&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;SPAN class=""&gt;INFO&lt;/SPAN&gt;&lt;SPAN&gt; ] [&lt;/SPAN&gt;&lt;SPAN class=""&gt;Thread-3&lt;/SPAN&gt;&lt;SPAN&gt;] &lt;/SPAN&gt;&lt;SPAN class=""&gt;CollateralProcessor&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Server&lt;/SPAN&gt; &lt;SPAN class=""&gt;side&lt;/SPAN&gt; &lt;SPAN class=""&gt;call&lt;/SPAN&gt; &lt;SPAN class=""&gt;completed&lt;/SPAN&gt; &lt;SPAN class=""&gt;for&lt;/SPAN&gt; &lt;SPAN class=""&gt;Collateral&lt;/SPAN&gt; &lt;SPAN class=""&gt;with&lt;/SPAN&gt; &lt;SPAN class=""&gt;record&lt;/SPAN&gt; &lt;SPAN class=""&gt;count&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;476&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;2023-08-08 09:56:03.777&lt;SPAN&gt; [&lt;/SPAN&gt;INFO&lt;SPAN&gt; ] [&lt;/SPAN&gt;Thread-3&lt;SPAN&gt;] &lt;/SPAN&gt;CollateralProcessor - &lt;SPAN class=""&gt;Server side call completed for Collateral with record count&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;18541701&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I am using below query to fetch the number&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;index="abc" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-transform/logs/gfp-settlement-transform.log" "Server side call completed for Collateral with record count"| rex "Server side call completed for Collateral with record count :(?&amp;lt;record&amp;gt;\d+)"|timechart span=1d values(record) AS RecordCount&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="date.PNG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26690i4F0A642EF9475A42/image-size/large?v=v2&amp;amp;px=999" role="button" title="date.PNG" alt="date.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I am not getting record count just date. Can someone guide here&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 16:15:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-Not-able-to-fetch-record-Count/m-p/653602#M53735</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2023-08-09T16:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to fetch record Count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-Not-able-to-fetch-record-Count/m-p/653607#M53736</link>
      <description>&lt;P&gt;Regular expressions must be precise.&amp;nbsp; A misplaced space or two, while insignificant to a human, may make the difference between a matching event and a non-matching event.&amp;nbsp; Try this &lt;FONT face="courier new,courier"&gt;rex&lt;/FONT&gt; command in place of the original.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "Server side call completed for Collateral with record count:\s+(?&amp;lt;record&amp;gt;\d+)"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 19:18:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-Not-able-to-fetch-record-Count/m-p/653607#M53736</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-08-08T19:18:41Z</dc:date>
    </item>
  </channel>
</rss>

