<?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: Timechart for three different actions : Browse, View, Download in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188607#M54334</link>
    <description>&lt;P&gt;No it does not, it displays an empty chart.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2015 19:40:41 GMT</pubDate>
    <dc:creator>splunkman341</dc:creator>
    <dc:date>2015-07-01T19:40:41Z</dc:date>
    <item>
      <title>Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188605#M54332</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;So I have a query which displays elapsedTime values for three different actions which are browse, view, and download. I am wondering if it possible to display this information into a timechart, where the x-axis displays the date by day and the y-axis displays the value. Here is the query I am trying to make the timechart out of&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=doccloud_main sourcetype=doccloud_sb | rex "(?P&amp;lt;service&amp;gt;EmployeeDocumentServicesImp[l]?\.getDocument(?:PDF)?|EmployeeDocumentServicesImp[l]?\.listDocuments)\(.* Elapsed time:\s+-\s\[(?P&amp;lt;elapsedTime&amp;gt;[\d\.]+)\]" | timechart values(elapsedTime) by service
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks in advance for your help&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:31:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188605#M54332</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-07-01T19:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188606#M54333</link>
      <description>&lt;P&gt;I do not understand; that query looks good as-is (except that maybe you need a &lt;CODE&gt;span=1m&lt;/CODE&gt; or something  to deviate from the default).  Does your search not produce a chart when you click on the &lt;CODE&gt;visualization&lt;/CODE&gt; tab?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:37:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188606#M54333</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-01T19:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188607#M54334</link>
      <description>&lt;P&gt;No it does not, it displays an empty chart.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:40:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188607#M54334</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-07-01T19:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188608#M54335</link>
      <description>&lt;P&gt;It looks like your RegEx is bad so that either &lt;CODE&gt;service&lt;/CODE&gt; or &lt;CODE&gt;elapsedTime&lt;/CODE&gt; does not exist so no data is returned.  What does this return?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=doccloud_main sourcetype=doccloud_sb | rex "(?P&amp;lt;service&amp;gt;EmployeeDocumentServicesImp[l]?\.getDocument(?:PDF)?|EmployeeDocumentServicesImp[l]?\.listDocuments)\(.* Elapsed time:\s+-\s\[(?P&amp;lt;elapsedTime&amp;gt;[\d\.]+)\]" | table *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:46:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188608#M54335</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-01T19:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188609#M54336</link>
      <description>&lt;P&gt;That does not display any information either, and says "Your search generated too much data for the current visualization configuration".&lt;/P&gt;

&lt;P&gt;In the statistics tab, it displays alot more information as well that I do not need.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:51:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188609#M54336</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-07-01T19:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188610#M54337</link>
      <description>&lt;P&gt;OK, does this show your 2 fields?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=doccloud_main sourcetype=doccloud_sb | rex "(?P&amp;lt;service&amp;gt;EmployeeDocumentServicesImp[l]?\.getDocument(?:PDF)?|EmployeeDocumentServicesImp[l]?\.listDocuments)\(.* Elapsed time:\s+-\s\[(?P&amp;lt;elapsedTime&amp;gt;[\d\.]+)\]" | table service elapsedTime
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:54:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188610#M54337</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-01T19:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188611#M54338</link>
      <description>&lt;P&gt;That does not display anything and gives the message "This visualization is configured to display a maximum of 1000 results per series, and that limit has been reached."&lt;/P&gt;

&lt;P&gt;I have three fields I need to display with their corresponding elapsedTimes which are :&lt;/P&gt;

&lt;P&gt;-EmployeeDocumentServicesImp.getDocument&lt;/P&gt;

&lt;P&gt;-EmployeeDocumentServicesImp.getDocumentPDF&lt;/P&gt;

&lt;P&gt;--EmployeeDocumentServicesImp.listDocuments&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 20:11:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188611#M54338</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-07-01T20:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188612#M54339</link>
      <description>&lt;P&gt;You need to go all the way back to the beginning, show sample data, describe what fields are currently being extracted and maybe we can get somewhere.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 20:40:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188612#M54339</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-01T20:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188613#M54340</link>
      <description>&lt;P&gt;Using &lt;CODE&gt;values(field)&lt;/CODE&gt; in a &lt;CODE&gt;timechart&lt;/CODE&gt; doesn't make sense, you need some aggregation to get down to a single number for each cell / data point. For example, you could use &lt;CODE&gt;avg(field)&lt;/CODE&gt; or &lt;CODE&gt;sum(field)&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 00:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188613#M54340</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-02T00:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188614#M54341</link>
      <description>&lt;P&gt;Please see this link as a reference to what exactly I am trying to accomplish.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/235496/how-to-search-for-three-different-actions-browse-v.html"&gt;https://answers.splunk.com/answers/235496/how-to-search-for-three-different-actions-browse-v.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:09:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188614#M54341</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-07-02T15:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188615#M54342</link>
      <description>&lt;P&gt;Hi woodcock. I was wondering if you were able to view my link&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:06:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188615#M54342</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-07-06T15:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188616#M54343</link>
      <description>&lt;P&gt;I do not understand; you have an accepted answer to that question and @martin_muleller has the correct answer for this question.  Do you understand what he said?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:13:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188616#M54343</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-06T15:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188617#M54344</link>
      <description>&lt;P&gt;I do but that is not what I want. I do not want the sum or average of each elapsedTime; I want to display each elapsedTime for each document action day by day.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188617#M54344</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-07-06T15:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for three different actions : Browse, View, Download</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188618#M54345</link>
      <description>&lt;P&gt;Based on clarifications in your comments, I think what you are trying to do is this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=doccloud_main sourcetype=doccloud_sb | rex "(?P&amp;lt;service&amp;gt;EmployeeDocumentServicesImp[l]?\.getDocument(?:PDF)?|EmployeeDocumentServicesImp[l]?\.listDocuments)\(.* Elapsed time:\s+-\s\[(?P&amp;lt;elapsedTime&amp;gt;[\d\.]+)\]" | bucket _time span=1d | stats values(elapsedTime) by _time service
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Jul 2015 16:36:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-for-three-different-actions-Browse-View-Download/m-p/188618#M54345</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-06T16:36:31Z</dc:date>
    </item>
  </channel>
</rss>

