<?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: Splunk as Patch Management in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358332#M5798</link>
    <description>&lt;P&gt;Yea, I need to track which patches are installed on my Windows and Linux systems.&lt;BR /&gt;
But I really don't know how to realize such solution and I asked for some help, maybe there are already implemented solutions? Maybe some apps?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2017 19:10:41 GMT</pubDate>
    <dc:creator>test_qweqwe</dc:creator>
    <dc:date>2017-12-28T19:10:41Z</dc:date>
    <item>
      <title>Splunk as Patch Management</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358327#M5793</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;
How best to implement Patch Management in Splunk for Win\Linux?&lt;BR /&gt;
Maybe some blogs, articles, APPs that can help me.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358327#M5793</guid>
      <dc:creator>test_qweqwe</dc:creator>
      <dc:date>2017-12-28T11:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk as Patch Management</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358328#M5794</link>
      <description>&lt;P&gt;Hi @test_qweqwe,&lt;BR /&gt;
Could you go through below splunk docs?&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/PCI/3.4.1/Install/SystemPatchStatus"&gt;https://docs.splunk.com/Documentation/PCI/3.4.1/Install/SystemPatchStatus&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:06:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358328#M5794</guid>
      <dc:creator>nikita_p</dc:creator>
      <dc:date>2017-12-28T12:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk as Patch Management</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358329#M5795</link>
      <description>&lt;P&gt;Yes, I saw this article, but I still not understand how can i realize it.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:42:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358329#M5795</guid>
      <dc:creator>test_qweqwe</dc:creator>
      <dc:date>2017-12-28T12:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk as Patch Management</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358330#M5796</link>
      <description>&lt;P&gt;That article is part of a larger document for the Splunk App for PCI Compliance app.  The article by itself is not very helpful - you'd need to read most of the entire document and even then it's of little use without installing the app.  One gets the app from Splunk Sales so there may be an extra cost involved.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:24:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358330#M5796</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-12-28T14:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk as Patch Management</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358331#M5797</link>
      <description>&lt;P&gt;It's not clear what you mean by "patch management".  &lt;/P&gt;

&lt;P&gt;Perhaps you want to deploy patches to your Windows and Linux servers.  Splunk is not a patch management system.  You would need a separate product, like Microsoft SCCM or IBM Bigfix for that.&lt;/P&gt;

&lt;P&gt;Perhaps you want to patch Splunk itself.  Splunk does not ship patches.  New versions of Splunk are released at intervals.  To keep your Splunk instances current, install the new versions when they come out.  Many shops choose to stay one or two versions to avoid unknown bugs.&lt;/P&gt;

&lt;P&gt;Perhaps you want to track which patches are installed on your Windows and Linux systems.  This is a great use for Splunk.  You will, however, need a way to feed Splunk with two lists: 1) the software installed on your systems, including patch identifiers; 2) the software &lt;EM&gt;expected&lt;/EM&gt; to be on those systems, including patch identifiers.  Splunk can identify differences between those lists and highlight them for you.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:37:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358331#M5797</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-12-28T14:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk as Patch Management</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358332#M5798</link>
      <description>&lt;P&gt;Yea, I need to track which patches are installed on my Windows and Linux systems.&lt;BR /&gt;
But I really don't know how to realize such solution and I asked for some help, maybe there are already implemented solutions? Maybe some apps?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 19:10:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358332#M5798</guid>
      <dc:creator>test_qweqwe</dc:creator>
      <dc:date>2017-12-28T19:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk as Patch Management</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358333#M5799</link>
      <description>&lt;P&gt;&lt;A href="http://conf.splunk.com/sessions/2017-sessions.html#search=patch&amp;amp;"&gt;Bringing Sweetness to Sour Patch Tuesday – Using Splunk for Easier Patch Management&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:27:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358333#M5799</guid>
      <dc:creator>spayneort</dc:creator>
      <dc:date>2017-12-28T22:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk as Patch Management</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358334#M5800</link>
      <description>&lt;P&gt;Perfect! Love u!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:46:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-as-Patch-Management/m-p/358334#M5800</guid>
      <dc:creator>test_qweqwe</dc:creator>
      <dc:date>2017-12-28T22:46:08Z</dc:date>
    </item>
  </channel>
</rss>

