Hi Team,
I have two reports where one report(report1)has timestamp field where other report(report2) doesn't have it has only the date in the source filename. Report 2 will not be send it to splunk in realtime. Now i would like to combine those two reports and populate the data. I have extracted the date from source.(search time) from report1 & report2 one common field is there.. I have already ingested the file how do i compare the date and populate the data. Can anyone suggest "where clause" can be used in this case?
You can't use a where command to combine two events.
You could use a stats command with a by clause to combine information from events with a common value in one or more of the fields.
However, without a clearer description of what you are trying to achieve and what events you are working with, it is difficult to say what might be most appropriate.