- Introduction
- Deployment
- Configuration
- OS Support
- Integration
- Troubleshooting
- Enterprise Edition Reference Manual
- 129. Man Pages
- 130. Configuration
- 131. Language
- 132. Extension Modules
- 133. Input Modules
- 133.1. Process Accounting (im_acct)
- 133.2. AIX Auditing (im_aixaudit)
- 133.3. Azure (im_azure)
- 133.4. Batched Compression (im_batchcompress)
- 133.5. Basic Security Module Auditing (im_bsm)
- 133.6. Check Point OPSEC LEA (im_checkpoint)
- 133.7. DBI (im_dbi)
- 133.8. Event Tracing for Windows (im_etw)
- 133.9. External Programs (im_exec)
- 133.10. Files (im_file)
- 133.11. File Integrity Monitoring (im_fim)
- 133.12. Go (im_go)
- 133.13. HTTP(s) (im_http)
- 133.14. Internal (im_internal)
- 133.15. Java (im_java)
- 133.16. Kafka (im_kafka)
- 133.17. Kernel (im_kernel)
- 133.18. Linux Audit System (im_linuxaudit)
- 133.19. macOS ULS (im_maculs)
- 133.20. Mark (im_mark)
- 133.21. EventLog for Windows XP/2000/2003 (im_mseventlog)
- 133.22. EventLog for Windows 2008/Vista and Later (im_msvistalog)
- 133.23. Null (im_null)
- 133.24. ODBC (im_odbc)
- 133.25. Packet Capture (im_pcap)
- 133.26. Perl (im_perl)
- 133.27. Named Pipes (im_pipe)
- 133.28. Python (im_python)
- 133.29. Redis (im_redis)
- 133.30. Windows Registry Monitoring (im_regmon)
- 133.31. Ruby (im_ruby)
- 133.32. TLS/SSL (im_ssl)
- 133.33. Systemd (im_systemd)
- 133.34. TCP (im_tcp)
- 133.35. Test Generator (im_testgen)
- 133.36. UDP (im_udp)
- 133.37. Unix Domain Sockets (im_uds)
- 133.38. Windows Performance Counters (im_winperfcount)
- 133.39. Windows Event Collector (im_wseventing)
- 133.40. ZeroMQ (im_zmq)
- 134. Processor Modules
- 135. Output Modules
- NXLog Manager
- NXLog Add-Ons
133.4. Batched Compression (im_batchcompress)
The im_batchcompress module provides a compressed network transport with optional SSL encryption. It uses its own protocol to receive and decompress a batch of messages sent by om_batchcompress.
Note
|
To examine the supported platforms, see the list of installer packages in the Available Modules chapter. |
133.4.1. Configuration
The im_batchcompress module accepts the following directives in addition to the common module directives.
- ListenAddr
-
The module accepts connections on the IP address or hostname and port defined here. The default address is
localhost
and the default port is 2514. The port number can be defined by appending it at the end of the hostname or IP address using a colon as a separator (host:port
). The port section of this directive and the Port directive are mutually exclusive. In case both is defined, the port number defined here takes precedence over a port defined in the Port directive. In case none of them is defined, the default port is used.
Note
|
When the |
Note
|
When the For client applications that don’t support IPv6, to avoid the behavior
described above the Alternatively, the server-side system may be configured to prioritize IPv4
addresses for the hostname specified by the
For more information see the Microsoft documentation on Configuring IPv6 in Windows for advanced users. This limitation will be addressed in a future release by making listening modules bind to all available IPv4/IPv6 addresses that a hostname resolves to. |
- Port
-
The module listens for incoming connections on the port defined in this directive. The default is port 2514.
Important
|
The Port directive will become deprecated from NXLog EE 6.0. After that, the port can only be defined in the ListenAddr directive. |
- AllowIP
-
This optional directive may be used to specify a whitelist of IP addresses and/or networks that are allowed to connect. The directive can be specified more than once to add different IPs or networks to the whitelist. This directive is only active when the Listen or ListenAddr directives are present. In the absence of this directive, there is no restriction on the hosts which may connect to a listening module. The following formats may be used:
-
0.0.0.0
(IPv4 address) -
0.0.0.0/32
(IPv4 network with subnet bits) -
0.0.0.0/0.0.0.0
(IPv4 network with subnet address) -
aa::1
(IPv6 address) -
aa::12/64
(IPv6 network with subnet bits)
-
- AllowUntrusted
-
This boolean directive specifies whether the remote connection should be allowed without certificate verification. If set to TRUE the remote will be able to connect with an unknown or self-signed certificate. The default value is FALSE: by default, all connections must present a trusted certificate.
- CADir
-
This specifies the path to a directory containing certificate authority (CA) certificates, which will be used to check the certificate of the remote socket. The certificate filenames in this directory must be in the OpenSSL hashed format. A remote’s self-signed certificate (which is not signed by a CA) can also be trusted by including a copy of the certificate in this directory.
- CAFile
-
This specifies the path of the certificate authority (CA) certificate, which will be used to check the certificate of the remote socket. To trust a self-signed certificate presented by the remote (which is not signed by a CA), provide that certificate instead.
- CAThumbprint
-
This optional directive specifies the certificate thumbprint of the certificate authority (CA), which is used to look up the CA certificate from the Windows certificate store. The hexadecimal fingerprint string can be copied straight from Windows Certificate Manager (certmgr.msc), whitespaces are automatically removed. This directive is only supported on Windows. This directive and the CADir and CAFile directives are mutually exclusive.
- CertFile
-
This specifies the path of the certificate file to be used for the SSL handshake.
- CertKeyFile
-
This specifies the path of the certificate key file to be used for the SSL handshake.
- CertThumbprint
-
This optional directive specifies the certificate thumbprint to be used for the SSL handshake. The hexadecimal fingerprint string can be copied straight from Windows Certificate Manager (certmgr.msc), whitespaces are automatically removed. This directive is only supported on Windows. This directive and the CertFile and CertKeyFile directives are mutually exclusive.
- CRLDir
-
This specifies the path to a directory containing certificate revocation lists (CRLs), which will be consulted when checking the certificate of the remote socket. The filenames in this directory must be in the OpenSSL hashed format.
- CRLFile
-
This specifies the path of the certificate revocation list (CRL) which will be consulted when checking the certificate of the remote socket.
- KeyPass
-
With this directive, a password can be supplied for the certificate key file defined in CertKeyFile. This directive is not needed for passwordless private keys.
- RequireCert
-
This boolean directive specifies that the remote must present a certificate. If set to TRUE and there is no certificate presented during the connection handshake, the connection will be refused. The default value is TRUE: by default, each connections must use a certificate.
- SSLCipher
-
This optional directive can be used to set the permitted SSL cipher list, overriding the default. Use the format described in the ciphers(1ssl) man page.
- SSLCiphersuites
-
This optional directive can be used to define the permitted SSL cipher list in case the SSLProtocol directive is set to
TLSv1.3
. Use the same format as in the SSLCipher directive.
- SSLProtocol
-
This directive can be used to set the allowed SSL/TLS protocol(s). It takes a comma-separated list of values which can be any of the following:
SSLv2
,SSLv3
,TLSv1
,TLSv1.1
,TLSv1.2
, andTLSv1.3
. By default, theTLSv1.2
andTLSv1.3
protocols are allowed. Note that the OpenSSL library shipped by Linux distributions may not supportSSLv2
andSSLv3
, and these will not work even if enabled with this directive.
133.4.2. Fields
The following fields are used by im_batchcompress.
$MessageSourceAddress
(type: string)-
The IP address of the remote host.
133.4.3. Examples
Pre-v5 syntax examples are included, they will become invalid with NXLog EE 6.0.
This configuration listens on port 2514 for incoming log batches and writes them to file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Input batchcompress>
Module im_batchcompress
ListenAddr 0.0.0.0:2514
</Input>
# Using the syntax prior to NXLog EE 5,
# where the port is defined in a separate directive.
#<Input batchcompress>
# Module im_batchcompress
# ListenAddr 0.0.0.0
# Port 2514
#</Input>
<Output file>
Module om_file
File "tmp/output"
</Output>
<Route batchcompress_to_file>
Path batchcompress => file
</Route>