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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,28 @@ Analog is a powerful tool designed for analyzing and visualizing log files. It p
10
10
11
11
- **Filter by Timestamp**: Specify a start and end timestamp to narrow down your log analysis.
12
12
- **Regex Search**: Perform regular expression searches to find specific log entries.
13
+
- **Search Combinations**: Perform normal searches with advanced combination of `Contains/Not Contains` and `AND/OR` operators.
13
14
- **Top Logs**: Select entries in the Top Logs to view all the related logs together.
14
15
- **Errors Only**: Isolate and focus on error log entries.
15
16
17
+
- **Logs Context**: Even when a filter is applied, you can access the context around the current log entry.
18
+
16
19
- **Log File Comparison**:
20
+
17
21
- **Compare Two Log Files**: Compare two log files and see newly added or removed log entries.
22
+
18
23
- **Create and Download a Filtered Subset**: Define filtering criteria to extract a specific subset of logs. You can also compare two subsets of a single log file to track changes.
19
24
20
25
- **Time Jumps**: Navigate through log data in subsets repeating after every few minutes.
21
26
22
-
- **See Data for Specific Fields/Keys**: Easily access and view log entries based on specific fields.
23
-
24
27
- **Highlighted JSON Syntax**: Log entries with JSON data are automatically highlighted for improved readability.
25
28
26
29
- **Highlighted Errors**: Errors in log entries are highlighted, making them stand out for quick identification.
27
30
28
-
## Things to remember
31
+
## Prerequisite
29
32
30
-
- Currently supports only `json` logs.
31
-
- Ensure you have Python 3 installed on your system to simply run via executing the `analog.sh`.
32
-
- Or you can use any server of your preference to run the `index.html`
33
+
- Ensure you have Python 3 installed on your system then you can simply execute `analog.sh` to run the app.
34
+
- Otherwise run the `index.html` manually on any server of your preference.
0 commit comments