mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
nIndex debug instructions
This commit is contained in:
parent
0099c9ea40
commit
6d3d996ca6
1 changed files with 21 additions and 0 deletions
21
doc/README.nindex_debug
Normal file
21
doc/README.nindex_debug
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
nIndex Debug
|
||||
------------
|
||||
|
||||
nIndex support can be enabled in ntopng setting the dump mode to `nindex`
|
||||
using the [--dump-flows|-F] <mode> option (-F "inindex").
|
||||
The same option can be used to debug issues related to the flows dumped
|
||||
in the database. Available parameters:
|
||||
|
||||
-F "nindex;debug" adds extended information to the `JSON` field, this
|
||||
includes all the information dumped to the database as columns.
|
||||
|
||||
-F "nindex;dump" generates a tree of json files containing the same
|
||||
information dumped to the database. The root folder of this tree is
|
||||
/var/lib/ntopng/<interface>/flows-json, while the flows database is
|
||||
created as usual under /var/lib/ntopng/<interface>/flows.
|
||||
|
||||
-F "nindex;load" loads flows information from the json dump (if any)
|
||||
placed under /var/lib/ntopng/<interface>/flows-json and feeds the nindex
|
||||
database. This is useful to reconstruct the flows database using the
|
||||
json dump.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue