<?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: Using Splunk Web, can I search a specific host name or IP address that returns the “Identified UF Version” of that system? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266090#M50991</link>
    <description>&lt;P&gt;Hello coltwanger - thank for your guidance. I have tried your suggestions but no results. I am new to Splunk but not a SME yet &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;
Assuming my IP is 123.45.6.78, can you be more specific how I can index that systems? &lt;BR /&gt;
I know its probably an elementary question so please bare with me, thank you. &lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2016 16:08:06 GMT</pubDate>
    <dc:creator>Splunk0n</dc:creator>
    <dc:date>2016-12-08T16:08:06Z</dc:date>
    <item>
      <title>Using Splunk Web, can I search a specific host name or IP address that returns the “Identified UF Version” of that system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266088#M50989</link>
      <description>&lt;P&gt;Hello Splunkers - Using Splunk Web, can I search/index a specific host name or IP address that returns the “Identified UF Version” of that system?  The Universal Forwarder 6.4 is already installed. Any assistance would be greatly appreciated, thank you. &lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 17:13:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266088#M50989</guid>
      <dc:creator>Splunk0n</dc:creator>
      <dc:date>2016-12-06T17:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk Web, can I search a specific host name or IP address that returns the “Identified UF Version” of that system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266089#M50990</link>
      <description>&lt;P&gt;Try something like this, but replace sourceHost with your IP address:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" sourcetype=splunkd group=tcpin_connections NOT eventType=* sourceHost=10.1.1.1 
| eval Hostname=if(isnull(hostname), sourceHost,hostname) 
| eval version=if(isnull(version),"pre 4.2",version) 
| eval architecture=if(isnull(arch),"n/a",arch) 
| stats count by Hostname version architecture 
| sort + version
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Dec 2016 17:38:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266089#M50990</guid>
      <dc:creator>coltwanger</dc:creator>
      <dc:date>2016-12-06T17:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk Web, can I search a specific host name or IP address that returns the “Identified UF Version” of that system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266090#M50991</link>
      <description>&lt;P&gt;Hello coltwanger - thank for your guidance. I have tried your suggestions but no results. I am new to Splunk but not a SME yet &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;
Assuming my IP is 123.45.6.78, can you be more specific how I can index that systems? &lt;BR /&gt;
I know its probably an elementary question so please bare with me, thank you. &lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 16:08:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266090#M50991</guid>
      <dc:creator>Splunk0n</dc:creator>
      <dc:date>2016-12-08T16:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk Web, can I search a specific host name or IP address that returns the “Identified UF Version” of that system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266091#M50992</link>
      <description>&lt;P&gt;This search should return the information regarding that particular IP address:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index="_internal" sourcetype=splunkd group=tcpin_connections NOT eventType=* sourceHost=123.45.6.78 
 | eval Hostname=if(isnull(hostname), sourceHost,hostname) 
 | eval version=if(isnull(version),"pre 4.2",version) 
 | eval architecture=if(isnull(arch),"n/a",arch) 
 | stats count by Hostname version architecture 
 | sort + version
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Dec 2016 19:37:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266091#M50992</guid>
      <dc:creator>coltwanger</dc:creator>
      <dc:date>2016-12-08T19:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk Web, can I search a specific host name or IP address that returns the “Identified UF Version” of that system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266092#M50993</link>
      <description>&lt;P&gt;@Splunk0n - I don't think it was your intention, but I scrubbed the IP address you initially used since it points to an actual location. I anonymized the IP address in your and coltwanger's comments. Please keep in mind that Splunk Answers is a public forum so please take extra care as to not accidentally reveal sensitive information specific to you, your company, and/or customers. Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 21:13:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Splunk-Web-can-I-search-a-specific-host-name-or-IP-address/m-p/266092#M50993</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2016-12-08T21:13:36Z</dc:date>
    </item>
  </channel>
</rss>

