Hi all,
I have two fields. I want a splunk query that not a field contains another field.
For example field1 is ::ffff:127.0.0.1 and the field2 is 127.0.0.1 , so I dont want to see the queries that field1 contains field2.
Thank you
... View more
Hi all.
I'm using splunk 9.0.2 and db connect 3.11.1.
Sometimes my connection from db connect to my database fails. so I'm wondering if is it possible to automatic retry the missed query or not?
My query is depend on time to retrive last 5 min entry rows. so the missed query caused data loss.
My query:
SELECT * FROM DB.MY_TABLE1 WHERE insert_date >= SYSDATE - INTERVAL 5 MINUTE
... View more