<?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 search average sessions started by hour? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585768#M15930</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Is there a way for I can see the average time by hour. Right now this just shows the times when users login. It would be super useful for I can know how many users on average use the app by X AM/PM.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Feb 2022 19:00:21 GMT</pubDate>
    <dc:creator>Rapidz</dc:creator>
    <dc:date>2022-02-18T19:00:21Z</dc:date>
    <item>
      <title>How to search average sessions started by hour?</title>
      <link>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585750#M15925</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am dealing with data from an app, and I am trying to figure out how to see what times of the day our app is most popular by hour. Im not sure how I can get an average of what times are popular of when users start the app.&lt;/P&gt;
&lt;P&gt;If anyone could help, it would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;Heres the query I have been using to see users starting sessions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=app1 AND service=app AND logLevel=INFO AND environment=prod "message.eventAction"=START_SESSION&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 17:59:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585750#M15925</guid>
      <dc:creator>Rapidz</dc:creator>
      <dc:date>2022-02-18T17:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to search average Sessions started by hour</title>
      <link>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585751#M15926</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you could use e.g. timechart with span=1h or stats/chart and before it bin span=1h _time.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 17:58:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585751#M15926</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-02-18T17:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to search average sessions started by hour?</title>
      <link>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585753#M15927</link>
      <description>&lt;P&gt;Use a timechart to get the session counts for each hour.&amp;nbsp; Then switch to the visualization tab to see the peaks.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=app1 AND service=app AND logLevel=INFO AND environment=prod "message.eventAction"=START_SESSION
| timechart span=1h count&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 18 Feb 2022 18:00:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585753#M15927</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-02-18T18:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to search average sessions started by hour?</title>
      <link>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585763#M15929</link>
      <description>&lt;P&gt;Try something like this to find top 5 hours based on session start&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=app1 AND service=app AND logLevel=INFO AND environment=prod "message.eventAction"=START_SESSION
| bucket span=1d _time 
| stats count by _time | sort 5 -count&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 18 Feb 2022 18:30:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585763#M15929</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2022-02-18T18:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to search average sessions started by hour?</title>
      <link>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585768#M15930</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Is there a way for I can see the average time by hour. Right now this just shows the times when users login. It would be super useful for I can know how many users on average use the app by X AM/PM.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 19:00:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-search-average-sessions-started-by-hour/m-p/585768#M15930</guid>
      <dc:creator>Rapidz</dc:creator>
      <dc:date>2022-02-18T19:00:21Z</dc:date>
    </item>
  </channel>
</rss>

