NLS "export as CSV" not working as expected

Posted by Grrl_geek@reddit | sysadmin | View on Reddit | 2 comments

I'm running a slightly older version of Nagios Log Server (NLS 2.0.7) and am trying to export results from the dashboard to a CSV file for further processing. I select the fields I want to export and then click the "export as CSV" link. Some fields come over correctly, but most do not. They come over like this: server\_hostname:"xxxx-yyy.mail.protection.outlook.com" (instead of "server\_hostname" as its own column) So I have to go through the records and pull out what I need, manually. :-( Not happy about this. Any insights (besides upgrading, which I can't do)? TIA