<?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: Script:InstalledApps Compare Multiple Machines in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Script-InstalledApps-Compare-Multiple-Machines/m-p/377244#M6202</link>
    <description>&lt;P&gt;Thank you! This has helped tremendously, just need a little time to tinker/test with this Search.&lt;/P&gt;</description>
    <pubDate>Tue, 08 May 2018 20:50:37 GMT</pubDate>
    <dc:creator>bnickel</dc:creator>
    <dc:date>2018-05-08T20:50:37Z</dc:date>
    <item>
      <title>Script:InstalledApps Compare Multiple Machines</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Script-InstalledApps-Compare-Multiple-Machines/m-p/377242#M6200</link>
      <description>&lt;P&gt;I am trying to see if it is possible to have Splunk show Application/Patch differences between multiple machines. Essentially I have a group of machines that should be on the same version for applications and patches. Currently I have a search that will show a table with the latest version for one computer:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* host=ComputerName sourcetype="Script:InstalledApps"
| stats latest(DisplayVersion) as DisplayVersion by DisplayName
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is just for one computer, is there a way to have one machine be the "Master" which would have everything up to date and have Splunk show a list of machines that do not match the "Master"? &lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 19:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Script-InstalledApps-Compare-Multiple-Machines/m-p/377242#M6200</guid>
      <dc:creator>bnickel</dc:creator>
      <dc:date>2018-05-08T19:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Script:InstalledApps Compare Multiple Machines</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Script-InstalledApps-Compare-Multiple-Machines/m-p/377243#M6201</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* host=* ***(try to put specific index/sourcetype/source in base search)***
 | stats latest(DisplayVersion) as DisplayVersion by host DisplayName
 | eval MasterVersion=if(host="MasterHostName",DisplayVersion,null())
| eventstats values(MasterVersion) as MasterVersion by DisplayVersion
| where host!="MasterHostName"
| eval Status=if(DisplayVersion=MasterVersion,"Up-to-date","Do not match")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 May 2018 20:01:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Script-InstalledApps-Compare-Multiple-Machines/m-p/377243#M6201</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-05-08T20:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Script:InstalledApps Compare Multiple Machines</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Script-InstalledApps-Compare-Multiple-Machines/m-p/377244#M6202</link>
      <description>&lt;P&gt;Thank you! This has helped tremendously, just need a little time to tinker/test with this Search.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 20:50:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Script-InstalledApps-Compare-Multiple-Machines/m-p/377244#M6202</guid>
      <dc:creator>bnickel</dc:creator>
      <dc:date>2018-05-08T20:50:37Z</dc:date>
    </item>
  </channel>
</rss>

