<?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: sourcetype Help !! in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/sourcetype-Help/m-p/102005#M21398</link>
    <description>&lt;P&gt;When you create a new index, it is usually not searched automatically - depending on how &lt;STRONG&gt;roles&lt;/STRONG&gt; are set up. Go to Manager-&amp;gt;Access Controls-&amp;gt;Roles. Check each role that should have access to index A. Does the role have access? Does it search index A by default?&lt;/P&gt;

&lt;P&gt;If a role does &lt;EM&gt;not&lt;/EM&gt; search index A by default (as yours probably does not), you &lt;EM&gt;must&lt;/EM&gt; specify the index when you search. That's why &lt;CODE&gt;index=A&lt;/CODE&gt; works, and &lt;CODE&gt;sourcetype=A&lt;/CODE&gt; does not. &lt;/P&gt;</description>
    <pubDate>Wed, 18 Jul 2012 15:18:13 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2012-07-18T15:18:13Z</dc:date>
    <item>
      <title>sourcetype Help !!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sourcetype-Help/m-p/102003#M21396</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I Have installed splunk forwarders in &lt;STRONG&gt;4 servers&lt;/STRONG&gt; and search head in &lt;STRONG&gt;1 server&lt;/STRONG&gt; .Now in all the splunk &lt;STRONG&gt;forwarders&lt;/STRONG&gt; i have configured the &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;  file..with the index details and the input details..&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;configurations in inputs.conf file ::&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[folder path]&lt;BR /&gt;
sourcetype=A&lt;BR /&gt;
index=A&lt;/P&gt;

&lt;P&gt;and in search head i have configured the &lt;STRONG&gt;props.conf&lt;/STRONG&gt; file...and restrated all the splunk servers....&lt;/P&gt;

&lt;P&gt;configurations in prop file&lt;/P&gt;

&lt;P&gt;[A]&lt;BR /&gt;
linebreaker=&lt;A href="https://answers.splunk.comL:RECORD"&gt;/L:RECORD&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Now i have opened the searched and tried to use the general search query..whether my sourcetypes are created or not..&lt;/P&gt;

&lt;P&gt;like this ..&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;sourcetype="A" . but this is not working..&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;but when i give with the index name created for that sourcetype as ..&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;index="A" its working....&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;How can i make the &lt;STRONG&gt;sourcetype&lt;/STRONG&gt; to work in the search head..do i have to do any changes in the &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; file of the search head...Please help asap..&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2012 09:34:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sourcetype-Help/m-p/102003#M21396</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2012-07-18T09:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: sourcetype Help !!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sourcetype-Help/m-p/102004#M21397</link>
      <description>&lt;P&gt;what is the sourcetype of the event when you search in index A? Inputs.conf is where the sourcetype should be defined, and if you've defined it as specified above, that should be sufficient.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2012 15:11:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sourcetype-Help/m-p/102004#M21397</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2012-07-18T15:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: sourcetype Help !!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sourcetype-Help/m-p/102005#M21398</link>
      <description>&lt;P&gt;When you create a new index, it is usually not searched automatically - depending on how &lt;STRONG&gt;roles&lt;/STRONG&gt; are set up. Go to Manager-&amp;gt;Access Controls-&amp;gt;Roles. Check each role that should have access to index A. Does the role have access? Does it search index A by default?&lt;/P&gt;

&lt;P&gt;If a role does &lt;EM&gt;not&lt;/EM&gt; search index A by default (as yours probably does not), you &lt;EM&gt;must&lt;/EM&gt; specify the index when you search. That's why &lt;CODE&gt;index=A&lt;/CODE&gt; works, and &lt;CODE&gt;sourcetype=A&lt;/CODE&gt; does not. &lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2012 15:18:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sourcetype-Help/m-p/102005#M21398</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-07-18T15:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: sourcetype Help !!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sourcetype-Help/m-p/102006#M21399</link>
      <description>&lt;P&gt;Good thinking...along those lines search liked 'index=A sourcetype=A' would also return results.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2012 15:35:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sourcetype-Help/m-p/102006#M21399</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2012-07-18T15:35:13Z</dc:date>
    </item>
  </channel>
</rss>

