<?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: I see traffic from forwarder to indexers, but I cant find anything when I search on the search heads. in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496882#M1977</link>
    <description>&lt;P&gt;you cannot search anything on the SH &lt;EM&gt;(assuming no data on index=apache)&lt;/EM&gt; but you see traffic logs (assuming the forwarder is already connected to the indexers)&lt;/P&gt;

&lt;P&gt;have you tried checking on splunkd.log if there are any errors? are the sources being monitored? &lt;EM&gt;(run &lt;CODE&gt;./splunk list monitor&lt;/CODE&gt; on the UF)&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2020 09:47:15 GMT</pubDate>
    <dc:creator>lloydknight</dc:creator>
    <dc:date>2020-04-30T09:47:15Z</dc:date>
    <item>
      <title>I see traffic from forwarder to indexers, but I cant find anything when I search on the search heads.</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496878#M1973</link>
      <description>&lt;P&gt;I have installed a forwarder on my apache serer and I see traffic (logs) moving from the web server to the indexers.&lt;BR /&gt;When I run the command below on my search heads (plus ITSI), I get nothing.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;| eventcount summarize=false index=* index=_* | dedup index | fields index&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;my input.conf:&lt;BR /&gt;[monitor:///web/JBossWeb/jws-3.0/https/logs/access.log.$(date +%Y.%m.%d)]&lt;BR /&gt;sourcetype=apache_access&lt;BR /&gt;disabled = 0&lt;BR /&gt;index = apache&lt;/P&gt;
&lt;P&gt;[monitor:///web/JBossWeb/jws-3.0/https/logs/error.log.$(date +%Y.%m.%d)]&lt;BR /&gt;sourcetype=apache_error&lt;BR /&gt;disabled = 0&lt;BR /&gt;index = apache&lt;/P&gt;
&lt;P&gt;Please help.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 00:26:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496878#M1973</guid>
      <dc:creator>millinkan</dc:creator>
      <dc:date>2020-06-07T00:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: I see traffic from forwarder to indexers, but I cant find anything when I search on the search heads.</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496879#M1974</link>
      <description>&lt;P&gt;What are you trying to do? Get an eventcount? Because that's what the search does. There's a small mistake in your search, should be &lt;CODE&gt;| eventcount summarize=false index=* index=_* | dedup index | fields index&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Also, you can write &lt;CODE&gt;| eventcount summarize=false index=* index=_* | stats values(index)&lt;/CODE&gt; instead.&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 09:59:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496879#M1974</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2020-03-18T09:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: I see traffic from forwarder to indexers, but I cant find anything when I search on the search heads.</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496880#M1975</link>
      <description>&lt;P&gt;Thanks for the alternate search query. &lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 10:13:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496880#M1975</guid>
      <dc:creator>millinkan</dc:creator>
      <dc:date>2020-03-18T10:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: I see traffic from forwarder to indexers, but I cant find anything when I search on the search heads.</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496881#M1976</link>
      <description>&lt;P&gt;I used the below in my inputs.conf and it worked.&lt;/P&gt;

&lt;P&gt;[monitor:///web/JBossWeb/jws-3.0/httpd/logs/error.log.*]&lt;BR /&gt;
sourcetype=apache_error&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = linux&lt;BR /&gt;
crcSalt=&lt;BR /&gt;
ignoreOlderThan = 0d&lt;/P&gt;

&lt;P&gt;Thanks for you assistance&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 08:08:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496881#M1976</guid>
      <dc:creator>millinkan</dc:creator>
      <dc:date>2020-04-30T08:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: I see traffic from forwarder to indexers, but I cant find anything when I search on the search heads.</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496882#M1977</link>
      <description>&lt;P&gt;you cannot search anything on the SH &lt;EM&gt;(assuming no data on index=apache)&lt;/EM&gt; but you see traffic logs (assuming the forwarder is already connected to the indexers)&lt;/P&gt;

&lt;P&gt;have you tried checking on splunkd.log if there are any errors? are the sources being monitored? &lt;EM&gt;(run &lt;CODE&gt;./splunk list monitor&lt;/CODE&gt; on the UF)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 09:47:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/I-see-traffic-from-forwarder-to-indexers-but-I-cant-find/m-p/496882#M1977</guid>
      <dc:creator>lloydknight</dc:creator>
      <dc:date>2020-04-30T09:47:15Z</dc:date>
    </item>
  </channel>
</rss>

