I've posted this question in the arcsight forums, but not having much luck. I've built a time based DB flex connector, and I'm using:
timestamp.field=CREATION_TIME
where CREATION_TIME is a column in the table I am querying and the datatype is Timestamp with Timezone. When I start up the connector, I receive this error:
FATAL EXCEPTION
Unable to convert [oracle.sql.TIMESTAMPTZ@1757337] to required type [DateTime] for CREATION_TIME
Is there a function in arcsight that I can use to force the conversion from Timestamp with Timezone to DateTime? This is an example of whats in this CREATION_TIME field:
11-JUL-11 05.02.38.485826000 PM +00.00
If this does not work, I was thinking of just switching to an ID based DB flex connector. There is a SEQUENCE_ID column in the table which I can use.
Thanks.
timestamp.field=CREATION_TIME
where CREATION_TIME is a column in the table I am querying and the datatype is Timestamp with Timezone. When I start up the connector, I receive this error:
FATAL EXCEPTION
Unable to convert [oracle.sql.TIMESTAMPTZ@1757337] to required type [DateTime] for CREATION_TIME
Is there a function in arcsight that I can use to force the conversion from Timestamp with Timezone to DateTime? This is an example of whats in this CREATION_TIME field:
11-JUL-11 05.02.38.485826000 PM +00.00
If this does not work, I was thinking of just switching to an ID based DB flex connector. There is a SEQUENCE_ID column in the table which I can use.
Thanks.