Hey Guys,
I'm new to Dbconnect but i have this urgent problem.
from the application, i created an input (mode=**rising**) based on a rising column timestamp created in oracle DB.
query:
***SELECT DISTINCT * FROM "DB"."TABLE"
WHERE TIME > ?
ORDER BY TIME ASC**
The execution of the query in rising mode is successful !! but then NO DATA created in splunk!
i tracked down the error:
**2019-04-23 11:43:01.645 +0100 INFO c.s.dbx.server.task.listeners.JobMetricsListener - action=collect_job_metrics connection=DB jdbc_url=null db_read_time=4 hec_record_process_time=350 format_hec_success_count=1000 status=FAILED input_name=test2 batch_size=1000 error_threshold=N/A is_jmx_monitoring=false start_time=2019-04-23_11:43:00 end_time=2019-04-23_11:43:01 duration=1643 read_count=1000 write_count=0 filtered_count=0 error_count=0**
↧