<?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: Validating if  100 nodes are on boarded in splunk indexes or not.  If not ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Validating-if-100-nodes-are-on-boarded-in-splunk-indexes-or-not/m-p/570894#M198948</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/54774"&gt;@jcorcoran508&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&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>Thu, 14 Oct 2021 06:13:12 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2021-10-14T06:13:12Z</dc:date>
    <item>
      <title>Validating if  100 nodes are on boarded in splunk indexes or not.  If not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Validating-if-100-nodes-are-on-boarded-in-splunk-indexes-or-not/m-p/570200#M198736</link>
      <description>&lt;P&gt;I have this task were I am successful in getting result sets from nodes that are present in my splunk instance.&lt;/P&gt;&lt;P&gt;How ever I can't find a way to announce in the spl syntax if the Name of the Node that doesn't exist with a Yes or no value in another field&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;Node&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; present&lt;/P&gt;&lt;P&gt;Appserver&amp;nbsp; &amp;nbsp;No&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 11:45:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Validating-if-100-nodes-are-on-boarded-in-splunk-indexes-or-not/m-p/570200#M198736</guid>
      <dc:creator>jcorcoran508</dc:creator>
      <dc:date>2021-10-08T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Validating if  100 nodes are on boarded in splunk indexes or not.  If not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Validating-if-100-nodes-are-on-boarded-in-splunk-indexes-or-not/m-p/570201#M198737</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/54774"&gt;@jcorcoran508&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I think that Node is the hostname or a field of each system that's sending logs.&lt;/P&gt;&lt;P&gt;In this way you could create a lookup (called e.g. perimeter.csv) containing all the Nodes to monitor (at least one field called e.g. Node or host, in the following example Node), then you have to run a search like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index
| eval Node=lower(Node)
| stats count BY Node
| append [ | inputlookup perimeter.csv | eval Node=lower(Node), count=0, | fields Node count ]
| stats sum(count) AS total BY Node
| eval present=if(total=0,"No","Yes")
| table Node present&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 11:56:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Validating-if-100-nodes-are-on-boarded-in-splunk-indexes-or-not/m-p/570201#M198737</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-10-08T11:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Validating if  100 nodes are on boarded in splunk indexes or not.  If not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Validating-if-100-nodes-are-on-boarded-in-splunk-indexes-or-not/m-p/570894#M198948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/54774"&gt;@jcorcoran508&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&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>Thu, 14 Oct 2021 06:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Validating-if-100-nodes-are-on-boarded-in-splunk-indexes-or-not/m-p/570894#M198948</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-10-14T06:13:12Z</dc:date>
    </item>
  </channel>
</rss>

