<?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 Summarize data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641556#M222245</link>
    <description />
    <pubDate>Mon, 01 May 2023 07:55:09 GMT</pubDate>
    <dc:creator>Kirthika</dc:creator>
    <dc:date>2023-05-01T07:55:09Z</dc:date>
    <item>
      <title>Summarize data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641556#M222245</link>
      <description />
      <pubDate>Mon, 01 May 2023 07:55:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641556#M222245</guid>
      <dc:creator>Kirthika</dc:creator>
      <dc:date>2023-05-01T07:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: For one probe, summarize each inspection by calculating the proportion of time spent at articulation level &gt;0.8 r</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641584#M222255</link>
      <description>&lt;P&gt;What have you tried so far and how did those results not meet expectations?&lt;/P&gt;&lt;P&gt;What is the unique identifier of a device?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 12:38:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641584#M222255</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-04-27T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: For one probe, summarize each inspection by calculating the proportion of time spent at articulation level &gt;0.8 r</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641595#M222258</link>
      <description>&lt;P&gt;Summarize&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 07:57:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641595#M222258</guid>
      <dc:creator>Kirthika</dc:creator>
      <dc:date>2023-05-01T07:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: For one probe, summarize each inspection by calculating the proportion of time spent at articulation level &gt;0.8 r</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641623#M222261</link>
      <description>&lt;P&gt;How does that query work for you?&lt;/P&gt;&lt;P&gt;The OP mentioned "probe" and "device" and said there could be more than one probe ID for each device.&amp;nbsp; The example results table shows "Machineid" and "probeid" columns.&amp;nbsp; So, again I ask: What uniquely identifies a device?&lt;/P&gt;&lt;P&gt;The _time field in Splunk is in Linux epoch form - the number of seconds that have elapsed since 1 Jan 1970.&amp;nbsp; Adding up _time for several devices will produce a total_time value in the hundreds of years, which is unlikely to be correct or even helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 15:31:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641623#M222261</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-04-27T15:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: For one probe, summarize each inspection by calculating the proportion of time spent at articulation level &gt;0.8 r</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641631#M222263</link>
      <description>&lt;P&gt;Hi Richgalloway &amp;nbsp;What you said is correct. Total time value is hundred of years.. How to resolve this issue. Machine ID and Device ID are same. In sample I have mentioned as MachineID. It is unique id. Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 16:52:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641631#M222263</guid>
      <dc:creator>Kirthika</dc:creator>
      <dc:date>2023-04-27T16:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: For one probe, summarize each inspection by calculating the proportion of time spent at articulation level &gt;0.8 r</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641654#M222268</link>
      <description>&lt;P&gt;We don't have enough data to solve the problem.&amp;nbsp; While we have a time of day of each calculation, we do not have the duration of each calculation.&amp;nbsp; If we have start and end timestamps then we can determine the duration.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval radius = sqrt(pow(x,2)+pow(y,2))
|where radius &amp;gt; 0.8
|stats sum(duration) as total_time by Machineid
|sort 0 total_time&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 27 Apr 2023 18:49:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Summarize-data/m-p/641654#M222268</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-04-27T18:49:13Z</dc:date>
    </item>
  </channel>
</rss>

