<?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: User due date chart over time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/User-due-date-chart-over-time/m-p/532765#M150514</link>
    <description>&lt;P&gt;Line Chart:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval name=split("Chris,jill,john",","), due=split("May,Mar,Jan",","), counter=mvrange(0,3)
| mvexpand counter
| eval NAME=mvindex(name,counter),DUE=strptime("2020".mvindex(due,counter)." 01","%Y%b %d")
| reverse
| streamstats count
| eval _time=DUE
| timechart span=1mon values(count) by NAME
| appendpipe [ eval _time=relative_time(now(),"@month") | fields _time]&lt;/LI-CODE&gt;&lt;P&gt;It doesn't work very well.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2020 09:40:28 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-12-11T09:40:28Z</dc:date>
    <item>
      <title>User due date chart over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/User-due-date-chart-over-time/m-p/532715#M150500</link>
      <description>&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;I am fairly new to SPLUNK but I wanted to make a chart that would use the X axis for a specified amount of time (span=3y), the Y axis for a list of users, and the plotted data points for due dates unique to that user. Below is a crude example of what I am trying to do...&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SPLUNK_EX.PNG" style="width: 558px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12250iB61E1DC125F210CE/image-dimensions/558x284?v=v2" width="558" height="284" role="button" title="SPLUNK_EX.PNG" alt="SPLUNK_EX.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've been experimenting with the "timechart" command but I can't seem to figure out how to change the Y axis (if that is even possible). Is there a better way to approach this?&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 19:41:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/User-due-date-chart-over-time/m-p/532715#M150500</guid>
      <dc:creator>Colbasaur</dc:creator>
      <dc:date>2020-12-10T19:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: User due date chart over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/User-due-date-chart-over-time/m-p/532765#M150514</link>
      <description>&lt;P&gt;Line Chart:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval name=split("Chris,jill,john",","), due=split("May,Mar,Jan",","), counter=mvrange(0,3)
| mvexpand counter
| eval NAME=mvindex(name,counter),DUE=strptime("2020".mvindex(due,counter)." 01","%Y%b %d")
| reverse
| streamstats count
| eval _time=DUE
| timechart span=1mon values(count) by NAME
| appendpipe [ eval _time=relative_time(now(),"@month") | fields _time]&lt;/LI-CODE&gt;&lt;P&gt;It doesn't work very well.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 09:40:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/User-due-date-chart-over-time/m-p/532765#M150514</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-12-11T09:40:28Z</dc:date>
    </item>
  </channel>
</rss>

