<?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 Splunk DB Connect  Bug in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-DB-Connect-Bug/m-p/84671#M7327</link>
    <description>&lt;P&gt;Good Morning/Afternoon to all!!&lt;/P&gt;

&lt;P&gt;I have a query regarding the dataset returned by |dbquery. If the Database has a time field while viewing the result it shows wrong value which it converts to some other format like "1370428834.360"&lt;BR /&gt;
for the date "21/06/13 15:41:24". I can apply in the search tab to convert it into proper timestamp. &lt;/P&gt;

&lt;P&gt;Now the question is how can i do it on the dashboard itself as the column names will not be the same for every table..&lt;/P&gt;

&lt;P&gt;Thanks for your attention.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2013 10:05:31 GMT</pubDate>
    <dc:creator>linu1988</dc:creator>
    <dc:date>2013-07-04T10:05:31Z</dc:date>
    <item>
      <title>Splunk DB Connect  Bug</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-DB-Connect-Bug/m-p/84671#M7327</link>
      <description>&lt;P&gt;Good Morning/Afternoon to all!!&lt;/P&gt;

&lt;P&gt;I have a query regarding the dataset returned by |dbquery. If the Database has a time field while viewing the result it shows wrong value which it converts to some other format like "1370428834.360"&lt;BR /&gt;
for the date "21/06/13 15:41:24". I can apply in the search tab to convert it into proper timestamp. &lt;/P&gt;

&lt;P&gt;Now the question is how can i do it on the dashboard itself as the column names will not be the same for every table..&lt;/P&gt;

&lt;P&gt;Thanks for your attention.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2013 10:05:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-DB-Connect-Bug/m-p/84671#M7327</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2013-07-04T10:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect  Bug</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-DB-Connect-Bug/m-p/84672#M7328</link>
      <description>&lt;P&gt;If a datetime column is returned as part of your query you must convert it to a text datatype, otherwise Splunk will display it as a number. For example, in Oracle, use the "to_char" function in the query to convert to the text format you want:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;select to_char(datetime_field_name,'DD/MM/YY HH24:MI:SS') "display_col_name" from table_name;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This would return the value of the &lt;CODE&gt;datetime_field_name&lt;/CODE&gt; column in the &lt;CODE&gt;table_name&lt;/CODE&gt; table in the format you listed in your original question.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2013 17:52:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-DB-Connect-Bug/m-p/84672#M7328</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2013-08-03T17:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect  Bug</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-DB-Connect-Bug/m-p/84673#M7329</link>
      <description>&lt;P&gt;But this is not a solution!! Who will change their DB just to show the content in Splunk? Date Time should be recognized automatically and shown as it is rather than epoch format. Btw Thank you for your time.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2013 06:01:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-DB-Connect-Bug/m-p/84673#M7329</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2013-08-04T06:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect  Bug</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-DB-Connect-Bug/m-p/84674#M7330</link>
      <description>&lt;P&gt;I would suggest that different databases may not store datetime information in the same format. Splunk is primarily designed to index and search text, not other datatypes. Changing your query to format the results in a way Splunk can read it correctly is not "changing your database," since the underlying data has not changed at all.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2013 14:02:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-DB-Connect-Bug/m-p/84674#M7330</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2013-08-05T14:02:30Z</dc:date>
    </item>
  </channel>
</rss>

