This shows the contents of a .log file that logs the use of licenses from a specific vendor. From the log you can for example see that username_1 currently is using license 1, 2, & 3.
14:22:49 (VENDOR) OUT: "License_1" username_1@server459 14:22:49 (VENDOR) OUT: "License_2" username_1@server459 14:22:49 (VENDOR) OUT: "License_3" username_1@server459 14:22:49 (VENDOR) OUT: "License_1" username_2@server459 14:22:49 (VENDOR) OUT: "License_2" username_2@server459 14:22:49 (VENDOR) OUT: "License_3" username_2@server459 14:22:49 (VENDOR) OUT: "License_1" username_3@server459 14:46:32 (VENDOR) OUT: "License_2" username_3@server459 14:46:32 (VENDOR) OUT: "License_3" username_3@server459 14:47:40 (VENDOR) OUT: "License_3" username_4@server459
I want to create an output that shows how many of each license is in use and exclude all unnecessary data. I envision something like this:
License_1: 3 License_2: 3 License_3: 4