<?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 Verify a list of values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Verify-a-list-of-values/m-p/352003#M175165</link>
    <description>&lt;P&gt;Hello everybody (皆おはようございます)&lt;BR /&gt;
I have a new request for all members &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
This search : &lt;BR /&gt;
sourcetype=sccm |streamstats count current=t reset_on_change=true by date_wday,date_month,date_hour,date_minute,date_second, Service_Status | table count, Service_Status,Service_Name &lt;/P&gt;

&lt;P&gt;Result :&lt;BR /&gt;
count Service_Status Service_Name&lt;BR /&gt;
1   Found service   XDSnscls&lt;BR /&gt;
2   Found service   XDSsnaptunnel&lt;BR /&gt;
3   Found service   XDSclm&lt;BR /&gt;
4   Found service   XDSsdsd&lt;BR /&gt;
5   Found service   XDSsccm&lt;BR /&gt;
6   Found service   XDSsccmms&lt;BR /&gt;
7   Found service   XDSdss&lt;BR /&gt;
8   Found service   XDSauth&lt;/P&gt;

&lt;P&gt;This is the same pattern every time and I wish to create an alert. &lt;BR /&gt;
For example : &lt;BR /&gt;
Verify the list of Service_Name and if one of them isn't in the list, I have an alert.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;BR /&gt;
Best regards&lt;BR /&gt;
Laurent &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 13:12:37 GMT</pubDate>
    <dc:creator>LNebout</dc:creator>
    <dc:date>2020-09-29T13:12:37Z</dc:date>
    <item>
      <title>Verify a list of values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Verify-a-list-of-values/m-p/352003#M175165</link>
      <description>&lt;P&gt;Hello everybody (皆おはようございます)&lt;BR /&gt;
I have a new request for all members &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
This search : &lt;BR /&gt;
sourcetype=sccm |streamstats count current=t reset_on_change=true by date_wday,date_month,date_hour,date_minute,date_second, Service_Status | table count, Service_Status,Service_Name &lt;/P&gt;

&lt;P&gt;Result :&lt;BR /&gt;
count Service_Status Service_Name&lt;BR /&gt;
1   Found service   XDSnscls&lt;BR /&gt;
2   Found service   XDSsnaptunnel&lt;BR /&gt;
3   Found service   XDSclm&lt;BR /&gt;
4   Found service   XDSsdsd&lt;BR /&gt;
5   Found service   XDSsccm&lt;BR /&gt;
6   Found service   XDSsccmms&lt;BR /&gt;
7   Found service   XDSdss&lt;BR /&gt;
8   Found service   XDSauth&lt;/P&gt;

&lt;P&gt;This is the same pattern every time and I wish to create an alert. &lt;BR /&gt;
For example : &lt;BR /&gt;
Verify the list of Service_Name and if one of them isn't in the list, I have an alert.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;BR /&gt;
Best regards&lt;BR /&gt;
Laurent &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:12:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Verify-a-list-of-values/m-p/352003#M175165</guid>
      <dc:creator>LNebout</dc:creator>
      <dc:date>2020-09-29T13:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Verify a list of values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Verify-a-list-of-values/m-p/352004#M175166</link>
      <description>&lt;P&gt;My solution would be:&lt;BR /&gt;
1. Create a lookup file with the services that you expect. Two columns; service_name and status. Status is a dummy field.&lt;BR /&gt;
2. Create a search which starts with | inputlookup and join that with your search so if your search doesn't return a result you miss a field from that search. Finish the search with | search NOT certainField = *&lt;BR /&gt;
3. Create an alert based on that search which results in all events from the lookup for which no data was found in the index.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 11:57:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Verify-a-list-of-values/m-p/352004#M175166</guid>
      <dc:creator>cmeerbeek</dc:creator>
      <dc:date>2017-03-13T11:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Verify a list of values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Verify-a-list-of-values/m-p/352005#M175167</link>
      <description>&lt;P&gt;cmeerbeek,&lt;BR /&gt;
Thanks for your solution.&lt;BR /&gt;
That works good. I hope our partners will not change the number of services or there name.&lt;BR /&gt;
Best regards,&lt;BR /&gt;
laurent&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 00:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Verify-a-list-of-values/m-p/352005#M175167</guid>
      <dc:creator>LNebout</dc:creator>
      <dc:date>2017-03-15T00:38:01Z</dc:date>
    </item>
  </channel>
</rss>

