<?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: load comparision for different sources and count? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396389#M70650</link>
    <description>&lt;P&gt;I have 6 jvm &lt;/P&gt;

&lt;P&gt;/ws/jvma1/test.logs&lt;/P&gt;

&lt;P&gt;/ws/jvmb1/test.log&lt;/P&gt;

&lt;P&gt;Both the paths have same log file have to compare the count of jvma1 and jvmb1.How to find volume comparision from both the path.&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 13:43:24 GMT</pubDate>
    <dc:creator>karthi2809</dc:creator>
    <dc:date>2018-05-11T13:43:24Z</dc:date>
    <item>
      <title>load comparision for different sources and count?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396387#M70648</link>
      <description>&lt;P&gt;In my scenario i have to compare counts of two different  JVM&lt;/P&gt;

&lt;P&gt;A- Jvm                  B-jvm&lt;BR /&gt;
 jvma1                      jvmb1&lt;BR /&gt;
 jvma2                      jvmb2&lt;BR /&gt;
 jvma3                      jvmb3&lt;/P&gt;

&lt;P&gt;Have to compare count of the jvm &lt;/P&gt;

&lt;P&gt;Expected output:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;A- Jvm&lt;/STRONG&gt;           &lt;STRONG&gt;count&lt;/STRONG&gt;                      &lt;STRONG&gt;B-jvm&lt;/STRONG&gt;         &lt;STRONG&gt;count&lt;/STRONG&gt;&lt;BR /&gt;
jvm1                 10                         jvmb1           20&lt;BR /&gt;
jvm2                  20                        jvmb2           40&lt;BR /&gt;
jvm3                 100                      jvmb3            200&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 12:20:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396387#M70648</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2018-05-11T12:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: load comparision for different sources and count?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396388#M70649</link>
      <description>&lt;P&gt;Please provide more information on the data that you have and what it looks like in splunk, your question does not make much sense this way...&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 13:26:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396388#M70649</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-11T13:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: load comparision for different sources and count?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396389#M70650</link>
      <description>&lt;P&gt;I have 6 jvm &lt;/P&gt;

&lt;P&gt;/ws/jvma1/test.logs&lt;/P&gt;

&lt;P&gt;/ws/jvmb1/test.log&lt;/P&gt;

&lt;P&gt;Both the paths have same log file have to compare the count of jvma1 and jvmb1.How to find volume comparision from both the path.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 13:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396389#M70650</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2018-05-11T13:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: load comparision for different sources and count?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396390#M70651</link>
      <description>&lt;P&gt;If those jvm logs are ingested with a monitor input, I expect the &lt;CODE&gt;source&lt;/CODE&gt; field will contain the log name, yes?&lt;/P&gt;

&lt;P&gt;So you could start with a simple and efficient:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats count where index=yourindex source="/ws/jvm*" by source
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 May 2018 14:28:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396390#M70651</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-11T14:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: load comparision for different sources and count?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396391#M70652</link>
      <description>&lt;P&gt;Do you've any sample query that you're using right now to do some sort of reporting of those? E.g. a query to show count of all JVMs.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 15:23:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/load-comparision-for-different-sources-and-count/m-p/396391#M70652</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-05-11T15:23:41Z</dc:date>
    </item>
  </channel>
</rss>

