Skip to content

Commit 190c5a6

Browse files
Fix import export documentation
1 parent 6b5eb9c commit 190c5a6

File tree

10 files changed

+25
-29
lines changed

10 files changed

+25
-29
lines changed
385 KB
Loading

docs/assets/export/export_log.gif

-972 KB
Binary file not shown.

docs/assets/export/export_logs.gif

534 KB
Loading
-904 KB
Binary file not shown.
-2.69 MB
Loading
-746 KB
Binary file not shown.
597 KB
Loading

docs/exporting.md

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ allowing user to save filtered views or search results as standalone files
33
for sharing, archiving, or further analysis, and later re-import them to
44
quickly restore the same context.
55

6-
### Exporting Logs as Plain Text
7-
86
Once log files are imported into Chipmunk, user can easily export them as
97
plain text logs.
108
This is useful when user need to share logs with tools or colleagues that
119
do not support the specific log format, or when user want a lightweight,
1210
human-readable version of the data.
1311

14-
![Export plain text logs](assets/export/export_log.gif)
12+
![Export plain text logs](assets/export/export_logs.gif)
1513

1614
### Exporting Search Results
1715

@@ -29,32 +27,23 @@ data analysis tools (Excel, pandas, etc.).
2927

3028
**Raw**
3129

32-
1. The filtered results are exported as a plain-text `.dlt_export` file.
33-
2. Each log entry is written line by line in a human-readable form,
34-
similar to how Chipmunk displays it in the viewer.
35-
36-
This format is best for lightweight sharing, quick inspection, or use with
37-
text-based tools like grep or less.
38-
30+
1. The filtered results are exported as a binary file.
31+
2. Useful when user wants to share only fitered logs from Chipmunk.
3932

4033
![Export Search Results](assets/export/export_search.gif)
4134

42-
### Exporting Presets
43-
44-
In addition to applying presets while analyzing logs, Chipmunk also lets you
45-
export and import presets, so you can reuse them across sessions or share them
46-
with your team.
47-
Chipmunk also allows user to export multiple presets at the same time.
48-
49-
![Export Preset](assets/export/export_preset.gif)
35+
### Exporting Selected Log Lines
5036

37+
In addition to exporting filtered logs, Chipmunk also allows users to manually
38+
select specific lines from the log view and export only those entries.
39+
This feature is particularly useful when you need to share or analyze a small
40+
subset of log messages without exporting the entire file or applying complex
41+
filters.
5142

52-
### Importing Presets
43+
![Export Lines](assets/export/export_lines.gif)
5344

54-
Chipmunk also supports importing presets back into the tool. Imported presets
55-
instantly recreate the same search conditions, so you don’t need to manually
56-
re-enter complex queries.
57-
Just like exproting multiple presets, Chipmunk allows user to import multiple
58-
presets.
45+
### Exporting filters and presets
5946

60-
![Import Presets](assets/export/import_preset.gif)
47+
Along with the logs user can also export the filters for later use and sharing,
48+
find out more how user can export the filters from Chipmunk
49+
[here](/chipmunk/search)

docs/search.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,24 @@ Checked/Unchecked/Disabled filters
3434

3535
![Filters manipulation](assets/search/filters_enable_disable.gif)
3636

37-
### Importing / Exporting
37+
### Importing / Exporting Presets
3838

3939
Filters/charts will be associated with an opened file (or stream). Next time the same file (or stream) is opened, filters/charts will be restored.
4040

41-
At the same time, there are a couple of ways to export/import filters:
41+
At the same time, there are a couple of ways to export filters:
4242

4343
- via the context menu on the list of filters/charts
44-
- via tab "History/Profiles" to export/import different collections of filters/charts
44+
- via tab "History/Profiles" to export different collections of filters/charts
4545

4646
![Import/Export](assets/search/importing.gif)
4747

48+
Just like the exorting the filter from the Chipmunk, user can also import the
49+
filters in the Chipmunk.
50+
51+
![Import Filter](assets/search/import_filter.gif)
52+
53+
54+
4855
### Breadcrumbs
4956

5057
Breadcrumbs mode allows mixed search results and other content. It's very useful in cases when it's essential to understand what was logged before/after the target occasion.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav:
1010
- Charts: charts.md
1111
- Navigation: navigation.md
1212
- Teamwork: teamwork.md
13-
- Import/Export: exporting.md
13+
- Exporting Logs: exporting.md
1414
- Chipmunk CLI Tool: cli.md
1515
- Plugins:
1616
- Development Guide: plugins/development-guide.md

0 commit comments

Comments
 (0)