<?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: show only unique values over timeseries data with stats in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-only-show-only-unique-values-over-timeseries-data-with/m-p/591872#M206027</link>
    <description>&lt;P&gt;Give this a try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Your current search giving fields _time user IPS computer
| bucket span=1d _time 
| stats min(_time) as _time by user IPS computer 
| stats values(IPS) as ips values(computer) as dvcs by user _time&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 31 Mar 2022 20:41:14 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2022-03-31T20:41:14Z</dc:date>
    <item>
      <title>How to only show only unique values over timeseries data with stats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-only-show-only-unique-values-over-timeseries-data-with/m-p/591870#M206025</link>
      <description>&lt;P&gt;I have a time series data source where an alert writes an event indicating that the number of systems an account is logging into is increasing over a set window of time.&amp;nbsp; in each event series, it lists all the machines including the new one that the account incremented by in a multivalue field.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Broken out by day, I'm trying to only display the unique machines&lt;BR /&gt;e.g.&amp;nbsp;&lt;BR /&gt;| stats values(IPS) as ips values(computer) as dvcs by user _time&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I tried to accomplish this using mvdedup but that is only capable of deduping multi-value in a given event not a full timeseries search result.&amp;nbsp; Would love any advise you may have to accomplish this&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 21:18:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-only-show-only-unique-values-over-timeseries-data-with/m-p/591870#M206025</guid>
      <dc:creator>mjones414</dc:creator>
      <dc:date>2022-03-31T21:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: show only unique values over timeseries data with stats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-only-show-only-unique-values-over-timeseries-data-with/m-p/591872#M206027</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Your current search giving fields _time user IPS computer
| bucket span=1d _time 
| stats min(_time) as _time by user IPS computer 
| stats values(IPS) as ips values(computer) as dvcs by user _time&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 31 Mar 2022 20:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-only-show-only-unique-values-over-timeseries-data-with/m-p/591872#M206027</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2022-03-31T20:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: show only unique values over timeseries data with stats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-only-show-only-unique-values-over-timeseries-data-with/m-p/591953#M206054</link>
      <description>&lt;P&gt;You, sir, are a true gentlemen and a scholar!&amp;nbsp; Thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 14:35:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-only-show-only-unique-values-over-timeseries-data-with/m-p/591953#M206054</guid>
      <dc:creator>mjones414</dc:creator>
      <dc:date>2022-04-01T14:35:55Z</dc:date>
    </item>
  </channel>
</rss>

