<?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: App Sessions Started 24 hour average (All Time) - How to? in Security</title>
    <link>https://community.splunk.com/t5/Security/App-Sessions-Started-24-hour-average-All-Time-How-to/m-p/587274#M15956</link>
    <description>&lt;P&gt;That search does not seem to work. The query I have can work for the last 24 hours. It would be great, if it could work for taking the average of all SESSIONS_STARTED across 24 hours to get a picture of when users start the app.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2022 17:04:07 GMT</pubDate>
    <dc:creator>Rapidz</dc:creator>
    <dc:date>2022-03-02T17:04:07Z</dc:date>
    <item>
      <title>App Sessions Started 24 hour average (All Time) - How to?</title>
      <link>https://community.splunk.com/t5/Security/App-Sessions-Started-24-hour-average-All-Time-How-to/m-p/587100#M15953</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;I am trying to gauge at what time users are active on our app. I want to use data from (All time) to gather the average on a 24 hour scale.&amp;nbsp;&lt;SPAN&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My current query is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=app1 AND service=app AND logLevel=INFO AND environment=prod "message.eventAction"=START_SESSION |timechart span=1h count&lt;/P&gt;&lt;P&gt;This query can gather the users by hour on a 24 hour scale, but not the average from (All time).&lt;/P&gt;&lt;P&gt;If anyone could help, it would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 22:36:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/App-Sessions-Started-24-hour-average-All-Time-How-to/m-p/587100#M15953</guid>
      <dc:creator>Rapidz</dc:creator>
      <dc:date>2022-03-01T22:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: App Sessions Started 24 hour average (All Time) - How to?</title>
      <link>https://community.splunk.com/t5/Security/App-Sessions-Started-24-hour-average-All-Time-How-to/m-p/587168#M15955</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=app1 AND service=app AND logLevel=INFO AND environment=prod "message.eventAction"=START_SESSION | chart count by date_hour&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 02 Mar 2022 10:11:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/App-Sessions-Started-24-hour-average-All-Time-How-to/m-p/587168#M15955</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-02T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: App Sessions Started 24 hour average (All Time) - How to?</title>
      <link>https://community.splunk.com/t5/Security/App-Sessions-Started-24-hour-average-All-Time-How-to/m-p/587274#M15956</link>
      <description>&lt;P&gt;That search does not seem to work. The query I have can work for the last 24 hours. It would be great, if it could work for taking the average of all SESSIONS_STARTED across 24 hours to get a picture of when users start the app.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 17:04:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/App-Sessions-Started-24-hour-average-All-Time-How-to/m-p/587274#M15956</guid>
      <dc:creator>Rapidz</dc:creator>
      <dc:date>2022-03-02T17:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: App Sessions Started 24 hour average (All Time) - How to?</title>
      <link>https://community.splunk.com/t5/Security/App-Sessions-Started-24-hour-average-All-Time-How-to/m-p/587276#M15957</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=app1 AND service=app AND logLevel=INFO AND environment=prod "message.eventAction"=START_SESSION 
| bin _time span=1h
| stats count values(date_hour) as date_hour by _time
| chart avg(count) as average_per_hour by date_hour&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 02 Mar 2022 17:09:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/App-Sessions-Started-24-hour-average-All-Time-How-to/m-p/587276#M15957</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-02T17:09:45Z</dc:date>
    </item>
  </channel>
</rss>

