<?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: Control index / sourcetype / Serverclass in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158715#M32179</link>
    <description>&lt;P&gt;ok but you missunderstand me, the application creates logs it is not responsible for putting it in splunk. &lt;/P&gt;

&lt;P&gt;it is the sourcetype and the deployed splunk application wich retrieve the application's logs and put it in a particuliar sourcetype .&lt;/P&gt;</description>
    <pubDate>Tue, 24 Feb 2015 10:35:41 GMT</pubDate>
    <dc:creator>Ed_Alias</dc:creator>
    <dc:date>2015-02-24T10:35:41Z</dc:date>
    <item>
      <title>Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158708#M32172</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;i would like to document and control my splunk deployment configuration, &lt;/P&gt;

&lt;P&gt;do you have some idea on how to get  a table on wich i would get &lt;/P&gt;

&lt;P&gt;Index | sourcetype |  serverclass &lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 08:47:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158708#M32172</guid>
      <dc:creator>Ed_Alias</dc:creator>
      <dc:date>2015-02-24T08:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158709#M32173</link>
      <description>&lt;P&gt;Can you explain in a bit more detail?  I'm struggling to understand what you want to table.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 08:50:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158709#M32173</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2015-02-24T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158710#M32174</link>
      <description>&lt;P&gt;well, i would like to be able to know in indexes, what are the sourcetypes and who put data in these sourcetypes(by servevclasses). &lt;/P&gt;

&lt;P&gt;by doing that i can control my serverclasses are working and up to date with what i want&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 08:54:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158710#M32174</guid>
      <dc:creator>Ed_Alias</dc:creator>
      <dc:date>2015-02-24T08:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158711#M32175</link>
      <description>&lt;P&gt;what configuration is responsible for writing in a particuliar sourcetype&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 08:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158711#M32175</guid>
      <dc:creator>Ed_Alias</dc:creator>
      <dc:date>2015-02-24T08:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158712#M32176</link>
      <description>&lt;P&gt;Have you tried looking at metadata, you can use that to list sourcetypes etc?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 08:59:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158712#M32176</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2015-02-24T08:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158713#M32177</link>
      <description>&lt;P&gt;i got that seach from splunk answer : &lt;/P&gt;

&lt;P&gt;| eventcount summarize=false index=* index=_* | dedup index | fields index &lt;BR /&gt;
 | map maxsearches=100 search="|metadata type=sourcetypes index=\"$index$\" | eval index=\"$index$\""&lt;BR /&gt;
 | fields index sourcetype&lt;/P&gt;

&lt;P&gt;wich list index | sourcetype &lt;/P&gt;

&lt;P&gt;so now i need to know who puts data in a sourcetype.. &lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 09:03:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158713#M32177</guid>
      <dc:creator>Ed_Alias</dc:creator>
      <dc:date>2015-02-24T09:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158714#M32178</link>
      <description>&lt;P&gt;Hi Ed,&lt;/P&gt;

&lt;P&gt;From what I know the sourcetype is the path from which the data is taken, I mean if splunk is taking the data from xyz.logs then source type is the path of this log file. &lt;/P&gt;

&lt;P&gt;So to answer the question of who puts the data in source type: it is the &lt;STRONG&gt;server or the application creating the logs&lt;/STRONG&gt; puts the data in the source type.&lt;/P&gt;

&lt;P&gt;I guess I am answering what you are asking, please let me know if I am going out of the track.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 10:17:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158714#M32178</guid>
      <dc:creator>vinodmadaan</dc:creator>
      <dc:date>2015-02-24T10:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158715#M32179</link>
      <description>&lt;P&gt;ok but you missunderstand me, the application creates logs it is not responsible for putting it in splunk. &lt;/P&gt;

&lt;P&gt;it is the sourcetype and the deployed splunk application wich retrieve the application's logs and put it in a particuliar sourcetype .&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 10:35:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158715#M32179</guid>
      <dc:creator>Ed_Alias</dc:creator>
      <dc:date>2015-02-24T10:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158716#M32180</link>
      <description>&lt;P&gt;Vinod I believe what Ed is trying to achieve is to list it in his map, not to have an answer to the question.  &lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 10:39:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158716#M32180</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2015-02-24T10:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158717#M32181</link>
      <description>&lt;P&gt;with the following search you can get information about you inputs:  index | sourcetype | app (where the input config is)&lt;/P&gt;

&lt;P&gt;| rest &lt;A href="https://localhost:8089/services/data/inputs/all"&gt;https://localhost:8089/services/data/inputs/all&lt;/A&gt; | table index, sourcetype, eai:acl.app&lt;/P&gt;

&lt;P&gt;This should give you a rough idea about the origin. &lt;BR /&gt;
I haven't been able to test it further but with the following you might be able to get the app/ serverclass relation:&lt;/P&gt;

&lt;P&gt;| rest &lt;A href="https://localhost:8089/services/deployment/client/config"&gt;https://localhost:8089/services/deployment/client/config&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;check the fields eai:acl.app and title for the relation&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 12:00:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158717#M32181</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2015-02-24T12:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Control index / sourcetype / Serverclass</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158718#M32182</link>
      <description>&lt;P&gt;This shows the serverclasses per app but i not sure if it can be used on any splunk instance other than the deployment server&lt;BR /&gt;
| rest &lt;A href="https://localhost:8089/services/deployment/server/applications"&gt;https://localhost:8089/services/deployment/server/applications&lt;/A&gt; | table title, serverclasses&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 16:53:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Control-index-sourcetype-Serverclass/m-p/158718#M32182</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2015-02-24T16:53:44Z</dc:date>
    </item>
  </channel>
</rss>

