<?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: unable to send data to indexer. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/unable-to-send-data-to-indexer/m-p/478171#M82083</link>
    <description>&lt;P&gt;Based on your inputs, I am putting few ways where it might have gone wrong.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;There is no data in D:\Syslog\ASA. But as you said, there is data.&lt;/LI&gt;
&lt;LI&gt;Check the user splunk running with, does he have permission to access D:\Syslog\ASA&lt;/LI&gt;
&lt;LI&gt;On indexer, there is no index created with the name cisco_asa. In such case, the indexer will throw warnings that there is data coming for this index which in not present.&lt;/LI&gt;
&lt;LI&gt;The most common mistake, the data is perfectly indexed in index=cisco_asa but, the User Role you are logged in with does not have 'cisco_asa' index added to searchable list. Using Admin user, Please visit Settings &amp;gt;&amp;gt;&amp;gt; access control &amp;gt;&amp;gt;&amp;gt; [your user role] &amp;gt;&amp;gt;&amp;gt; check the list of indexes allowed to be searched for your role.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Above are some causes that make some indexed data not searchable. Please do a check and revert.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 02:05:28 GMT</pubDate>
    <dc:creator>ashutoshab</dc:creator>
    <dc:date>2020-09-30T02:05:28Z</dc:date>
    <item>
      <title>unable to send data to indexer.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/unable-to-send-data-to-indexer/m-p/478168#M82080</link>
      <description>&lt;P&gt;Hello, this is my forwarder inputs.conf looks like but I am unable to see any data in the second index cisco_asa.&lt;/P&gt;

&lt;P&gt;index fortinet works just fine.&lt;/P&gt;

&lt;P&gt;[default]&lt;BR /&gt;
host = ABC&lt;/P&gt;

&lt;P&gt;[monitor://D:\Syslog\Fortinet]&lt;BR /&gt;
index = fortinet&lt;BR /&gt;
sourcetype = fortigate&lt;/P&gt;

&lt;P&gt;[monitor://D:\Syslog\ASA]&lt;BR /&gt;
index = cisco_asa&lt;BR /&gt;
sourcetype = cisco:asa&lt;/P&gt;

&lt;P&gt;Please advise!&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 18:48:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/unable-to-send-data-to-indexer/m-p/478168#M82080</guid>
      <dc:creator>sherrysafdar</dc:creator>
      <dc:date>2019-09-07T18:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: unable to send data to indexer.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/unable-to-send-data-to-indexer/m-p/478169#M82081</link>
      <description>&lt;P&gt;Can you see any data in index=fortinet?&lt;BR /&gt;
Is there data in D:\Syslog\ASA?&lt;BR /&gt;
Are there any relevant messages in the forwarder's splunkd.log?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 21:28:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/unable-to-send-data-to-indexer/m-p/478169#M82081</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-09-07T21:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: unable to send data to indexer.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/unable-to-send-data-to-indexer/m-p/478170#M82082</link>
      <description>&lt;P&gt;Yes, I can see data in index=fortinet&lt;/P&gt;

&lt;P&gt;However, I cannot see any data in index=cisco_asa&lt;/P&gt;

&lt;P&gt;Yes, there is data is D:\Syslog\ASA&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 23:28:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/unable-to-send-data-to-indexer/m-p/478170#M82082</guid>
      <dc:creator>sherrysafdar</dc:creator>
      <dc:date>2019-09-07T23:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: unable to send data to indexer.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/unable-to-send-data-to-indexer/m-p/478171#M82083</link>
      <description>&lt;P&gt;Based on your inputs, I am putting few ways where it might have gone wrong.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;There is no data in D:\Syslog\ASA. But as you said, there is data.&lt;/LI&gt;
&lt;LI&gt;Check the user splunk running with, does he have permission to access D:\Syslog\ASA&lt;/LI&gt;
&lt;LI&gt;On indexer, there is no index created with the name cisco_asa. In such case, the indexer will throw warnings that there is data coming for this index which in not present.&lt;/LI&gt;
&lt;LI&gt;The most common mistake, the data is perfectly indexed in index=cisco_asa but, the User Role you are logged in with does not have 'cisco_asa' index added to searchable list. Using Admin user, Please visit Settings &amp;gt;&amp;gt;&amp;gt; access control &amp;gt;&amp;gt;&amp;gt; [your user role] &amp;gt;&amp;gt;&amp;gt; check the list of indexes allowed to be searched for your role.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Above are some causes that make some indexed data not searchable. Please do a check and revert.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:05:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/unable-to-send-data-to-indexer/m-p/478171#M82083</guid>
      <dc:creator>ashutoshab</dc:creator>
      <dc:date>2020-09-30T02:05:28Z</dc:date>
    </item>
  </channel>
</rss>

