<?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: Why can't I ingest data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289681#M55268</link>
    <description>&lt;P&gt;Yes.  I did that. You can see the indexer there.&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2017 16:47:17 GMT</pubDate>
    <dc:creator>mhouse3</dc:creator>
    <dc:date>2017-05-12T16:47:17Z</dc:date>
    <item>
      <title>Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289675#M55262</link>
      <description>&lt;P&gt;I need help to figure out why my environment is not ingesting data.&lt;/P&gt;

&lt;P&gt;I am on a single laptop&lt;/P&gt;

&lt;P&gt;I have four VMs installed with splunk stalled as follows:&lt;BR /&gt;
VM1 – Splunk Enterprise being used as a Search head and a deployment server&lt;BR /&gt;
VM2 – Splunk Enterprise being used in an indexer&lt;BR /&gt;
VM3 – Universal Forwarder Installed&lt;BR /&gt;
VM4 – Universal Forwarder Installed&lt;/P&gt;

&lt;P&gt;After launching all four VMs I ping google as well as each of the VMs successfully from each of the VMs&lt;/P&gt;

&lt;P&gt;I go to the VM1 and launch the Splunk GUI from which I create an index called web&lt;/P&gt;

&lt;P&gt;I go to VM2 and lunch the Splunk GUI from which I configure the indexer to receive data on port 9997&lt;/P&gt;

&lt;P&gt;In go to VM1 and configure the SH to search my indexer on port 8089.  I know this is successful at this step because the health status shows “Healthy”.&lt;/P&gt;

&lt;P&gt;I go to VM4 and create the following path /test_monitor2/test_files/&lt;/P&gt;

&lt;P&gt;I then go into /test_monitor2/test_files/ and crate bunch of text files with gibberish in it.&lt;/P&gt;

&lt;P&gt;So that the forwarders knows where to monitor for the data I create two apps on the deployment server (VM1) under /opt/splunk/etc/deployment-apps/local&lt;BR /&gt;
The two apps are forward1_inputs and forward2_inputs&lt;/P&gt;

&lt;P&gt;The inputs.conf file for the forward1_inputs contain the following:&lt;BR /&gt;
[monitor:///opt/splunkforwarder/var/log/splunk/*]&lt;BR /&gt;
index=web&lt;BR /&gt;
host_segment=5&lt;BR /&gt;
sourcetype=fwd1&lt;BR /&gt;
disabled=false&lt;/P&gt;

&lt;P&gt;The inputs.conf file for the forward2_inputs contain the following:&lt;BR /&gt;
[monitor:///test_monitor2/test_files/*]&lt;BR /&gt;
index=main&lt;BR /&gt;
host_segment=1&lt;BR /&gt;
sourcetype=fwd2&lt;BR /&gt;
disabled=false&lt;/P&gt;

&lt;P&gt;So that the forwarders knows where to send the data I create one apps on the deployment server (VM1) under /opt/splunk/etc/deployment-apps/local called forward_ouput&lt;/P&gt;

&lt;P&gt;The outputs.conf file for the forward_output contain the following:&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = my_indexers&lt;BR /&gt;
[tcpout:my_indexers]&lt;BR /&gt;
server = IPADDRESSOFMYINDEXERONVM2:9997&lt;/P&gt;

&lt;P&gt;For forward management I create a serverclass.conf file on the DS on VM1 in path /opt/splunk/etc/local with the following content:&lt;BR /&gt;
[global]&lt;BR /&gt;
[serverClass:forwarder1]&lt;BR /&gt;
whitelist.1 = IPADDRESSOFVM3&lt;BR /&gt;
restartSplunkd=true&lt;BR /&gt;
[serverClass:forwarder1:app:forward1_inputs]&lt;BR /&gt;
[serverClass:forwarder2]&lt;BR /&gt;
whitelist.2=IPADDRESSOFVM4&lt;BR /&gt;
restartSplunkd=true&lt;BR /&gt;
[serverClass:forwarder2:app:forward2_inputs]    &lt;/P&gt;

&lt;P&gt;With all the VMs up and running I then run the following command on the SH machine:&lt;BR /&gt;
/opt/splunk/bin/splunk reload deploy-server&lt;/P&gt;

&lt;P&gt;We also made sure we went to the server classes on my SH and mapped my forwarder to the apps.&lt;/P&gt;

&lt;P&gt;If I do index=main I get no results.  It says no results found across all time.&lt;/P&gt;

&lt;P&gt;If I do index=web I get no results.  It says no results found across all time.&lt;BR /&gt;
If I go to setting---forward management on the SH I can see my two forwarders are present and it phoned home a few seconds ago (under clients tab).  Under the server classes tab I can see it says that both apps are deployed.  If I click on the apps tab I can see that forward1_inputs and forward2_inputs are deployed.&lt;/P&gt;

&lt;P&gt;Ran Health checks.  Out of 17 got zero errors.&lt;/P&gt;

&lt;P&gt;Why I’m I not able to ingest data?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:02:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289675#M55262</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2020-09-29T14:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289676#M55263</link>
      <description>&lt;P&gt;hello mhouse3&lt;BR /&gt;
you probably want to also create the web index on VM2 - your indexer, this is where you are pointing your forwarders to.&lt;BR /&gt;
also, pay attention to outputs.conf of a single splunk indexer, read here:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.0/Admin/Outputsconf"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.0/Admin/Outputsconf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;############
TCP Output stanzas
############
# There are three levels of TCP Output stanzas:
# * Global: [tcpout]
# * Target group: [tcpout:&amp;lt;target_group&amp;gt;]
# * Single server: [tcpout-server://&amp;lt;ip address&amp;gt;:&amp;lt;port&amp;gt;]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;try and search from your VM1 index = _internal | stats count by host&lt;BR /&gt;
you supposed to see 4 hosts, if that works, it means your outputs works and that you would now want to focus on your inputs on forwarders.&lt;BR /&gt;
if it does not work, go back and configure your outputs.&lt;BR /&gt;
other than these 2 points, i think you are on the right track&lt;/P&gt;

&lt;P&gt;keep it up and i hope it helps&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 00:42:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289676#M55263</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-12T00:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289677#M55264</link>
      <description>&lt;P&gt;You did not point your servers to your DS.  You can do this by running this command on VMs 2-4:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sudo -u splunk /opt/splunk*/bin/splunk set deploy-poll IPADDRESSOFMYINDEXERONVM1:8089 --accept-license --answer-yes --auto-ports --no-prompt -auth admin:changeme;/opt/splunk*/bin/splunk restart
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This assumes that you are running splunk as user &lt;CODE&gt;splunk&lt;/CODE&gt; (you should be).&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 04:10:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289677#M55264</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-12T04:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289678#M55265</link>
      <description>&lt;P&gt;Interesting.&lt;/P&gt;

&lt;P&gt;Adonio: With the web index on the Indexer VM2, do I actually need the web indexer on the SH as well or can it be removed from there since the SH is not ingesting data?  BTW when I search from my VM1 index = _internal | stats count by host, only 1 host comes up and that is SH.  I will read closely that article to see what you are talking about regarding my outputs.conf&lt;/P&gt;

&lt;P&gt;woodcock:  Thank you for your input.  What I did not point out in my summary is that I use a script to install and set up my Splunk instances from the DS.  My script for the VM3 and VM4 machine has /opt/splunkforwarder/bin/splunk set deploy-poll \"$DEPLOY_SERVER\" --accept-license --answer-yes --auto-ports --no-prompt  -auth admin:changeme&lt;/P&gt;

&lt;P&gt;Note that the variable $DEPLOY_SERVER set to the IPADDRESS of my SH/DS.&lt;/P&gt;

&lt;P&gt;Also note that the script for my indexer does not have a line like this at all.  Instead it has DEPLOY_SERVER="IPADDRESSOFDS:8089"&lt;/P&gt;

&lt;P&gt;woodcock am I missing anything in this regard?&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 15:31:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289678#M55265</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2017-05-12T15:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289679#M55266</link>
      <description>&lt;P&gt;you can keep the index=web on the search head so indexes names are aligned and index names can be auto complete or when you use apps to grab data and point it to an index, you always have references.&lt;BR /&gt;
since you only see 1 host in your search, it tells me that the search head does not search the indexer, otherwise, youll have 2 or 4 hosts&lt;BR /&gt;
can you verify you added the indexer as a search peer? on the search head, VM1 settings -&amp;gt; distributed search -&amp;gt; Search peers -&amp;gt; check if its showing. if not -&amp;gt; new -&amp;gt; fill the field -&amp;gt; save&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 16:34:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289679#M55266</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-12T16:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289680#M55267</link>
      <description>&lt;P&gt;What does this show you?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_* err* OR warn* OR fail* OR cannot OR timeout
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What does this show you on the forwarders?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk*/bin/splunk list monitor
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 May 2017 16:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289680#M55267</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-12T16:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289681#M55268</link>
      <description>&lt;P&gt;Yes.  I did that. You can see the indexer there.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 16:47:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289681#M55268</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2017-05-12T16:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289682#M55269</link>
      <description>&lt;P&gt;thats very odd...&lt;BR /&gt;
when you search index = _internal | stats count by host | table host&lt;BR /&gt;
how many hosts do you see?&lt;BR /&gt;
when you search index = _internal | stats count by splunk_server | table splunk_server&lt;BR /&gt;
how many splunk_server do you see?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:03:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289682#M55269</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2020-09-29T14:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289683#M55270</link>
      <description>&lt;P&gt;Woodcock when I run index=_* err* OR warn* OR fail* OR cannot OR timeout &lt;/P&gt;

&lt;P&gt;I get 6722 events.&lt;/P&gt;

&lt;P&gt;Now as for /opt/splunk*/bin/splunk list monitor&lt;/P&gt;

&lt;P&gt;When I run that I get the following:&lt;BR /&gt;
Monitored Directories:&lt;BR /&gt;
    $SPLUNK_HOME/var/log/splunk/license_usage_summary.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/license_usage_summary.log&lt;BR /&gt;
    $SPLUNK_HOME/var/log/splunk/metrics.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/metrics.log&lt;BR /&gt;
    $SPLUNK_HOME/var/log/splunk/splunkd.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/splunkd.log&lt;BR /&gt;
    $SPLUNK_HOME/var/spool/splunk/...stash_new&lt;BR /&gt;
    /opt/splunkforwarder/var/log/splunk/*&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/audit.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/btool.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/conf.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/first_install.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/license_usage.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/mongod.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/searchhistory.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/splunkd-utility.log&lt;BR /&gt;
        /opt/splunkforwarder/var/log/splunk/splunkd_access.log&lt;BR /&gt;
Monitored Files:&lt;BR /&gt;
    $SPLUNK_HOME/etc/splunk.version&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:04:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289683#M55270</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2020-09-29T14:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289684#M55271</link>
      <description>&lt;P&gt;Thank you for your input. What I did not point out in my summary is that I use a script to install and set up my Splunk instances from the DS. My script for the VM3 and VM4 machine has /opt/splunkforwarder/bin/splunk set deploy-poll \"$DEPLOY_SERVER\" --accept-license --answer-yes --auto-ports --no-prompt -auth admin:changeme&lt;/P&gt;

&lt;P&gt;Note that the variable $DEPLOY_SERVER set to the IPADDRESS of my SH/DS.&lt;/P&gt;

&lt;P&gt;Also note that the script for my indexer does not have a line like this at all. Instead it has DEPLOY_SERVER="IPADDRESSOFDS:8089"&lt;/P&gt;

&lt;P&gt;woodcock am I missing anything in this regard?&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 17:27:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289684#M55271</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2017-05-12T17:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289685#M55272</link>
      <description>&lt;P&gt;Not seeing the problem with my outputs.conf here.  Read the documentation as well.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 17:30:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289685#M55272</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2017-05-12T17:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289686#M55273</link>
      <description>&lt;P&gt;try this:&lt;BR /&gt;
[tcpout-server://IPADDRESSOFMYINDEXERONVM2:9997]&lt;BR /&gt;
although yours supposed to work as well&lt;BR /&gt;
did you try the searches i provided?&lt;BR /&gt;
can you verify each of your VMs has different IP?&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 17:35:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289686#M55273</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-12T17:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289687#M55274</link>
      <description>&lt;P&gt;Will do.&lt;/P&gt;

&lt;P&gt;[tcpout-server://IPADDRESSOFMYINDEXERONVM2:9997] now in place and ran splunk reload deploy-server from the SH with all machines up and running.&lt;/P&gt;

&lt;P&gt;So to be clear the enterty of my outputs.conf file contains the following:&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = my_indexers&lt;BR /&gt;
[tcpout:my_indexers]&lt;/P&gt;

&lt;H1&gt;server = 10.0.2.13:9997&lt;/H1&gt;

&lt;P&gt;[tcpout-server://IPADDRESSOFMYINDEXERONVM2:9997]&lt;/P&gt;

&lt;P&gt;Sorry I missed your request earlier.&lt;/P&gt;

&lt;P&gt;When I search index = _internal | stats count by host | table host&lt;BR /&gt;
I see two host.  I now see INDX2 and SH.  Previously it only showed one host.&lt;/P&gt;

&lt;P&gt;when I search index = _internal | stats count by splunk_server | table splunk_server&lt;BR /&gt;
I see one splunk_server.&lt;/P&gt;

&lt;P&gt;I can confirm that each of my VMs have a unique IP address.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:03:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289687#M55274</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2020-09-29T14:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289688#M55275</link>
      <description>&lt;P&gt;so this is good&lt;BR /&gt;
it means your search head searches the indexer,&lt;BR /&gt;
now all we have to do is to take care of your forwarders&lt;BR /&gt;
please verify you have the outputs set correctly on the forwarders&lt;BR /&gt;
check the apps.&lt;BR /&gt;
you can copy outputs.conf and place in etc/system/local and restart forwarder&lt;BR /&gt;
see if it works&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 18:11:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289688#M55275</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-12T18:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289689#M55276</link>
      <description>&lt;P&gt;Well this is very strange.&lt;/P&gt;

&lt;P&gt;Now when I run index = _internal | stats count by host | table host&lt;/P&gt;

&lt;P&gt;I only see one host.&lt;/P&gt;

&lt;P&gt;To follow up in when and looked at my search peers and I can see the indexer there but now the Replication Status is showing "Failed" but the Health status is showing "healthy".&lt;/P&gt;

&lt;P&gt;Also interestingly enough there is no outputs.conf file in my /etc/system/local folder for either of my forwarders.  Is there something that I did wrong in my process steps above that caused the DS to not push them out to the forwarders?&lt;/P&gt;

&lt;P&gt;BTW the DS did successfully push out the inputs.conf because when I go to /opt/splunkforwarder/etc/apps, I can see the apps and the inputs.conf file there in the local folder.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 18:18:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289689#M55276</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2017-05-12T18:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289690#M55277</link>
      <description>&lt;P&gt;from bottom up, if you see the app its good, it means you were able to deploy it. just wanted to check in etc/system/local in case your app structure is off&lt;BR /&gt;
you outputs.conf has to be either /etc/system/local or /etc/apps/yourApp/local&lt;BR /&gt;
when you say replication status, what does that mean? why would you need replication?&lt;BR /&gt;
did you enable clustering? if you did, disable it. dont run that path yet&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 18:27:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289690#M55277</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-12T18:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289691#M55278</link>
      <description>&lt;P&gt;The outputs.conf is not in either the /etc/system/local or /etc/apps/yourApp/local&lt;/P&gt;

&lt;P&gt;In fact "yourApp" does not show up at all on the forwarder.&lt;/P&gt;

&lt;P&gt;The app I created on the DS for the output.conf was called forward_output.&lt;/P&gt;

&lt;P&gt;odd.  The app for the inputs is there but not the outputs.  I want to understand why the DS did not push it out.  Do you know why?&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 18:32:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289691#M55278</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2017-05-12T18:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289692#M55279</link>
      <description>&lt;P&gt;is it in etc/deployment-apps ?&lt;BR /&gt;
do you see it when you are on your search head? go to setting -&amp;gt; forwarder management&lt;BR /&gt;
check that you see your forwarders and apps&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 18:37:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289692#M55279</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-12T18:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289693#M55280</link>
      <description>&lt;P&gt;To your question is it in etc/deployment-apps, the answer is no not on the forwarder.  &lt;/P&gt;

&lt;P&gt;When I go to setting -&amp;gt; forwarder management, I can see both of my forwarders there under the clients tab.  They are also there under the Server Classes tab.  Under the apps tab I see all three apps but only two under the name column is selectable.  The two input apps are selectable and the output app is not.  Not sure if that matters or not.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 18:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289693#M55280</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2017-05-12T18:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I ingest data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289694#M55281</link>
      <description>&lt;P&gt;you have to push the outputs app to the forwarders as well&lt;BR /&gt;
add it to the server class that has your forwarders&lt;BR /&gt;
nothing supposed to be n the forwarders .../etc/deployment-apps&lt;BR /&gt;
apps go form DS (VM1) etc/deployement-app/ directory to Forwarders /etc/apps directory&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 18:56:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-can-t-I-ingest-data/m-p/289694#M55281</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-12T18:56:23Z</dc:date>
    </item>
  </channel>
</rss>

