<?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 implementation with DB SQL query in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-TimeChart-implementation-with-DB-SQL-query/m-p/595200#M48803</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;, Its working now. But I am getting extra date in visualization like 1 Apr to 24 Apr . I only fetched&amp;nbsp; date 1 march&amp;nbsp; to 1April&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data3.JPG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19301i99B03C776CBF1BAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="data3.JPG" alt="data3.JPG" /&gt;&lt;/span&gt;&amp;nbsp;Even I put the condition on _time, still its not working&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data4.JPG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19303i504F2C17EE01FE73/image-size/large?v=v2&amp;amp;px=999" role="button" title="data4.JPG" alt="data4.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting extra date in timechart. Any Solution?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 13:00:24 GMT</pubDate>
    <dc:creator>dkssingh2005</dc:creator>
    <dc:date>2022-04-25T13:00:24Z</dc:date>
    <item>
      <title>How to do TimeChart implementation with DB SQL query?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-TimeChart-implementation-with-DB-SQL-query/m-p/595183#M48801</link>
      <description>&lt;P&gt;I want to implement timechart with span in db sql query. But while implementation, I am getting zero result.&lt;/P&gt;
&lt;P&gt;Basically, I want to show count with timechart.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="date2.JPG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19298i16C5A37FD805748B/image-size/large?v=v2&amp;amp;px=999" role="button" title="date2.JPG" alt="date2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Even, I verified that data is coming with the same query with created_timestamp column.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data1.JPG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19299iC13CEB2CF64010CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="data1.JPG" alt="data1.JPG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what step I am doing missing, while using timechart.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 15:27:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-TimeChart-implementation-with-DB-SQL-query/m-p/595183#M48801</guid>
      <dc:creator>dkssingh2005</dc:creator>
      <dc:date>2022-04-25T15:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart implementation with DB SQL query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-TimeChart-implementation-with-DB-SQL-query/m-p/595184#M48802</link>
      <description>&lt;P&gt;Timechart relies on a field called _time to hold the epoch timestamp. You need to parse the create time and store it in the _time field. Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval _time=strptime(created_timestamp,"%Y-%m-%d %H:%M:%S.%3N")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 11:55:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-TimeChart-implementation-with-DB-SQL-query/m-p/595184#M48802</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-04-25T11:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart implementation with DB SQL query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-TimeChart-implementation-with-DB-SQL-query/m-p/595200#M48803</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;, Its working now. But I am getting extra date in visualization like 1 Apr to 24 Apr . I only fetched&amp;nbsp; date 1 march&amp;nbsp; to 1April&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data3.JPG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19301i99B03C776CBF1BAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="data3.JPG" alt="data3.JPG" /&gt;&lt;/span&gt;&amp;nbsp;Even I put the condition on _time, still its not working&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data4.JPG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19303i504F2C17EE01FE73/image-size/large?v=v2&amp;amp;px=999" role="button" title="data4.JPG" alt="data4.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting extra date in timechart. Any Solution?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:00:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-TimeChart-implementation-with-DB-SQL-query/m-p/595200#M48803</guid>
      <dc:creator>dkssingh2005</dc:creator>
      <dc:date>2022-04-25T13:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart implementation with DB SQL query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-TimeChart-implementation-with-DB-SQL-query/m-p/595210#M48804</link>
      <description>&lt;P&gt;Timechart uses the earliest and latest times from the search to determine the size of the x axis&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ITWhisperer_0-1650894273366.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19304iD61B540565846146/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ITWhisperer_0-1650894273366.png" alt="ITWhisperer_0-1650894273366.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Change the timeframe for the search or create your own chart&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| bin span=1h _time
| chart count by _time scope&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:48:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-TimeChart-implementation-with-DB-SQL-query/m-p/595210#M48804</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-04-25T13:48:42Z</dc:date>
    </item>
  </channel>
</rss>

