I am new to Splunk and I am trying to parse an Aide scan log file to display each line. Currently, Splunk just reads all the lines as a single event. I know I may have to build a regex once I have Splunk reading the file correctly, but currently Splunk isn't extracting the events by the newline character. Sample data below:
bcain22_2-1647895680328.png
bcain22_1-1647895288925.png
How can I get Splunk to parse each line vs reading the entire file as a single event?
bcain22_0-1647895236764.png
... View more