<?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 How to setup / migrate a few Web server logs into Splunk in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-setup-migrate-a-few-Web-server-logs-into-Splunk/m-p/543464#M4862</link>
    <description>&lt;P&gt;How to setup / migrate a few Web server logs into Splunk. I need to set Splunk to ingest some web server logs into Splunk. Need step by step, if someone can help please&lt;/P&gt;</description>
    <pubDate>Thu, 11 Mar 2021 22:40:34 GMT</pubDate>
    <dc:creator>SamHTexas</dc:creator>
    <dc:date>2021-03-11T22:40:34Z</dc:date>
    <item>
      <title>How to setup / migrate a few Web server logs into Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-setup-migrate-a-few-Web-server-logs-into-Splunk/m-p/543464#M4862</link>
      <description>&lt;P&gt;How to setup / migrate a few Web server logs into Splunk. I need to set Splunk to ingest some web server logs into Splunk. Need step by step, if someone can help please&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 22:40:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-setup-migrate-a-few-Web-server-logs-into-Splunk/m-p/543464#M4862</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-03-11T22:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup / migrate a few Web server logs into Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-setup-migrate-a-few-Web-server-logs-into-Splunk/m-p/543499#M4866</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228649"&gt;@SamHTexas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;try to follow these preliminary steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;exactly identify path and filenames of your logs (e.g.: C:\inetpub\logs\LogFiles);&lt;/LI&gt;&lt;LI&gt;install the Splunk Universal Forwarder (&lt;A href="https://docs.splunk.com/Documentation/Forwarder/8.1.2/Forwarder/Installtheuniversalforwardersoftware" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Forwarder/8.1.2/Forwarder/Installtheuniversalforwardersoftware);&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;configure it to send logs to your indexers (&lt;A href="https://docs.splunk.com/Documentation/Forwarder/8.1.2/Forwarder/Configuretheuniversalforwarder" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Forwarder/8.1.2/Forwarder/Configuretheuniversalforwarder);&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;restart Splunk on Forwarder;&lt;/LI&gt;&lt;LI&gt;check if the Splunk internal logs are arriving (index=_internal).&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To take logs you can use:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;a Technican Add-On from splunkbase (&lt;A href="https://splunkbase.splunk.com" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com);&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;a custom input.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;in the first case&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;install the Splunk Add-On for your Web server (e.g. Microsoft IIS &lt;A href="https://splunkbase.splunk.com/app/3185" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/3185);&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Configure it enabling the stanzas you need,&lt;/LI&gt;&lt;LI&gt;restart Splunk on Forwarder;&lt;/LI&gt;&lt;LI&gt;check the logs.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In the second case you have to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create by CLI (Universal Frwarders hasn't a web interface) your own inputs.conf in $SPLUNK_HOME\etc\system\local (or $SPLUNK_HOME/etc/system/local on Linux), containing:&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;[monitor://C:\inetpub\logs\LogFiles]
disabled = false
sourcetype = ms:iis:auto
index = &amp;lt;preferred index&amp;gt;&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;Restart Splunk on Forwarder&lt;/LI&gt;&lt;LI&gt;check the logs.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hint always the first one!&lt;/P&gt;&lt;P&gt;To better understand how to do this you can see&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.2/Data/Getstartedwithgettingdatain" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.2/Data/Getstartedwithgettingdatain&lt;/A&gt;&lt;/P&gt;&lt;P&gt;there are also some interesting videos in YouTube to do this.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 08:01:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-setup-migrate-a-few-Web-server-logs-into-Splunk/m-p/543499#M4866</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-03-12T08:01:45Z</dc:date>
    </item>
  </channel>
</rss>

