<?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: To get the list of datasources in splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670478#M229841</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please correct me if I'm mistaken, but the source is where the data begins, while the endpoint acts as the destination or host where the data is either stored or received.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 16:36:39 GMT</pubDate>
    <dc:creator>AL3Z</dc:creator>
    <dc:date>2023-12-01T16:36:39Z</dc:date>
    <item>
      <title>To get the list of datasources in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670455#M229836</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to get the information how many datasources and endpoints we have Integrated in to splunk.How can we get this information can anyone pls provide me a query to find this ..&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 13:26:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670455#M229836</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-12-01T13:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: To get the list of datasources in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670459#M229837</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you could use one of these searches:&lt;/P&gt;&lt;P&gt;list of endpoints:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats count WHERE index=* BY host&lt;/LI-CODE&gt;&lt;P&gt;list of data sources:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats count WHERE index=* BY sourcetype&lt;/LI-CODE&gt;&lt;P&gt;you can also gave both the information in pone search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats values(sourcetype) AS sourcetype count WHERE index=* BY host&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 13:44:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670459#M229837</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-12-01T13:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: To get the list of datasources in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670461#M229838</link>
      <description>&lt;P&gt;There's also this method to get a list of data sources&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats count where index=* by source&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 13:53:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670461#M229838</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-01T13:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: To get the list of datasources in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670478#M229841</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please correct me if I'm mistaken, but the source is where the data begins, while the endpoint acts as the destination or host where the data is either stored or received.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 16:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670478#M229841</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-12-01T16:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: To get the list of datasources in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670481#M229842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;as I said, with my search you have the list of all data flows (sourcetypes) for each endpoint (host).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 16:54:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670481#M229842</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-12-01T16:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: To get the list of datasources in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670496#M229844</link>
      <description>&lt;P&gt;Computer terms can be confusing since they often have several meanings.&lt;/P&gt;&lt;P&gt;"source" is where the data comes from.&amp;nbsp; In Splunk metadata, the source is the name of the file from which the data originated.&amp;nbsp; "source" can also refer to the originating server or app.&lt;/P&gt;&lt;P&gt;"endpoint" usually refers to a user workstation, but a specific REST command is also an endpoint.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 18:45:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/To-get-the-list-of-datasources-in-splunk/m-p/670496#M229844</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-01T18:45:48Z</dc:date>
    </item>
  </channel>
</rss>

