Hi,
importing log files to analyze I realise that they have slightly differences in their structure, so i would have to create lots of patterns and conditions to match them all. But the files have a first line like this: "#Fields: date time ip username host" which is matched by the following files (except the "#Fields").
Is there a way to automatically set the field names based on the first line (header)?
thank you!