Replies: 3 comments 2 replies
-
I am also curious about this. How do I pass a log file to fabric? Cant be so that I need to copy paste all info from the logs. PLease advise. |
Beta Was this translation helpful? Give feedback.
-
I don´t know if this helps but I did this for analyzing logs in windows/powershell: Get-Content .\path\to\logfile.log* | --pattern analyze_logs and it worked (*obviously you have to refer to your own path structure) I do agree that there should be more examples on how to use the different patterns, in all systems (mac, win, lin) |
Beta Was this translation helpful? Give feedback.
-
Maybe I'm missing something but it appears you are making this far more complicated that it needs to be.
will stream/show contents of the file
will summarize anything that is stream/sent to it so:
will summarize |
Beta Was this translation helpful? Give feedback.
-
So I have used pbpaste. yt and echo to pass information to fabric , does anyone know how to pass a file ? for example I have a document or log file I would like to analyze is there a way to pass a pdf, docx, xls, or txt to fabric to run patterns agains that information ?
Beta Was this translation helpful? Give feedback.
All reactions