1SLOGIMPORT(1) The slogimport utility manual SLOGIMPORT(1)
2
3
4
6 slogimport - Import existing plaintext log files into secure encrypted
7 destination
8
10 slogimport [arguments]
11
13 The slogimport is used to import plaintext log file into a secure
14 encrypted destination. Using this utility, log files obtained from a
15 previous installation of syslog-ng or another logging system and
16 transfer into a secure encrypted destination. When importing plaintext
17 log files into an existing secure encrypted destination, the current
18 encryption key has to be suupplied in order to preserve consistency.
19
21 host keyfile
22 The file containing the current encrypted key of the secure
23 encrypted destination configured on the host.
24
25 output keyfile
26 The file that will contain the new current encryption key after
27 successful import.
28
29 input log file
30 The plaintext log file that will be import into the secure
31 encrypted destination.
32
33 output log file
34 The file that will contain the encrypted log entries from the
35 supplied plaintext log file after import.
36
37 input MAC file
38 The file containing the current message authentication code (MAC)
39 of the secure encrypted destination.
40
41 output MAC file
42 The file receiving the new current message authentication code
43 (MAC) of the secure encrypted destination after import. In case an
44 existing file is supplied, new entries will be appended.
45
46 counter
47 The current log entry counter of the secure encrypted destination
48 after import. This is required if the log entries to be imported
49 will be appended to an existing secure encrypted destination.
50
52 /usr/bin/slogimport
53
54 /etc/syslog-ng.conf
55
57 syslog-ng.conf(5)
58
59 Note
60 For the detailed documentation of see The syslog-ng Administrator
61 Guide[1]
62
63 If you experience any problems or need help with syslog-ng, visit
64 the syslog-ng mailing list[2].
65
66 For news and notifications about of syslog-ng, visit the syslog-ng
67 blogs[3].
68
70 This manual page was written by the Airbus Secure Logging Team
71 <secure-logging@airbus.com>.
72
75 1. The syslog-ng Administrator Guide
76 https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html
77
78 2. syslog-ng mailing list
79 https://lists.balabit.hu/mailman/listinfo/syslog-ng
80
81 3. syslog-ng blogs
82 https://syslog-ng.org/blogs/
83
84
85
863.27 04/30/2020 SLOGIMPORT(1)