546
edits
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
However, table modifications, such as changing the sort order, selecting another page or selecting a time period, will update the table will update automatically. | However, table modifications, such as changing the sort order, selecting another page or selecting a time period, will update the table will update automatically. | ||
The actual data displayed for each connection is identical to the connection table per IP. | The actual data displayed for each connection is identical to the connection table per IP ([[IP module]]). | ||
The list content is always limited to the top 1000 connections, but if | |||
accurate result counters are necessary, the option for "slow but exact | |||
counters" can be enabled. This will slow down the calculation but the | |||
total number of matched connections will be displayed even if it is | |||
greater than the 1000 connection limit. | |||
== CSV download== | |||
The CSV download button allows to download the connection data of all | |||
connections regardless of the 1000 element limit as a CSV file. | |||
The currently entered filter is applied, but sorting is ignored for | |||
the output. | |||
Most columns are available in the CSV output. The first line contains | |||
a description of each column. See [[IP module]] for details what each columns means. | |||
Only a single download can be active at the same time as it takes some | |||
time to generate the file. | |||
== REST API access == | |||
The following URL returns the CSV list as a download: | |||
<code> | |||
/API/stats/modules/ip/globalConnections/csv | |||
</code> |
edits