<?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: How to check since when the nodes are down under one particular FQDN in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437654#M41225</link>
    <description>&lt;P&gt;Your &lt;CODE&gt;rex&lt;/CODE&gt; is doing nothing so fix it or drop it.  Maybe this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=smon* "nagios: HOST_PROBLEM:" "DOWN" 
| dedup hostname host
| table _time hostname host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 15 Jul 2018 17:50:01 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2018-07-15T17:50:01Z</dc:date>
    <item>
      <title>How to check since when the nodes are down under one particular FQDN</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437652#M41223</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;I have a Splunk dashboard, wherein I can see there are multiple nodes down under multiple FQDN, &lt;/P&gt;

&lt;P&gt;I opened the search for the nodes which are down and it showed below query - &lt;/P&gt;

&lt;P&gt;host=smon* "nagios: HOST_PROBLEM:" "DOWN" | rex field=_raw "nagios: HOST_PROBLEM: (?.&lt;EM&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; (?.&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; DOWN: (?.*)" | dedup hostname host &lt;/P&gt;

&lt;P&gt;The above query resulted in multiple nodes down but the result shows aggregated results for all the FQDNs. &lt;/P&gt;

&lt;P&gt;I want to also see since when the nodes are down.&lt;/P&gt;

&lt;P&gt;Is there any way we can check it?&lt;/P&gt;

&lt;P&gt;![alt text][1] ![alt text][2]&lt;/P&gt;

&lt;P&gt;[1]: /storage/temp/252199-2.jpg   // showing the actual total number of nodes down.&lt;BR /&gt;
  [2]: /storage/temp/252198-1.jpg  // showing the nodes which are under for the perticular FQDN&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:26:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437652#M41223</guid>
      <dc:creator>aj2551988</dc:creator>
      <dc:date>2020-09-29T20:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to check since when the nodes are down under one particular FQDN</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437653#M41224</link>
      <description>&lt;P&gt;Hi @aj2551988,&lt;/P&gt;

&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    host=smon* "nagios: HOST_PROBLEM:" "DOWN" | rex field=_raw "nagios: HOST_PROBLEM: (?.): (?.): DOWN: (?.*)" |stats latest (_time) as last_seen by host,hostname 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:31:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437653#M41224</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-07-13T13:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to check since when the nodes are down under one particular FQDN</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437654#M41225</link>
      <description>&lt;P&gt;Your &lt;CODE&gt;rex&lt;/CODE&gt; is doing nothing so fix it or drop it.  Maybe this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=smon* "nagios: HOST_PROBLEM:" "DOWN" 
| dedup hostname host
| table _time hostname host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 15 Jul 2018 17:50:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437654#M41225</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-07-15T17:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to check since when the nodes are down under one particular FQDN</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437655#M41226</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;When Tried the above query, it is giving the error - &lt;/P&gt;

&lt;P&gt;"Error in 'rex' command: Encountered the following error while compiling the regex 'nagios: HOST_PROBLEM: (?.): (?.): DOWN: (?.*)': Regex: unrecognized character after (? or (?-"&lt;/P&gt;

&lt;P&gt;And &lt;/P&gt;

&lt;P&gt;"The search job has failed due to an error. You may be able view the job in the Job Inspector."&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 12:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437655#M41226</guid>
      <dc:creator>aj2551988</dc:creator>
      <dc:date>2018-07-16T12:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to check since when the nodes are down under one particular FQDN</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437656#M41227</link>
      <description>&lt;P&gt;Your rex seems to be wrong. What you need to extract ? If you only host and hostname , you might not need that. If you need to extract something, post a sample event&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 12:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-since-when-the-nodes-are-down-under-one-particular/m-p/437656#M41227</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-07-16T12:38:31Z</dc:date>
    </item>
  </channel>
</rss>

