hello,
My log contains below entries.
2017-10-06T04:19:25.658+0000 I NETWORK [initandlisten] connection accepted from 12.34.56.789:12345 #192 **(10 connections now open)**
I am looking for 2 things.
1. I want to create a timechart for "Totalconnections". This information will come from the string "(10 connections now open)" and I want to timechart the number `10`
2. I want to count the IPaddress to know how many connections there are per IP.
↧