master
md 40 lines 1.07 KB
Rendered Raw
1 <!-- markdownlint-disable-file MD043 -->
2
3 # Stock IP Intelligence Payload
4
5 This directory documents the stock MMDB payload shipped by
6 `netdata-plugin-netflow`.
7
8 The generated stock databases are not stored in Git. Package/release builds
9 stage them into the build workspace from CI/release tooling.
10
11 Installed destination:
12
13 - `${NETDATA_STOCK_DATA_DIR}/topology-ip-intel`
14
15 Current stock source policy:
16
17 - ASN source: `dbip:asn-lite@mmdb`
18 - GEO source: `dbip:city-lite@mmdb`
19 - output model:
20 - `topology-ip-asn.mmdb`
21 - `topology-ip-geo.mmdb`
22 - `topology-ip-intel.json`
23
24 Redistribution note:
25
26 - DB-IP Lite downloads are distributed by DB-IP under CC BY 4.0
27 - Netdata must keep the matching attribution in `REDISTRIBUTED.md`
28
29 Maintainer helper command from the repository root:
30
31 ```bash
32 ./src/go/tools/topology-ip-intel-downloader/refresh-stock.sh
33 ```
34
35 This creates a local staging directory at:
36
37 - `./artifacts/topology-ip-intel-stock`
38
39 The staged JSON metadata file records the exact source list, resolved download
40 references, range counts, and generation timestamp used for that payload.