Skip to content

Use journalctl export format#133

Merged
bleggett merged 4 commits into
mainfrom
bleggett/use-journalctl-export-format
May 20, 2026
Merged

Use journalctl export format#133
bleggett merged 4 commits into
mainfrom
bleggett/use-journalctl-export-format

Conversation

@bleggett
Copy link
Copy Markdown
Contributor

@bleggett bleggett commented May 20, 2026

so that the export can be easily munged into any supported target format.

This export format can be immediately converted locally into either json or text, or converted back into the native binary indexed format journald uses for time-based filtering, etc.

Ex -> convert to text format:

journalctl -o cat < myexport.export

convert to json format:

journalctl -o json < myexport.export

convert to indexed binary format and do native journalctl filtering with systemd-journal-remote if you want

systemd-journal-remote --output=/tmp/myexport.journal < myexport.export
journalctl --file /tmp/myexport.journal --since "2026-01-01" --until "2026-01-02"

xref: edera-dev/edera-debug-report#10

@bleggett bleggett requested review from a team, found-it and tycho May 20, 2026 17:21
@bleggett bleggett enabled auto-merge (squash) May 20, 2026 17:22
@bleggett bleggett merged commit 27acf10 into main May 20, 2026
7 checks passed
@bleggett bleggett deleted the bleggett/use-journalctl-export-format branch May 20, 2026 18:08
bleggett pushed a commit that referenced this pull request May 20, 2026
## 🤖 New release

* `edera-check`: 0.2.19 -> 0.2.20

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.2.20](v0.2.19...v0.2.20)
- 2026-05-20

### Other

- Use journalctl export format
([#133](#133))
- Capture links/route table/neighbor table/nftables contents for v4/v6
([#125](#125))
- Bump the cargo-updates group across 1 directory with 2 updates
([#131](#131))
- Update images digests
([#127](#127))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants