From 3c1668da6202f1ead3d4d3981b89e9da1a0e98e3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 18 Oct 2012 03:29:19 +0200 Subject: journal: add ability to list values a specified field can take in all entries of the journal The new 'unique' API allows listing all unique field values that a field specified by a field name can take in all entries of the journal. This allows answering queries such as "What units logged to the journal?", "What hosts have logged into the journal?", "Which boot IDs have logged into the journal?". Ultimately this allows implementation of tools similar to lastlog based on journal data. Note that listing these field values will not work for journal files created with older journald, as the field values are not indexed in older files. --- man/sd-journal.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/sd-journal.xml') diff --git a/man/sd-journal.xml b/man/sd-journal.xml index 773689c692..1beb9a5c7d 100644 --- a/man/sd-journal.xml +++ b/man/sd-journal.xml @@ -112,12 +112,15 @@ sd_journal_stream_fd3, sd_journal_open3, sd_journal_next3, + sd_journal_get_data3, sd_journal_get_realtime_usec3, sd_journal_add_match3, sd_journal_seek_head3, sd_journal_get_cursor3, sd_journal_cutoff_realtime_usec3, sd_journal_get_usage3, + sd_journal_get_fd3, + sd_journal_query_unique3, journalctl1, sd-id1283, pkg-config1 -- cgit v1.2.3-54-g00ecf