<?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 Highlight duplicate host value for hostfield in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-duplicate-host-value-for-hostfield/m-p/521186#M35112</link>
    <description>&lt;P&gt;I have a table which generates hosts with Event code 52 in last 24 hours, however my requirement is to highlight hosts which are repetitive eg:- hosts which are generating event code 52 from last 2,3 days or 1 week and also can I get a count of days from which host is generating event code 52&lt;/P&gt;</description>
    <pubDate>Thu, 24 Sep 2020 04:07:43 GMT</pubDate>
    <dc:creator>priya0709</dc:creator>
    <dc:date>2020-09-24T04:07:43Z</dc:date>
    <item>
      <title>Highlight duplicate host value for hostfield</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-duplicate-host-value-for-hostfield/m-p/521186#M35112</link>
      <description>&lt;P&gt;I have a table which generates hosts with Event code 52 in last 24 hours, however my requirement is to highlight hosts which are repetitive eg:- hosts which are generating event code 52 from last 2,3 days or 1 week and also can I get a count of days from which host is generating event code 52&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 04:07:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-duplicate-host-value-for-hostfield/m-p/521186#M35112</guid>
      <dc:creator>priya0709</dc:creator>
      <dc:date>2020-09-24T04:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight duplicate host value for hostfield</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-duplicate-host-value-for-hostfield/m-p/521205#M35116</link>
      <description>&lt;LI-CODE lang="markup"&gt;-- your search to find hosts with the event
| bin span=1d _time
| stats count by host, _time
| stats count by host&lt;/LI-CODE&gt;&lt;P&gt;This will give the number of days within the search period that each host has the event&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 07:04:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-duplicate-host-value-for-hostfield/m-p/521205#M35116</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-09-24T07:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight duplicate host value for hostfield</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-duplicate-host-value-for-hostfield/m-p/521586#M35156</link>
      <description>&lt;P&gt;My current attached query search for host which are generating event code 52 in last 24hours, but my requirement is to highlight hosts which are repetitively generating event code 52 from last 1 month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 06:04:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-duplicate-host-value-for-hostfield/m-p/521586#M35156</guid>
      <dc:creator>priya0709</dc:creator>
      <dc:date>2020-09-26T06:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight duplicate host value for hostfield</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-duplicate-host-value-for-hostfield/m-p/521600#M35161</link>
      <description>&lt;P&gt;The "bin span=1mon ..." in your query will count for the month. What you want (as I suggested earlier) is "bin span=1d ..." so the count is per day. The second stats (in my suggestion) counts the number of days that each host has had the event. This is not based on _time so the bin has no effect. It will be based on the time period of your query. Change the timepicker to be the period you want to cover (not the bin command)&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 08:33:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-duplicate-host-value-for-hostfield/m-p/521600#M35161</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-09-26T08:33:30Z</dc:date>
    </item>
  </channel>
</rss>

