<?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 timechart  &amp;quot;method name duration over time&amp;quot; in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555759#M157782</link>
    <description>&lt;P&gt;Hi I have log file like this:&lt;/P&gt;&lt;P&gt;2021-06-15 13:39:47,762 INFO&amp;nbsp; [APP] Exiting method , duration[109] User: general ||&amp;nbsp; method: findTypeMaps started at [1623748187753]&lt;BR /&gt;2021-06-15 13:39:47,738 INFO&amp;nbsp; [APP] Exiting method , duration[101] User: general ||&amp;nbsp; method: findString started at [1623748187728]&lt;BR /&gt;2021-06-15 13:39:47,738 INFO&amp;nbsp; [APP] Exiting method , duration[121] User: general ||&amp;nbsp; method: collectName started at [1623748187728]&lt;/P&gt;&lt;P&gt;I want to create chart that show method name duration over time on chart that able me to select method name.&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chart.png" style="width: 634px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14630i94054A20EA36521C/image-size/large?v=v2&amp;amp;px=999" role="button" title="chart.png" alt="chart.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" alt="" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 10:44:03 GMT</pubDate>
    <dc:creator>indeed_2000</dc:creator>
    <dc:date>2021-06-15T10:44:03Z</dc:date>
    <item>
      <title>timechart  "method name duration over time"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555759#M157782</link>
      <description>&lt;P&gt;Hi I have log file like this:&lt;/P&gt;&lt;P&gt;2021-06-15 13:39:47,762 INFO&amp;nbsp; [APP] Exiting method , duration[109] User: general ||&amp;nbsp; method: findTypeMaps started at [1623748187753]&lt;BR /&gt;2021-06-15 13:39:47,738 INFO&amp;nbsp; [APP] Exiting method , duration[101] User: general ||&amp;nbsp; method: findString started at [1623748187728]&lt;BR /&gt;2021-06-15 13:39:47,738 INFO&amp;nbsp; [APP] Exiting method , duration[121] User: general ||&amp;nbsp; method: collectName started at [1623748187728]&lt;/P&gt;&lt;P&gt;I want to create chart that show method name duration over time on chart that able me to select method name.&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chart.png" style="width: 634px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14630i94054A20EA36521C/image-size/large?v=v2&amp;amp;px=999" role="button" title="chart.png" alt="chart.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" alt="" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 10:44:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555759#M157782</guid>
      <dc:creator>indeed_2000</dc:creator>
      <dc:date>2021-06-15T10:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: timechart  "method name duration over time"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555764#M157785</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "duration\[(?&amp;lt;duration&amp;gt;\d+)\].*?method:\s(?&amp;lt;method&amp;gt;[^\s]+)"
| xyseries _time method duration&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 15 Jun 2021 10:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555764#M157785</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-06-15T10:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: timechart  "method name duration over time"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555771#M157786</link>
      <description>&lt;P&gt;Thank you for reply, it work for first part of my question.&lt;/P&gt;&lt;P&gt;but how can I show list of method on dashboard that when user select them just show that method on chart?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 11:49:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555771#M157786</guid>
      <dc:creator>indeed_2000</dc:creator>
      <dc:date>2021-06-15T11:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: timechart  "method name duration over time"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555773#M157787</link>
      <description>&lt;P&gt;Depends on how you want to select the method and how you want that to affect what is on the chart. You could have a dropdown which is populated by a search query and sets a token that is used as a filter on the search for the chart, or you could have a table with similar information and use a drilldown from the table to set the token for the filter. If you want to do it the other way around i.e. click on the chart and drilldown to set a token to change what is displayed in a table.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 11:58:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555773#M157787</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-06-15T11:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: timechart  "method name duration over time"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555775#M157789</link>
      <description>&lt;P&gt;I don't familiar with tokens, would you please tell me simple example?&lt;/P&gt;&lt;P&gt;another problem is, when I set time scope "real-time" (from 5min to NOW) it will be freeze for while, after that show chart. Is it possible reducing data points on chart. For e.g instead of show 1000 duration points on each minute for one method, just show one point that average of all those&amp;nbsp;1000 duration&amp;nbsp;points.&lt;/P&gt;&lt;P&gt;is it possible to do this more efficient?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 15:35:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-quot-method-name-duration-over-time-quot/m-p/555775#M157789</guid>
      <dc:creator>indeed_2000</dc:creator>
      <dc:date>2021-06-15T15:35:11Z</dc:date>
    </item>
  </channel>
</rss>

