<?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 can't find the existing index in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486978#M83402</link>
    <description>&lt;P&gt;Hi @pacifikn,&lt;BR /&gt;
let me understand:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;you had 8 appliances that were sending syslogs and You were receinving their syslog,&lt;/LI&gt;
&lt;LI&gt;after you configured other 20 appliances, but you don't see their logs,&lt;/LI&gt;
&lt;LI&gt;now you don't see both the new and the old appliances' logs;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;is it correct?&lt;/P&gt;

&lt;P&gt;at first check the configuration and the firewall routes between appliances and Splunk server.&lt;BR /&gt;
Then check the inputs on Splunk.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2020 12:00:39 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-01-14T12:00:39Z</dc:date>
    <item>
      <title>i can't find the existing index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486975#M83399</link>
      <description>&lt;P&gt;Greetings!!&lt;/P&gt;

&lt;P&gt;I can't find the existing index, after inputs other data into that index?&lt;/P&gt;

&lt;P&gt;I have done  /opt/Splunk/bin/Splunk reload deploy-server&lt;/P&gt;

&lt;P&gt;BUT the problem is that I can't find the existing index after this Splunk configuration??&lt;/P&gt;

&lt;P&gt;I was confused somehow? am getting data from Syslog sender(network devices) and when I checked &lt;BR /&gt;
/opt/splunkforwarder/bin/Splunk list forward-server &lt;/P&gt;

&lt;P&gt;I got the following output:  Active forwards: None&lt;BR /&gt;
                                                Configured but inactive forwards:&lt;BR /&gt;
                                              " IP of all indexers: port"&lt;/P&gt;

&lt;P&gt;is this could be a root cause of not getting logs for index  XXXX??? even when you do search index=** you can see other index but not the one you have input data? &lt;/P&gt;

&lt;P&gt;Kindly help me how I can fix this, thank you&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 08:27:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486975#M83399</guid>
      <dc:creator>pacifikn</dc:creator>
      <dc:date>2020-01-14T08:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: i can't find the existing index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486976#M83400</link>
      <description>&lt;P&gt;Hi @pacifikn,&lt;BR /&gt;
there's some confusion in your question:&lt;BR /&gt;
reload deploy-server and list forward-server are commands of Deployment Server and there isn't any direct relation with indexes.&lt;BR /&gt;
But let me understand and correct me if I'm wrong:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;you have a distributed architecture wih an all-in one Splunk server and some Universal Forwarders,&lt;/LI&gt;
&lt;LI&gt;you have to ingest syslogs from one or more appliances.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;To ingest syslogs you have to enable your Splunk server to ingest network logs [Settings -- Data Inputs -- TCP/UDP - Add New].&lt;BR /&gt;
If you can it's better to use an Heavy Forwarder or (better) two HFs with a load Balancer to avoid Single Points of Failure.&lt;/P&gt;

&lt;P&gt;If instead you have to take logs from a Universal Forwarder, you have to define your use case and create a Technical Add-on to deploy manually or using the Deployment Server.&lt;/P&gt;

&lt;P&gt;Then you can search the ingested data and you have to know in what index are stored but it's a following question.&lt;/P&gt;

&lt;P&gt;I hint to carefully read at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Data/Getstartedwithgettingdatain"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.1/Data/Getstartedwithgettingdatain&lt;/A&gt; to better understand how to get data into Splunk.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 09:30:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486976#M83400</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-14T09:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: i can't find the existing index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486977#M83401</link>
      <description>&lt;P&gt;HI  gcusello,&lt;/P&gt;

&lt;P&gt;Thank you for your quick response,&lt;/P&gt;

&lt;P&gt;Let me clarify again the issue am getting,&lt;/P&gt;

&lt;P&gt;I want to add other inputs data from network devices (Syslog sender) into Splunk,&lt;BR /&gt;
before I had few devices (8devices) configured well and generating logs, and I wanted to add the other 20 devices but after I did this Splunk configuration as I do before,  I can't see its logs not only that and this seems has affected the 8 devices configured before, for now,  the logs are not available as it appeared before on the 8 devices, the entire index for this specific devices its not available on the other index ,when you do search: index=* to see all index you only see other not this mentioned above.&lt;BR /&gt;
when I do search: index=xxx is not available.&lt;/P&gt;

&lt;P&gt;BUT the issue is that after doing the configuration, I can't see the data of those inputs in search?&lt;BR /&gt;
even the previous 8 devices that before I use to see its logs I can't see it? even its index is not available as before? It seems like it was disabled/deleted. how to check it?&lt;/P&gt;

&lt;P&gt;challenge; when I do search in one week I can see the logs of 8 previous devices before adding the 20 devices but currently not, I don't know where the problem comes from?????&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 10:25:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486977#M83401</guid>
      <dc:creator>pacifikn</dc:creator>
      <dc:date>2020-01-14T10:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: i can't find the existing index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486978#M83402</link>
      <description>&lt;P&gt;Hi @pacifikn,&lt;BR /&gt;
let me understand:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;you had 8 appliances that were sending syslogs and You were receinving their syslog,&lt;/LI&gt;
&lt;LI&gt;after you configured other 20 appliances, but you don't see their logs,&lt;/LI&gt;
&lt;LI&gt;now you don't see both the new and the old appliances' logs;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;is it correct?&lt;/P&gt;

&lt;P&gt;at first check the configuration and the firewall routes between appliances and Splunk server.&lt;BR /&gt;
Then check the inputs on Splunk.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 12:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486978#M83402</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-14T12:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: i can't find the existing index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486979#M83403</link>
      <description>&lt;P&gt;Right! yes, that is the question I have!&lt;/P&gt;

&lt;P&gt;I see the old when I set the time before one week, I can view it.&lt;/P&gt;

&lt;P&gt;But after adding the other 20 same appliances, I don't see both the old and new ones.&lt;/P&gt;

&lt;P&gt;The configuration and the firewall routes between appliances and the Splunk server are done correctly.&lt;/P&gt;

&lt;P&gt;Kindly help me step by step on how to crosscheck the inputs on Splunk, maybe I am not doing this correctly!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 12:20:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486979#M83403</guid>
      <dc:creator>pacifikn</dc:creator>
      <dc:date>2020-01-14T12:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: i can't find the existing index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486980#M83404</link>
      <description>&lt;P&gt;Hi @pacifikn,&lt;BR /&gt;
delete and re-create one by one the inputs and check if the problem is still present.&lt;BR /&gt;
You can also check in inputs.conf if there's something wrong.&lt;BR /&gt;
To understand what's the inputs.conf to check you can use &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk cmd btool inputs list -debug
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 12:38:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/i-can-t-find-the-existing-index/m-p/486980#M83404</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-14T12:38:08Z</dc:date>
    </item>
  </channel>
</rss>

