<?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: formatting Windows Eventlog in Unix Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/formatting-Windows-Eventlog-in-Unix-Splunk/m-p/28240#M4809</link>
    <description>&lt;P&gt;Like Ayn says some more details would be useful.&lt;BR /&gt;
Firstly your inputs.conf detail would explain in more detail how you have it configured (from the universal forwarder (UF).&lt;BR /&gt;
Anyway, some basics to help-out.&lt;BR /&gt;
The UF is installed onto your Windows machine and is configured via the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf"&gt;inputs.conf&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/outputsconf"&gt;outputs.conf&lt;/A&gt; as to what log/file data it reads in and where and how it outputs it.&lt;BR /&gt;
Assuming you are using all defaults and have just used the setup program for the forwarder to configure the UF it will do the following; output to port 9997 on your indexer and the default target index is main.&lt;BR /&gt;
On your indexer you should then be able to do a search for;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and it will display all the contents of that index (by default any searches should happen there anyway on a new install but I thought I'd state it explicitly to help explain).&lt;/P&gt;

&lt;P&gt;If nothing is appearing then there could be any number of issues, the target indexer on the UF is wrong, the UF isn't configured to actually forward anything etc.&lt;/P&gt;

&lt;P&gt;Something that may be happening which isn't clear is that you are getting events but they appear un-usable to yourself as they are literally the textual content of an event-log. To make the data in events more useful you can perform &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/User/InteractiveFieldExtractionExample"&gt;field extractions&lt;/A&gt; to create useful and interesting fields for searching / charting.&lt;/P&gt;

&lt;P&gt;Some other bits. I assume you have 9997 defined as a tcp input on the server from your last line, also make sure that any firewall on the system is configured to allow connections.&lt;/P&gt;

&lt;P&gt;If you wanted more help checking config detail or event data etc then please feel free to post some examples for us to check over.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Dec 2011 23:42:50 GMT</pubDate>
    <dc:creator>Drainy</dc:creator>
    <dc:date>2011-12-04T23:42:50Z</dc:date>
    <item>
      <title>formatting Windows Eventlog in Unix Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/formatting-Windows-Eventlog-in-Unix-Splunk/m-p/28238#M4807</link>
      <description>&lt;P&gt;Using Splunk indexer (Linux)+ Forwarder v4.2.4 at some Windows Servers. Forwarding is working but cant see details of the forwarded Window Eventlogs. Is there a HowTo that explains more than only adding a source listening to tcp:9997 to become a useable result in Splunk/Ux for Eventlogs?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2011 00:40:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/formatting-Windows-Eventlog-in-Unix-Splunk/m-p/28238#M4807</guid>
      <dc:creator>sneuser</dc:creator>
      <dc:date>2011-12-04T00:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: formatting Windows Eventlog in Unix Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/formatting-Windows-Eventlog-in-Unix-Splunk/m-p/28239#M4808</link>
      <description>&lt;P&gt;Please provide more details. Could you paste some sample events?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2011 10:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/formatting-Windows-Eventlog-in-Unix-Splunk/m-p/28239#M4808</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-12-04T10:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: formatting Windows Eventlog in Unix Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/formatting-Windows-Eventlog-in-Unix-Splunk/m-p/28240#M4809</link>
      <description>&lt;P&gt;Like Ayn says some more details would be useful.&lt;BR /&gt;
Firstly your inputs.conf detail would explain in more detail how you have it configured (from the universal forwarder (UF).&lt;BR /&gt;
Anyway, some basics to help-out.&lt;BR /&gt;
The UF is installed onto your Windows machine and is configured via the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf"&gt;inputs.conf&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/outputsconf"&gt;outputs.conf&lt;/A&gt; as to what log/file data it reads in and where and how it outputs it.&lt;BR /&gt;
Assuming you are using all defaults and have just used the setup program for the forwarder to configure the UF it will do the following; output to port 9997 on your indexer and the default target index is main.&lt;BR /&gt;
On your indexer you should then be able to do a search for;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and it will display all the contents of that index (by default any searches should happen there anyway on a new install but I thought I'd state it explicitly to help explain).&lt;/P&gt;

&lt;P&gt;If nothing is appearing then there could be any number of issues, the target indexer on the UF is wrong, the UF isn't configured to actually forward anything etc.&lt;/P&gt;

&lt;P&gt;Something that may be happening which isn't clear is that you are getting events but they appear un-usable to yourself as they are literally the textual content of an event-log. To make the data in events more useful you can perform &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/User/InteractiveFieldExtractionExample"&gt;field extractions&lt;/A&gt; to create useful and interesting fields for searching / charting.&lt;/P&gt;

&lt;P&gt;Some other bits. I assume you have 9997 defined as a tcp input on the server from your last line, also make sure that any firewall on the system is configured to allow connections.&lt;/P&gt;

&lt;P&gt;If you wanted more help checking config detail or event data etc then please feel free to post some examples for us to check over.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2011 23:42:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/formatting-Windows-Eventlog-in-Unix-Splunk/m-p/28240#M4809</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2011-12-04T23:42:50Z</dc:date>
    </item>
  </channel>
</rss>

