<?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 are Windows event logs not being forwarded to the specified index with my current configuration? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242719#M47051</link>
    <description>&lt;P&gt;Hi, there's no need for the props and transforms in this case because you're specifying the index in the inputs.conf stanza.&lt;/P&gt;

&lt;P&gt;Have you made sure that port 11070 is open from your machine to the other machine?  Firewalls can block this connection, such as windows firewall, network firewalls, linux firewalls (iptables, apparmor), etc.&lt;/P&gt;

&lt;P&gt;Also to be sure, the inputs and outputs .conf files should be on the universal forwarder, not the splunk indexer.  You mentioned inputs.conf was on the UF but nothing about the location of outputs.conf.  So I'm just checking to be sure.&lt;/P&gt;

&lt;P&gt;Finally, i removed your internal server names from your post for your own protection.&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2016 13:00:19 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2016-05-12T13:00:19Z</dc:date>
    <item>
      <title>Why are Windows event logs not being forwarded to the specified index with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242716#M47048</link>
      <description>&lt;P&gt;I have a universal forwarder installed on my Windows server. I am trying to send Event Logs with certain Event Types to the Indexer server. In addition to that, I am sending files stored in my server location to the indexer server. All these data need to be sent to a particular index within the indexer server. However, when I search the indexer with the Index name, I am not able to get any results. &lt;/P&gt;

&lt;P&gt;inputs.conf from my Forwarder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = WIN2K3CPT

[script://$SPLUNK_HOME\bin\scripts\splunk-wmi.path]
disabled = 0

[WinEventLog://Application]
disabled = 0
index=applogrc
sourcetype = srcapplogrc
whitelist = SourceName="^RC_ProcessInstAppService_Failure$"
whitelist1 = SourceName="^RC_ProductTransferService_Failure$"
whitelist2 = SourceName="^RC_MarketOfferProcessor_Failure$"
whitelist3 = EventType="Warning"

[monitor://F:\inetpub\wwwroot\T3Report]
disabled = 0
index=applogrc
sourcetype = srcapplogrc
whitelist = CMC\.txt|RC\.txt
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;props.conf from the Indexer server:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[srcapplogrc]
TRANSFORMS-index=sendtoapplogrc
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf from the indexer server:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sendtoapplogrc]
REGEX=.
DEST_KEY = _MetaData:Index
FORMAT = applogrc
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 May 2016 06:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242716#M47048</guid>
      <dc:creator>bravehearts9787</dc:creator>
      <dc:date>2016-05-11T06:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Windows event logs not being forwarded to the specified index with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242717#M47049</link>
      <description>&lt;P&gt;The terms &lt;CODE&gt;index&lt;/CODE&gt; and &lt;CODE&gt;indexer&lt;/CODE&gt; are different things.  I see your configuration for sending to particular &lt;CODE&gt;index&lt;/CODE&gt; values but if you are trying to send some stuff to certain &lt;CODE&gt;indexers&lt;/CODE&gt;, we need to see your &lt;CODE&gt;outputs.conf&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 17:11:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242717#M47049</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-11T17:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Windows event logs not being forwarded to the specified index with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242718#M47050</link>
      <description>&lt;P&gt;Thanks. Here it is:&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
server = server1.mydomain.com:11070&lt;/P&gt;

&lt;P&gt;[tcpout-server://server1.mydomain.com:11070]&lt;/P&gt;

&lt;P&gt;Note: All these conf files are in system\local folder. And I did try restarting the Splunk Instance post changes.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 11:57:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242718#M47050</guid>
      <dc:creator>bravehearts9787</dc:creator>
      <dc:date>2016-05-12T11:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Windows event logs not being forwarded to the specified index with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242719#M47051</link>
      <description>&lt;P&gt;Hi, there's no need for the props and transforms in this case because you're specifying the index in the inputs.conf stanza.&lt;/P&gt;

&lt;P&gt;Have you made sure that port 11070 is open from your machine to the other machine?  Firewalls can block this connection, such as windows firewall, network firewalls, linux firewalls (iptables, apparmor), etc.&lt;/P&gt;

&lt;P&gt;Also to be sure, the inputs and outputs .conf files should be on the universal forwarder, not the splunk indexer.  You mentioned inputs.conf was on the UF but nothing about the location of outputs.conf.  So I'm just checking to be sure.&lt;/P&gt;

&lt;P&gt;Finally, i removed your internal server names from your post for your own protection.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 13:00:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242719#M47051</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-12T13:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Windows event logs not being forwarded to the specified index with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242720#M47052</link>
      <description>&lt;P&gt;Thanks Michael. The location of my outputs.conf is within the UF (etc/system/local) itself. Also, I did a telnet for the port 11070. Its open.&lt;BR /&gt;
Is there anything specific that we need to configure within the Forwarder for it to actually start forwarding data? I am of the assumption that it starts sending the data automatically once the Output.conf is placed and Instance restarted.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 09:18:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242720#M47052</guid>
      <dc:creator>bravehearts9787</dc:creator>
      <dc:date>2016-05-13T09:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Windows event logs not being forwarded to the specified index with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242721#M47053</link>
      <description>&lt;P&gt;That's all it takes so long as the account splunkd is running under has permissions to read the data you're looking for and then receiving is enabled on the indexers on that port.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 09:41:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242721#M47053</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-13T09:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Windows event logs not being forwarded to the specified index with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242722#M47054</link>
      <description>&lt;P&gt;@ppablo_splunk hey man, is there anyway we can delete/edit the comments the op made that contained his server names from the question history?  &lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 14:02:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Windows-event-logs-not-being-forwarded-to-the-specified/m-p/242722#M47054</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-17T14:02:15Z</dc:date>
    </item>
  </channel>
</rss>

