Skip to content

Commit 57bb925

Browse files
AdamZvarasedmicha
authored andcommitted
ASN: update documentation
1 parent 9185268 commit 57bb925

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

src/plugins/intermediate/asn/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ if(NOT MAXMIND)
1212
endif()
1313

1414
target_link_libraries(asn-intermediate maxminddb)
15-
target_link_options(asn-intermediate PRIVATE -Wl,--no-as-needed -lprofiler -Wl,--as-needed)
1615

1716
install(
1817
TARGETS asn-intermediate
Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
TODO
1+
ASN enrichment (intermediate plugin)
2+
===================================
3+
4+
The plugin performs enrichment of flow data with source and destination AS (Autonomous Systems) numbers.
5+
6+
Example configuration
7+
---------------------
8+
9+
.. code-block:: xml
10+
11+
<intermediate>
12+
<name>ASN Enrichment</name>
13+
<plugin>asn</plugin>
14+
<params>
15+
<path>GeoLite2-ASN.mmdb</path>
16+
</params>
17+
</intermediate>
18+
19+
Parameters
20+
----------
21+
22+
:``path``:
23+
Path to the MaxMind GeoLite2 ASN database file. The file can be downloaded from
24+
`MaxMind <https://dev.maxmind.com/geoip/geoip2/geolite2/>`_.
25+
26+
.. Notes
27+
.. -----

src/plugins/intermediate/asn/doc/ipfixcol2-asn-inter.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ASN (intermediate plugin)
77
-----------------------------------
88

99
:Author: Adam Zvara ([email protected])
10-
:Date: 2023-02-21
10+
:Date: 2023-04-02
1111
:Copyright: Copyright © 2018 CESNET, z.s.p.o.
1212
:Version: 2.0
1313
:Manual section: 7

0 commit comments

Comments
 (0)