Dear Experts,
I am receiving this error: FileClassifierManager - The file '/audit/trail' is invalid. Reason: binary
I want to enable the audit logs in AIX server. By default audit logs are written as binary and i want read that binary and capture the ouptput from UF and send it to indexer. Please let me know if i can send binary files, convert as a log file and send it to splunk.
Thanks,
Sunil Suresh
Is the file actually binary? If it is, then you shouldn't send Splunk it directly; you need to convert it to plain text first. If the problem is that it is not binary, then just add NO_BINARY_CHECK = true
to your props.conf
file.