Hi! I'm starting with Splunk, so i really appreciate some help cause i've been stucked several weeks.
I have a CSV file which its source is DB2, when i search in splunk the same query as in DB2, i can see i'm getting duplicated information in splunk. Example: in DB2 my query is select * from table where field=value and in splunk i'm doing ((index="index1")(sourcetype="csv")(source="file.csv")) | where field="value" | table field1 field2 field3 field4 Does anyone know what is happening or how can i solve this? I really don't want to use dedup because i may not be able to see how the data is changing after day.
... View more