<?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: search does not return anything in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383653#M169598</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
I tried &lt;BR /&gt;
index=* |head 100&lt;BR /&gt;
still returns nothing&lt;BR /&gt;
Is there any logs which splunk generates to see any error?&lt;/P&gt;</description>
    <pubDate>Mon, 07 May 2018 06:28:15 GMT</pubDate>
    <dc:creator>dvuichor</dc:creator>
    <dc:date>2018-05-07T06:28:15Z</dc:date>
    <item>
      <title>search does not return anything</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383651#M169596</link>
      <description>&lt;P&gt;I have tried to add to monitor several log files but so far search returns nothing&lt;BR /&gt;
I am using trial version with max 500M so not sure i have exceeded 500M. How do i verify it?&lt;BR /&gt;
thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 06:09:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383651#M169596</guid>
      <dc:creator>dvuichor</dc:creator>
      <dc:date>2018-05-07T06:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: search does not return anything</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383652#M169597</link>
      <description>&lt;P&gt;Hi dvuichor,&lt;BR /&gt;
you can check if you're in violation opening [Settings -- Licenses], anyway how many times you exceeded license limit? if you exceeded less than 3 times it's also OK.&lt;/P&gt;

&lt;P&gt;In addition, when there's a violation Splunk gives an error message.&lt;BR /&gt;
To verify if there'se a problem run a simple search &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* | head 100
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;using "always" as time period and see if there are results: maybe the problem is a different one: time error or ingestion error, etc...&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 06:19:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383652#M169597</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-05-07T06:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: search does not return anything</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383653#M169598</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I tried &lt;BR /&gt;
index=* |head 100&lt;BR /&gt;
still returns nothing&lt;BR /&gt;
Is there any logs which splunk generates to see any error?&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 06:28:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383653#M169598</guid>
      <dc:creator>dvuichor</dc:creator>
      <dc:date>2018-05-07T06:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: search does not return anything</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383654#M169599</link>
      <description>&lt;P&gt;Hi dvuichor,,&lt;BR /&gt;
if you haven't any violation message the problem is probably on ingestion.&lt;BR /&gt;
Try to ingest a local log:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;[Settings -- Inputs -- Windows Event Logs] if you're using a Windows server,&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;[Settings -- inputs -- Files or Directories -- /var/log/messages] if you're using a Linux server&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;If in this way tou find logs, you have to troubleshoot your log ingestion (see at &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.1.0/Forwarding/Receiverconnection"&gt;https://docs.splunk.com/Documentation/Splunk/7.1.0/Forwarding/Receiverconnection&lt;/A&gt; ).&lt;/P&gt;

&lt;P&gt;Are you using an Universal Forwarder or not?&lt;BR /&gt;
Can you share your inputs.conf from UF or (if you haven't) from system local?&lt;BR /&gt;
If you're using a Universal Forwarder, please share also outputs.conf.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 06:43:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383654#M169599</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-05-07T06:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: search does not return anything</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383655#M169600</link>
      <description>&lt;P&gt;Hi Guiseppe,&lt;BR /&gt;
so far i only execute at CLI&lt;BR /&gt;
i have 2 linux servers: one hosts Splunk instance and the other one hosts forwarder&lt;/P&gt;

&lt;P&gt;on splunk forwarder server:&lt;BR /&gt;
i execute:&lt;BR /&gt;
./splunk add forward-server 172.16.128.155:9997&lt;BR /&gt;
Splunk username: admin&lt;BR /&gt;
Password:&lt;BR /&gt;
Added forwarding to: 172.16.128.155:9997.&lt;/P&gt;

&lt;P&gt;then add path and log files to be monitored:&lt;BR /&gt;
[root@dagapps bin]# ./splunk list monitor&lt;BR /&gt;
Monitored Directories:&lt;BR /&gt;
                [No directories monitored.]&lt;BR /&gt;
Monitored Files:&lt;BR /&gt;
        /u01/app/agile/agile935/agileDomain/bin&lt;BR /&gt;
        /u01/app/agile/agile935/agileDomain/bin/nohup.out&lt;BR /&gt;
        /var/log&lt;BR /&gt;
        /var/log/lastlog&lt;/P&gt;

&lt;P&gt;on splunk server i execute:&lt;BR /&gt;
$ ./splunk enable listen 9997&lt;BR /&gt;
Splunk username: admin&lt;BR /&gt;
Password:&lt;BR /&gt;
Listening for Splunk data on TCP port 9997.&lt;/P&gt;

&lt;P&gt;did i miss any steps?&lt;/P&gt;

&lt;P&gt;thanks for your help&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 06:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383655#M169600</guid>
      <dc:creator>dvuichor</dc:creator>
      <dc:date>2018-05-07T06:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: search does not return anything</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383656#M169601</link>
      <description>&lt;P&gt;Can you try to telnet on  172.16.128.155:9997 from your forwarder server and see if the connection is successful.&lt;/P&gt;

&lt;P&gt;Successful connection - Check the splunkd.log file on Splunk Indexer for any errors.&lt;/P&gt;

&lt;P&gt;UnSuccessful connection - It might be a firewall block. Crosscheck it. Or check splunkd.log file on your forwarder to see error details.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 07:38:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383656#M169601</guid>
      <dc:creator>amitm05</dc:creator>
      <dc:date>2018-05-07T07:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: search does not return anything</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383657#M169602</link>
      <description>&lt;P&gt;please, share inputs.conf of your Forwarder.&lt;BR /&gt;
it should be&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor///u01/app/agile/agile935/agileDomain/bin/nohup.out]
disabled=0
index=my_index
[monitor///var/log/lastlog]
disabled=0
index=my_index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;running the search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you should have results.&lt;/P&gt;

&lt;P&gt;As additional check, verify that the time of both the servers are aligned and remember to restart Universal Forwarder after inputs.conf updates.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 09:31:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383657#M169602</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-05-07T09:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: search does not return anything</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383658#M169603</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;
it seems to be fine when  I executed wget&lt;BR /&gt;
 wget 172.16.128.155:9997&lt;BR /&gt;
--2018-05-07 14:22:56--  &lt;A href="http://172.16.128.155:9997/"&gt;http://172.16.128.155:9997/&lt;/A&gt;&lt;BR /&gt;
Connecting to 172.16.128.155:9997... connected.&lt;BR /&gt;
HTTP request sent, awaiting response... No data received.&lt;BR /&gt;
Retrying.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 21:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-does-not-return-anything/m-p/383658#M169603</guid>
      <dc:creator>dvuichor</dc:creator>
      <dc:date>2018-05-07T21:24:03Z</dc:date>
    </item>
  </channel>
</rss>

