<?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 Data/configuration report in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Data-configuration-report/m-p/522359#M88205</link>
    <description>&lt;P&gt;I am looking to create a report to show just a subset of my Universal forwarders.&amp;nbsp; What I am looking for is an expansion on this that I just cannot seem to get working.&amp;nbsp; Any assistance appreciated!&lt;/P&gt;&lt;P&gt;| tstats values(sourcetype) AS Sourcetype dc(sourcetype) AS #sourcetypes WHERE index=* by host&lt;/P&gt;&lt;P&gt;for just the following indexes:&amp;nbsp; os, main, tomcat.&lt;/P&gt;&lt;P&gt;A great help would be to sort by deployment App (NIX, Unix, Linux) if possible, but I am not seeing anything in the system that shows the source of the data (which App is deployed).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 20:28:30 GMT</pubDate>
    <dc:creator>TeddyE</dc:creator>
    <dc:date>2020-09-30T20:28:30Z</dc:date>
    <item>
      <title>Data/configuration report</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-configuration-report/m-p/522359#M88205</link>
      <description>&lt;P&gt;I am looking to create a report to show just a subset of my Universal forwarders.&amp;nbsp; What I am looking for is an expansion on this that I just cannot seem to get working.&amp;nbsp; Any assistance appreciated!&lt;/P&gt;&lt;P&gt;| tstats values(sourcetype) AS Sourcetype dc(sourcetype) AS #sourcetypes WHERE index=* by host&lt;/P&gt;&lt;P&gt;for just the following indexes:&amp;nbsp; os, main, tomcat.&lt;/P&gt;&lt;P&gt;A great help would be to sort by deployment App (NIX, Unix, Linux) if possible, but I am not seeing anything in the system that shows the source of the data (which App is deployed).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 20:28:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-configuration-report/m-p/522359#M88205</guid>
      <dc:creator>TeddyE</dc:creator>
      <dc:date>2020-09-30T20:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data/configuration report</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-configuration-report/m-p/522507#M88234</link>
      <description>&lt;P&gt;To consider only certain indexes, include those index names in the query.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats values(sourcetype) AS Sourcetype dc(sourcetype) AS #sourcetypes WHERE (index=os OR index=main OR index=tomcat) by host&lt;/LI-CODE&gt;&lt;P&gt;The tstats command doesn't have app information available in most cases as events typically do not contain that field.&amp;nbsp; There are REST commands you can use to try to map sourcetype to app, but understand that there may be more than one app associated with a given sourcetype.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 14:29:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-configuration-report/m-p/522507#M88234</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-10-01T14:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data/configuration report</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-configuration-report/m-p/522510#M88235</link>
      <description>&lt;P&gt;Thank you that is exactly it.&amp;nbsp; Appreciate the assist.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 14:34:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-configuration-report/m-p/522510#M88235</guid>
      <dc:creator>TeddyE</dc:creator>
      <dc:date>2020-10-01T14:34:33Z</dc:date>
    </item>
  </channel>
</rss>

