<?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: Report of Clients in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537229#M8714</link>
    <description>&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;Yes - I need a list of servers monitored by Splunk Universal Forwarders.&lt;/P&gt;&lt;P&gt;I'm very new to using Splunk, but I'll take what you provided and give it a shot.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 15:36:21 GMT</pubDate>
    <dc:creator>teeeebro</dc:creator>
    <dc:date>2021-01-26T15:36:21Z</dc:date>
    <item>
      <title>Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537217#M8712</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How can I create a list of All clients reporting into a host, whether matched or unmatched?&lt;/P&gt;&lt;P&gt;This should be a very simple task, but I sure cannot find a solution.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 14:38:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537217#M8712</guid>
      <dc:creator>teeeebro</dc:creator>
      <dc:date>2021-01-26T14:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537225#M8713</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230878"&gt;@teeeebro&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;are you speaking of servers monitored by Splunk Universal Forwarders?&lt;/P&gt;&lt;P&gt;If this is you need, you have to create a list (in a lookup called e.g. perimeter.csv) containing all the clients to monitor (at least one column called e.g. host) and then run a search like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| metasearch index=_internal
| eval host=lower(host)
| stats count BY host
| append [ | inputlookup perimeter.csv | eval host=lower(host), count=0 | fields host count ]
| stats sum(count) AS total BY host
| eval status=if(total=0,"unmatched","matched")
| table host status&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 15:17:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537225#M8713</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-01-26T15:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537229#M8714</link>
      <description>&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;Yes - I need a list of servers monitored by Splunk Universal Forwarders.&lt;/P&gt;&lt;P&gt;I'm very new to using Splunk, but I'll take what you provided and give it a shot.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 15:36:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537229#M8714</guid>
      <dc:creator>teeeebro</dc:creator>
      <dc:date>2021-01-26T15:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537241#M8715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230878"&gt;@teeeebro&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;tell me if you solve or if you need more help.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 16:30:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537241#M8715</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-01-26T16:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537246#M8716</link>
      <description>&lt;P&gt;Yes - I need a little more guidance, please.&lt;/P&gt;&lt;P&gt;I created the CSV which contains a list of ALL my server hostnames.&amp;nbsp; The search read the file, but there are no results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="teeeebro_0-1611678974881.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12679i2B194D48319B3994/image-size/medium?v=v2&amp;amp;px=400" role="button" title="teeeebro_0-1611678974881.png" alt="teeeebro_0-1611678974881.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This was my search&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="teeeebro_1-1611679037313.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12680i31013471F987D127/image-size/medium?v=v2&amp;amp;px=400" role="button" title="teeeebro_1-1611679037313.png" alt="teeeebro_1-1611679037313.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 16:38:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537246#M8716</guid>
      <dc:creator>teeeebro</dc:creator>
      <dc:date>2021-01-26T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537248#M8717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230878"&gt;@teeeebro&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the lookup is called "perimeter.cav", contains at least a column called "host", you creted it and you created also the related lookup definition for this lookup, is it correct?&lt;/P&gt;&lt;P&gt;then,&amp;nbsp;what do you mean with "no results"?&lt;/P&gt;&lt;P&gt;at least you should have the hosts from lookuop and the hosts from _internal, which resuld have you?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 16:45:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537248#M8717</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-01-26T16:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537272#M8718</link>
      <description>&lt;P&gt;It was user error on my part.&amp;nbsp; I have results now, however, they are ALL &lt;EM&gt;unmatched&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="teeeebro_0-1611683204395.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12686i101CD16A37673B2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="teeeebro_0-1611683204395.png" alt="teeeebro_0-1611683204395.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the CSV I list all 1035 of our servers.&amp;nbsp; The end result I'm looking for is a list of all systems Splunk sees, whether matched or unmatched.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="teeeebro_1-1611683404225.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12687i492B53BB7344DA47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="teeeebro_1-1611683404225.png" alt="teeeebro_1-1611683404225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We are just getting started with deploying the agent to our 1035 servers, and I need a CSV export so I can reconcile any differences.&amp;nbsp; If I have a list of all 1035 servers, and a list of what Splunk sees, it takes 30 seconds for Excel to do a column comparison.&lt;/P&gt;&lt;P&gt;Hope that makes sense.&amp;nbsp; And THANKS for the help!&amp;nbsp; I am Way further ahead now that I was earlier.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 17:52:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537272#M8718</guid>
      <dc:creator>teeeebro</dc:creator>
      <dc:date>2021-01-26T17:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537276#M8719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230878"&gt;@teeeebro&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first check if the matched are at the end of the list.&lt;/P&gt;&lt;P&gt;if you have all unmatched means that you can read from the lookup but not from the index&lt;/P&gt;&lt;P&gt;what happens if you run:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| metasearch index=_internal
| eval host=lower(host)
| stats count BY host&lt;/LI-CODE&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 18:02:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537276#M8719</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-01-26T18:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537279#M8720</link>
      <description>&lt;P&gt;No errors, but no results either.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 18:33:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537279#M8720</guid>
      <dc:creator>teeeebro</dc:creator>
      <dc:date>2021-01-26T18:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537401#M8722</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230878"&gt;@teeeebro&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sorry, my error: I forgot thet you don't have events but csv rows!&lt;/P&gt;&lt;P&gt;Please this this (the same thing without metasearch and rename the hostname field):&lt;/P&gt;&lt;P&gt;if the hostname in csv is called "Hostname" (otherwise rename it!):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index
| eval Hostname=lower(Hostname)
| stats count BY Hostname
| append [ | inputlookup perimeter.csv | eval Hostname=lower(host), count=0 | fields Hostname count ]
| stats sum(count) AS total BY Hostname
| eval status=if(total=0,"unmatched","matched")
| table Hostname status&lt;/LI-CODE&gt;&lt;P&gt;The logic is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you have a list of hosts with rows in csv in "count" field,&lt;/LI&gt;&lt;LI&gt;you add the lookup's list of hosts each one with count=0,&lt;/LI&gt;&lt;LI&gt;you sume the count field from inde and lookup.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;total=0 means that you have only the host in the lookup,&lt;/LI&gt;&lt;LI&gt;total&amp;gt;0 means that you have the host both in index and lookup.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 12:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537401#M8722</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-01-27T12:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Report of Clients</title>
      <link>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537411#M8723</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;another option is enable forwarder monitoring on your MC (or your local instance).&lt;/P&gt;&lt;P&gt;Settings -&amp;gt; Monitoring Console&lt;/P&gt;&lt;P&gt;-&amp;gt; Settings -&amp;gt; Forwarder Monitoring Setup&lt;/P&gt;&lt;P&gt;Then wait some time and look with&lt;/P&gt;&lt;P&gt;Settings -&amp;gt; Monitoring Console&lt;/P&gt;&lt;P&gt;-&amp;gt; Forwarders -&amp;gt; Forwarders: Deployment&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 13:05:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-of-Clients/m-p/537411#M8723</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-01-27T13:05:22Z</dc:date>
    </item>
  </channel>
</rss>

