All Apps and Add-ons

Splunk DB Connect: How do I use epoch time when extracting the data time information?

alexwade13
Engager

Hi, I'm trying to figure out what to put in the DateTime format spot when set the SQL query and setting a rising column. The test says "Specify the format to extract the date time information (eg: dd/MM/yyyy HH:mm:ss.SSS) or cast the column to timestamp manually in your query." How do I get it to use Epoch time instead? Also, there are 3 milliseconds after the epoch time. I know the time format in props would be %s%3N, but that is not applicable here. Thanks!

0 Karma

bambarit
Explorer

?have you resolved epoch timestamp?

0 Karma

bambarit
Explorer

have you resolved epoch timestamp?

0 Karma

sshres5
Communicator

I got this working by using the following:
SELECT CAST(date '1970-01-01' + (1/24/60/60/1000) *epoch_column AS timestamp) AS date_time, epoch_column

0 Karma

splunk_zen
Builder

Any solution to this?
Shouldn't DB connect actually prefer an epoch rising column rather than a human converted format as it's constantly evaluating for a higher value?

0 Karma

splunk_zen
Builder

Seems it just needs to be a DATETIME type and this goes away

0 Karma

EmEdwards
Path Finder

I am using a new version of DB connect 3.1.1 and seems even though I have a datetime datatype from SQL it still wont accept the column and requests a format.
I can't seem to get it to work.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...