<?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: Search String for network Devices in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-String-for-network-Devices/m-p/266235#M189872</link>
    <description>&lt;P&gt;Assuming you've a lookup table created with all the Network device names, say network_devices.csv, and the name of the field contains network device id is device_id and is available in both lookup and your data, then something like this can give you devices for which you didn't receive data&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup network_devices.csv | eval count=0 | append [search index=yourindex sourcetype=yoursourcetype | stats count by device_id] | stats max(count) as count by device_id | where count=0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:14:04 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2020-09-29T09:14:04Z</dc:date>
    <item>
      <title>Search String for network Devices</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-String-for-network-Devices/m-p/266234#M189871</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We have around 200 Network devices and want to know, we are getting logs from all the network devices, which we have added into splunk.&lt;BR /&gt;
Please guide me, what is the search string to get the result from number network devices we are getting logs.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Syed&lt;BR /&gt;
+971522874593&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 05:47:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-String-for-network-Devices/m-p/266234#M189871</guid>
      <dc:creator>syed_star357</dc:creator>
      <dc:date>2016-03-31T05:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search String for network Devices</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-String-for-network-Devices/m-p/266235#M189872</link>
      <description>&lt;P&gt;Assuming you've a lookup table created with all the Network device names, say network_devices.csv, and the name of the field contains network device id is device_id and is available in both lookup and your data, then something like this can give you devices for which you didn't receive data&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup network_devices.csv | eval count=0 | append [search index=yourindex sourcetype=yoursourcetype | stats count by device_id] | stats max(count) as count by device_id | where count=0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-String-for-network-Devices/m-p/266235#M189872</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T09:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search String for network Devices</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-String-for-network-Devices/m-p/266236#M189873</link>
      <description>&lt;P&gt;I will assuming that every device is define in the host field :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|metadata type=hosts index=xxxxxx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope i help you&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:41:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-String-for-network-Devices/m-p/266236#M189873</guid>
      <dc:creator>jmallorquin</dc:creator>
      <dc:date>2016-03-31T14:41:30Z</dc:date>
    </item>
  </channel>
</rss>

