<?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: Chart count by Duration and User name in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63167#M15598</link>
    <description>&lt;P&gt;That is a very good answer, that answers half my question.&lt;/P&gt;

&lt;P&gt;I'm now getting data showing, but I want the duration next to the user name, I'm getting the duration over the top and the count next to the user name.&lt;/P&gt;

&lt;P&gt;What would I put instead of count?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Oct 2010 22:06:28 GMT</pubDate>
    <dc:creator>strueblood</dc:creator>
    <dc:date>2010-10-04T22:06:28Z</dc:date>
    <item>
      <title>Chart count by Duration and User name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63165#M15596</link>
      <description>&lt;P&gt;I have pulled VPN logs and I'd like to report on the duration that a user has used the VPN tunnel.&lt;/P&gt;

&lt;P&gt;I have found the event that shows a disconnected VPN session.&lt;/P&gt;

&lt;P&gt;It has the duration information and the user name.
I don't know how to create a chart that will include the user name and the duration to next to it.&lt;/P&gt;

&lt;P&gt;I have Chart by count Duration (Duration is a field I created)&lt;/P&gt;

&lt;P&gt;But I can't seem to put in a search string to show Username and duration next to it.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2010 21:38:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63165#M15596</guid>
      <dc:creator>strueblood</dc:creator>
      <dc:date>2010-10-04T21:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by Duration and User name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63166#M15597</link>
      <description>&lt;P&gt;You could try doing something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | chart count Username by Duration
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Oct 2010 21:53:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63166#M15597</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-10-04T21:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by Duration and User name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63167#M15598</link>
      <description>&lt;P&gt;That is a very good answer, that answers half my question.&lt;/P&gt;

&lt;P&gt;I'm now getting data showing, but I want the duration next to the user name, I'm getting the duration over the top and the count next to the user name.&lt;/P&gt;

&lt;P&gt;What would I put instead of count?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2010 22:06:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63167#M15598</guid>
      <dc:creator>strueblood</dc:creator>
      <dc:date>2010-10-04T22:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by Duration and User name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63168#M15599</link>
      <description>&lt;P&gt;I edited my answer. Have a look.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2010 22:09:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63168#M15599</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-10-04T22:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by Duration and User name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63169#M15600</link>
      <description>&lt;P&gt;Sorry, I get this error message.&lt;/P&gt;

&lt;P&gt;Error in 'chart' command: The specifier 'Duration' is invalid. It must be in form &lt;FUNC&gt;(&lt;FIELD&gt;). For example: max(size).&lt;/FIELD&gt;&lt;/FUNC&gt;&lt;/P&gt;

&lt;P&gt;I get where you are going and I hope it can be that simple, other ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2010 22:19:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63169#M15600</guid>
      <dc:creator>strueblood</dc:creator>
      <dc:date>2010-10-04T22:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by Duration and User name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63170#M15601</link>
      <description>&lt;P&gt;Hmm, here is another edit. Lemme see if I get this right -- You want a chart (column chart?) that will show a Username and its associated duration? Or do you mean a table?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2010 22:33:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63170#M15601</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-10-04T22:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by Duration and User name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63171#M15602</link>
      <description>&lt;P&gt;That didn't error out but comes up with zero data. Yes, I to show a bar graph that shows user name and the duration graph next to it.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2010 22:38:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-Duration-and-User-name/m-p/63171#M15602</guid>
      <dc:creator>strueblood</dc:creator>
      <dc:date>2010-10-04T22:38:03Z</dc:date>
    </item>
  </channel>
</rss>

