<?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: Problem with indexes except main in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697451#M115692</link>
    <description>&lt;P&gt;first, I created new UDP data input whit a new index "cisco"&lt;/P&gt;&lt;P&gt;but when I search index=cisco there was no event&lt;/P&gt;&lt;P&gt;then I create new UDP data input whit "main" index and I worked.&lt;/P&gt;&lt;P&gt;but I don't like to store my switch event in main index&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2024 11:59:44 GMT</pubDate>
    <dc:creator>RezaET</dc:creator>
    <dc:date>2024-08-27T11:59:44Z</dc:date>
    <item>
      <title>Problem with indexes except main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697437#M115687</link>
      <description>&lt;P&gt;I installed cisco network add-on, but only main index work and I cannot store log in another index&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 10:33:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697437#M115687</guid>
      <dc:creator>RezaET</dc:creator>
      <dc:date>2024-08-27T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with indexes except main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697439#M115688</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/271602"&gt;@RezaET&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;the issue probably is in the default search path:&lt;/P&gt;&lt;P&gt;by default only the main index is in the default search path and in apps the index isn't specified.&lt;/P&gt;&lt;P&gt;You have two solutions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add the other indexes in the default search path,&lt;/LI&gt;&lt;LI&gt;add the index in all the searches of your app.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 10:37:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697439#M115688</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-08-27T10:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with indexes except main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697440#M115689</link>
      <description>&lt;P&gt;Can you be more verbose? What do you mean by "I cannot store log in another index". The TA itself shouldn't have anything to do with the indexes.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 10:53:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697440#M115689</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-08-27T10:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with indexes except main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697451#M115692</link>
      <description>&lt;P&gt;first, I created new UDP data input whit a new index "cisco"&lt;/P&gt;&lt;P&gt;but when I search index=cisco there was no event&lt;/P&gt;&lt;P&gt;then I create new UDP data input whit "main" index and I worked.&lt;/P&gt;&lt;P&gt;but I don't like to store my switch event in main index&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 11:59:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697451#M115692</guid>
      <dc:creator>RezaET</dc:creator>
      <dc:date>2024-08-27T11:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with indexes except main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697453#M115693</link>
      <description>&lt;P&gt;Have you created an index named "cisco" before creating inputs? You can't send events to a non-existent index.&lt;/P&gt;&lt;P&gt;If you haven't, the event will end up either in a last-chance index (if you have one configured) or discarded (and you'll get a warning in _internal about it).&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 12:03:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697453#M115693</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-08-27T12:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with indexes except main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697455#M115694</link>
      <description>&lt;P&gt;yes, first I cedared index and then input. but it didn't work, only main index work&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 12:10:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697455#M115694</guid>
      <dc:creator>RezaET</dc:creator>
      <dc:date>2024-08-27T12:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with indexes except main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697467#M115695</link>
      <description>&lt;P&gt;That does indeed seem strange because you should be getting events into an index regardless of an add-on. The only things that could make you not see the events would be bad timestamp parsing (but that would happen regardless of destination index), bad timerange you're searching (ditto) or no permissions for the cisco index (but as you're saying you've created the index I'm assuming you've got admin rights here).&lt;/P&gt;&lt;P&gt;Try to run&lt;/P&gt;&lt;PRE&gt;| tstats count where index=cisco by source sourcetype&lt;/PRE&gt;&lt;P&gt;over all time and see if you get any results&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 13:33:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-indexes-except-main/m-p/697467#M115695</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-08-27T13:33:13Z</dc:date>
    </item>
  </channel>
</rss>

