<?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: How do I pull SharePoint logs into Splunk ? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446082#M54877</link>
    <description>&lt;P&gt;It would be really beneficial to a lot of people to provide support for the on prem version SharePoint 2016 as not everyone is willing/ready to use the cloud version.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2020 14:10:25 GMT</pubDate>
    <dc:creator>bullbo</dc:creator>
    <dc:date>2020-01-09T14:10:25Z</dc:date>
    <item>
      <title>How do I pull SharePoint logs into Splunk ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446079#M54874</link>
      <description>&lt;P&gt;Hello Everyone ,&lt;/P&gt;

&lt;P&gt;Found some of the question and answer pairs related to pulling SharePoint logs into Splunk and the visualizations which are dated back 2010-12 … Can any one please help in figuring out the following?&lt;/P&gt;

&lt;P&gt;1)What are the basic steps that need to be done to pull SharePoint logs into the Splunk environment?&lt;BR /&gt;
2)What type of log files are important to ingest ?&lt;BR /&gt;
3)Any guidance related to dashboard things would be highly appreciated &lt;/P&gt;

&lt;P&gt;Thank you all.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 09:17:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446079#M54874</guid>
      <dc:creator>raj_mpl</dc:creator>
      <dc:date>2018-09-07T09:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pull SharePoint logs into Splunk ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446080#M54875</link>
      <description>&lt;P&gt;Anyone ???&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 06:48:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446080#M54875</guid>
      <dc:creator>raj_mpl</dc:creator>
      <dc:date>2018-09-11T06:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pull SharePoint logs into Splunk ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446081#M54876</link>
      <description>&lt;P&gt;I agree, that Splunk Add-On only goes to 2012 and the world has moved on. It would be nice to be able to get SP 2016 logs into Splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 04:57:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446081#M54876</guid>
      <dc:creator>kmower</dc:creator>
      <dc:date>2019-04-03T04:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pull SharePoint logs into Splunk ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446082#M54877</link>
      <description>&lt;P&gt;It would be really beneficial to a lot of people to provide support for the on prem version SharePoint 2016 as not everyone is willing/ready to use the cloud version.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 14:10:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446082#M54877</guid>
      <dc:creator>bullbo</dc:creator>
      <dc:date>2020-01-09T14:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I pull SharePoint logs into Splunk ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446083#M54878</link>
      <description>&lt;P&gt;This is the info that I am pulling into Splunk from SharePoint 2019&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;perfmon&lt;/LI&gt;
&lt;LI&gt;IIS logs&lt;/LI&gt;
&lt;LI&gt;ULS logs&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I am storing the IIS and ULS logs in a sharepoint index.  I built out a correlation search dashboard so I don't have to use the Merge-SPLogFile cmdlet for PowerShell.&lt;/P&gt;

&lt;P&gt;Here are the inputs.conf, props.conf and transforms.conf&lt;/P&gt;

&lt;H1&gt;IIS&lt;/H1&gt;

&lt;P&gt;[monitor://L:\inetpub\logs\LogFiles**.log]&lt;BR /&gt;
index = sharepoint&lt;BR /&gt;
sourcetype = iis&lt;BR /&gt;
ignoreOlderThan = 1d&lt;/P&gt;

&lt;H1&gt;ULS&lt;/H1&gt;

&lt;P&gt;[monitor://L:\Diagnosticslog]&lt;BR /&gt;
index = sharepoint&lt;BR /&gt;
whitelist = .*-\d+-\d+.log$&lt;BR /&gt;
sourcetype = MSSharePoint:2019:ULSAudit&lt;BR /&gt;
ignoreOlderThan = 1d&lt;/P&gt;

&lt;H1&gt;PROPS.CONF&lt;/H1&gt;

&lt;P&gt;[MSSharePoint:2019:ULSAudit]&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
CHECK_FOR_HEADER = false&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)\d{2}/\d{2}/\d{4}\s\d{2}:\d{2}:\d{2}.\d{2}\s&lt;BR /&gt;
TRANSFORMS-ulscomment = uls_remove_comments&lt;BR /&gt;
SEDCMD-cleanup = s/(...([^*]+).*?...)//g&lt;/P&gt;

&lt;H1&gt;TRANSFORMS.CONF&lt;/H1&gt;

&lt;P&gt;[uls_remove_comments]&lt;BR /&gt;
REGEX = ^Timestamp&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:35:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-pull-SharePoint-logs-into-Splunk/m-p/446083#M54878</guid>
      <dc:creator>mswenson</dc:creator>
      <dc:date>2020-09-30T04:35:06Z</dc:date>
    </item>
  </channel>
</rss>

