Inventory - export feature

In the Inventory section, when attempting to export the list to a CSV file, the exported data does not take into account the filters that have been applied in the GUI.
The export function does work correctly when defined based on the line quantity limits (50/100/250/All), meaning it exports the full dataset displayed according to the selected limit, but it fails to respect any active search or column filters.

Expected Behavior
When exporting to CSV, the system should only save the data visible in the GUI after applying any active filters (search, column filters, etc.).

I have also observed that filtering by device does not always function correctly or consistently.
In my LibreNMS setup, the hostname field typically contains the IP address of the device, while the real name is in the display field contains a human-readable name (e.g., GDR-005).

When I search or filter using the display name (e.g., searching for “GDR-005”), the filter only returns a subset of the devices that should match that pattern. It seems to miss some devices.
However, if I search or filter using a part of the hostname/IP address (e.g., searching for “10.100.5”), all devices matching that pattern are correctly displayed.

1 Like