<?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: How to extract the count from below tabular form of logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-count-from-below-tabular-form-of-logs/m-p/174897#M50194</link>
    <description>&lt;P&gt;Hi @ppablo_splunk&lt;/P&gt;

&lt;P&gt;Thank you for quick response.&lt;/P&gt;

&lt;P&gt;Am trying to extract the count values from line 9 thru 10. Example, in one of the dashboard I want to show "Total no of Inputs : 14202" and "Status 16 entry: 0".&lt;/P&gt;

&lt;P&gt;Please let me know for more information.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Mugunthan &lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2015 19:08:51 GMT</pubDate>
    <dc:creator>muguniya</dc:creator>
    <dc:date>2015-03-11T19:08:51Z</dc:date>
    <item>
      <title>How to extract the count from below tabular form of logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-count-from-below-tabular-form-of-logs/m-p/174895#M50192</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;--------------------------------------------------------------
|          R u n    C o n t r o l     D i s p l a y          |
--------------------------------------------------------------
1.   ---------------------------------------------------------------
2.   |         X X X X X X X X   M U L T I - E N G I N E          |
3.   |            Run Control Display Begin                        |
4.   ---------------------------------------------------------------
5.   Job Instance ID: XXXXXXXX   Total Number of Engines Summarized: 22
6.   ---------------------------------------------------------------
7.   
8.   Description                                       Count
9.   Total NO OF Input                                14202
10.  status 16                                        0
11.  ---------------------------------------------------------------
12.  |         X X X X X X X X    M U L T I - E N G I N E          |
13.  |            Run Control Display End                          |
14.  ---------------------------------------------------------------
--------------------------------------------------------------
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Mar 2015 18:25:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-count-from-below-tabular-form-of-logs/m-p/174895#M50192</guid>
      <dc:creator>muguniya</dc:creator>
      <dc:date>2015-03-11T18:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract the count from below tabular form of logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-count-from-below-tabular-form-of-logs/m-p/174896#M50193</link>
      <description>&lt;P&gt;Hi @muguniya&lt;/P&gt;

&lt;P&gt;What exactly do you mean "How to extra the count..." in your title? Can you provide more details what you need help with?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 18:37:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-count-from-below-tabular-form-of-logs/m-p/174896#M50193</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2015-03-11T18:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract the count from below tabular form of logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-count-from-below-tabular-form-of-logs/m-p/174897#M50194</link>
      <description>&lt;P&gt;Hi @ppablo_splunk&lt;/P&gt;

&lt;P&gt;Thank you for quick response.&lt;/P&gt;

&lt;P&gt;Am trying to extract the count values from line 9 thru 10. Example, in one of the dashboard I want to show "Total no of Inputs : 14202" and "Status 16 entry: 0".&lt;/P&gt;

&lt;P&gt;Please let me know for more information.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Mugunthan &lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 19:08:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-count-from-below-tabular-form-of-logs/m-p/174897#M50194</guid>
      <dc:creator>muguniya</dc:creator>
      <dc:date>2015-03-11T19:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract the count from below tabular form of logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-count-from-below-tabular-form-of-logs/m-p/174898#M50195</link>
      <description>&lt;P&gt;I think the &lt;CODE&gt;mulikv&lt;/CODE&gt; command will help.  Assuming the text of your example is a single event, this should extract the fields you seek:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | multikv fields Description Count | table Description Count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You may need to add some options to &lt;CODE&gt;multikv&lt;/CODE&gt; to help Splunk find the table in your event.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 20:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-count-from-below-tabular-form-of-logs/m-p/174898#M50195</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-03-11T20:17:16Z</dc:date>
    </item>
  </channel>
</rss>

