I am using the Key type "log" for finding information in log files, which works fine, although I would like to search for 2 words within 1 item.
currently I use :
log["/var/log/file.log","word1","UTF-8",100]
I want to add another word to search for, but simply adding it doesn't work.
log["/var/log/file.log","word1","word2","UTF-8",100]
Is there a solution for this ?
currently I use :
log["/var/log/file.log","word1","UTF-8",100]
I want to add another word to search for, but simply adding it doesn't work.
log["/var/log/file.log","word1","word2","UTF-8",100]
Is there a solution for this ?