<?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: Where does forwarded data exist if the index mentioned in my inputs.conf monitor stanza was not created? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114723#M23996</link>
    <description>&lt;P&gt;Thanks for reply @mzorzi. in search it is not showing , but when i executing this query "&lt;CODE&gt;index=_internal (host=*xxx* OR host=*xxx*) NOT (series=_* OR series=*summary*) source=*metrics.log group=per_index_thruput earliest=-7d | timechart span=1d sum(eval(kb/1024)) AS "MB indexed" by series&lt;/CODE&gt;" ,  then its showing index &lt;STRONG&gt;a&lt;/STRONG&gt; with amount of data. then if it  in "_internal" ?  then how to move this data in my actual index &lt;STRONG&gt;b&lt;/STRONG&gt; ?  please help me on this&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jan 2015 11:38:06 GMT</pubDate>
    <dc:creator>snehal8</dc:creator>
    <dc:date>2015-01-29T11:38:06Z</dc:date>
    <item>
      <title>Where does forwarded data exist if the index mentioned in my inputs.conf monitor stanza was not created?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114721#M23994</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;

&lt;P&gt;I have created an inputs.conf file for deploying an app in host machine to forward data. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///xxxxxx]
index=a
disabled=false
sourcetype=Test
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but have created an index called &lt;STRONG&gt;b&lt;/STRONG&gt; and by mistake, in the inputs.conf file mentioned &lt;STRONG&gt;a&lt;/STRONG&gt;, so data is came in splunk with this index but not getting where is exactly store.&lt;/P&gt;

&lt;P&gt;Where exactly is the data sent in this scenario? How can I resolve this?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2015 10:44:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114721#M23994</guid>
      <dc:creator>snehal8</dc:creator>
      <dc:date>2015-01-29T10:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Where does forwarded data exist if the index mentioned in my inputs.conf monitor stanza was not created?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114722#M23995</link>
      <description>&lt;P&gt;You can search for that data across all time and indexes. If nothing returns the data has not been indexed.&lt;/P&gt;

&lt;P&gt;A very generic search is     index=_&lt;CODE&gt;*&lt;/CODE&gt;  OR index=&lt;CODE&gt;*&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2015 11:17:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114722#M23995</guid>
      <dc:creator>mzorzi</dc:creator>
      <dc:date>2015-01-29T11:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Where does forwarded data exist if the index mentioned in my inputs.conf monitor stanza was not created?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114723#M23996</link>
      <description>&lt;P&gt;Thanks for reply @mzorzi. in search it is not showing , but when i executing this query "&lt;CODE&gt;index=_internal (host=*xxx* OR host=*xxx*) NOT (series=_* OR series=*summary*) source=*metrics.log group=per_index_thruput earliest=-7d | timechart span=1d sum(eval(kb/1024)) AS "MB indexed" by series&lt;/CODE&gt;" ,  then its showing index &lt;STRONG&gt;a&lt;/STRONG&gt; with amount of data. then if it  in "_internal" ?  then how to move this data in my actual index &lt;STRONG&gt;b&lt;/STRONG&gt; ?  please help me on this&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2015 11:38:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114723#M23996</guid>
      <dc:creator>snehal8</dc:creator>
      <dc:date>2015-01-29T11:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Where does forwarded data exist if the index mentioned in my inputs.conf monitor stanza was not created?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114724#M23997</link>
      <description>&lt;P&gt;If index is not specified data will go to main index, you can get the logs by running&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;then specify the source from Fields sidebar then delete the event you want as per the following, but first you need to allow the user you are using to delete:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main source=test.gz | delete
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Give user permissions to delete, from wen interface, I'll assume you are using admin user:&lt;/P&gt;

&lt;P&gt;Settings, Access controls, Users,  admin&lt;/P&gt;

&lt;P&gt;In Assign to roles part, add can_delete, then save&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Ahmed&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2015 11:56:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114724#M23997</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2015-01-29T11:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Where does forwarded data exist if the index mentioned in my inputs.conf monitor stanza was not created?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114725#M23998</link>
      <description>&lt;P&gt;If you do not have index A created, and configure and input to send to index A, then when the input sends and the indexers do not have the index, they will drop the events and generate and invalid index error. It will not move them to another index, or put them in _internal. (_internal is internal events for splunk only.)&lt;/P&gt;

&lt;P&gt;If you want to move the events from index A to index B, then you need to copy the buckets at the file level. ( $SPLUNK_HOME/var/lib/splunk/** )&lt;/P&gt;

&lt;P&gt;The instructions here are pretty straightforward :&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/126422/move-specific-data-from-one-index-to-another-index.html" target="_blank"&gt;http://answers.splunk.com/answers/126422/move-specific-data-from-one-index-to-another-index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:45:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114725#M23998</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2020-09-28T18:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Where does forwarded data exist if the index mentioned in my inputs.conf monitor stanza was not created?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114726#M23999</link>
      <description>&lt;P&gt;Hi @snehal8, if the issue is resolved, please accept an answer to mark this issue as resolved.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Ahmed&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 17:12:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114726#M23999</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2015-01-30T17:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Where does forwarded data exist if the index mentioned in my inputs.conf monitor stanza was not created?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114727#M24000</link>
      <description>&lt;P&gt;This only applies if &lt;EM&gt;no&lt;/EM&gt; index has been specified. If the &lt;EM&gt;wrong&lt;/EM&gt; index name was specified, then @esix is correct.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 02:00:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-forwarded-data-exist-if-the-index-mentioned-in-my/m-p/114727#M24000</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-10-24T02:00:06Z</dc:date>
    </item>
  </channel>
</rss>

