<?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: Definitive way to determine whether or not a machine is communicating with Splunk whether Windows or Unix? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Definitive-way-to-determine-whether-or-not-a-machine-is/m-p/200291#M7812</link>
    <description>&lt;P&gt;index=_internal component=HttpPubSubConnection | table host | dedup host | sort host&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2016 14:38:31 GMT</pubDate>
    <dc:creator>lycollicott</dc:creator>
    <dc:date>2016-07-29T14:38:31Z</dc:date>
    <item>
      <title>Definitive way to determine whether or not a machine is communicating with Splunk whether Windows or Unix?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Definitive-way-to-determine-whether-or-not-a-machine-is/m-p/200289#M7810</link>
      <description>&lt;P&gt;Does anyone know how to generally quantify within a report or otherwise whether or not a system with an OS of any type is communicating with Splunk? I am sure that routers will be involved with my quest as well.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 14:27:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Definitive-way-to-determine-whether-or-not-a-machine-is/m-p/200289#M7810</guid>
      <dc:creator>infra2sec</dc:creator>
      <dc:date>2016-07-29T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Definitive way to determine whether or not a machine is communicating with Splunk whether Windows or Unix?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Definitive-way-to-determine-whether-or-not-a-machine-is/m-p/200290#M7811</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=_internal  component=Metrics group=tcpin_connections
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Those logs contain version and OS info. Slice and dice with &lt;CODE&gt;stats&lt;/CODE&gt; as needed.&lt;/P&gt;

&lt;P&gt;EDIT: Something like this, where _time will be the last time it logged:&lt;/P&gt;

&lt;P&gt;EDIT EDIT: changed &lt;CODE&gt;host&lt;/CODE&gt; to &lt;CODE&gt;hostname&lt;/CODE&gt; (duh)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal  component=Metrics group=tcpin_connections | stats latest(_time) as _time latest(build) as Build latest(version) as SplunkVersion latest(os) as OS latest(fwdType) as SplunkType values(lastIndexer) as Indexers by hostname
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Jul 2016 14:35:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Definitive-way-to-determine-whether-or-not-a-machine-is/m-p/200290#M7811</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2016-07-29T14:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Definitive way to determine whether or not a machine is communicating with Splunk whether Windows or Unix?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Definitive-way-to-determine-whether-or-not-a-machine-is/m-p/200291#M7812</link>
      <description>&lt;P&gt;index=_internal component=HttpPubSubConnection | table host | dedup host | sort host&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 14:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Definitive-way-to-determine-whether-or-not-a-machine-is/m-p/200291#M7812</guid>
      <dc:creator>lycollicott</dc:creator>
      <dc:date>2016-07-29T14:38:31Z</dc:date>
    </item>
  </channel>
</rss>

