You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
</div>
7
7
</br>
8
8
9
-
ipfixprobe is a high-performance flow exporter. It creates bidirectional flows from packet input and exports them to output interface. The ipfixprobe support vide variety of flow extenstion for application layer protocol information. The flow extension can be turned on with process plugins. We support TLS, QUIC, HTTP, DNS and many more. Just check our [documentation](https://ipfixprobe.cesnet.cz).
9
+
The ipfixprobe is a high-performance flow exporter. It creates bidirectional flows from packet input and exports them to output interface. The ipfixprobe support vide variety of flow extenstion for application layer protocol information. The flow extension can be turned on with process plugins. We support TLS, QUIC, HTTP, DNS and many more. Just check our [documentation](https://ipfixprobe.cesnet.cz).
Once the CMake project is configured, build the project using:
143
145
@@ -159,7 +161,7 @@ make install
159
161
160
162
---
161
163
162
-
### 📦 Build RPM Packages
164
+
####📦 Build RPM Packages
163
165
164
166
RPM packages are created automatically based on the enabled CMake options.
165
167
@@ -273,7 +275,7 @@ The pipeline directory provides statistics for all worker queues. Each queue is
273
275
274
276
## 📥 Input / Output of the flow exporter
275
277
276
-
The availability of input and output types depends on the installed packages or enabled build options (see Project Setup with CMake).
278
+
The availability of input and output types depends on the installed packages or enabled build options (see section of README Project Setup with CMake).
277
279
By default, installing the `ipfixprobe` package enables standard raw socket output.
278
280
279
281
To enable additional input capabilities, install the corresponding input plugin packages:
@@ -290,11 +292,11 @@ For more information, visit the [input plugin documentation](https://ipfixprobe.
290
292
Similarly as in input, the output availability also depends on the installed packages.
291
293
By default, installed the `ipfixprobe` package enables standard `ipfix` and `text` output.
292
294
293
-
To exanble [NEMEA system](https://nemea.liberouter.org) output, you should install `ipfixprobe-nemea` instead of ipfixprobe
295
+
To add [NEMEA system](https://nemea.liberouter.org) output capability, you should install `ipfixprobe-nemea` instead of ipfixprobe
294
296
295
297
See `ipfixprobe -h output` for more information and complete list of output plugins and their parameters.
296
298
297
-
LZ4 compression:
299
+
#### LZ4 compression:
298
300
ipfix plugin supports LZ4 compression algorithm over tcp. See plugin's help for more information.
0 commit comments