You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,12 @@ You can also pipe logs directly into Ax:
101
101
102
102
tail -f /var/log/something.log | ax
103
103
104
+
## Use with (compressed) log files
105
+
An alternative to tailing files into Ax, you can also read them directly. This even supports gzip and bzip2 compression (decided based on the `.gz` and `.bz2` extensions):
106
+
107
+
ax --file mylog.log
108
+
ax --file mylog.log.gz
109
+
104
110
# Filtering and selecting attributes
105
111
Looking at all logs is nice, but it only gets really interesting if you can start to filter stuff and by selecting only certain attributes.
0 commit comments