Using map-functionality with Mobile Country Code?

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
paen08
Posts: 9
Joined: Thu Dec 24, 2020 6:31 am

Using map-functionality with Mobile Country Code?

Post by paen08 »

Hello!

Is it possible to use Better Apache Dashboard map-function with mobile country code (i.e. 310 for US, 240 for Sweden, 234 for United Kingdom, ...) instead of an IP-address. We have Grokked this data from a big message-field into the field "visitedmcc"

if [program] == 'customDispatch' {
grok {
match => [ 'message', '%{DATE:endprocessingdate} %{TIME:endprocessingtime}\|%{DATA:iCampaignInstancename}\|%{INT:key}\|%{DATA:fsmid}\|%{INT:version}\|%{DATA:iCampaigneventtype}\|%{INT:gsmeventtype}\|%{DATA:ltestatus}\|%{DATA:gsmstatus}\|%{DATA:messagestatuscode}\|%{DATA:messagestatustext}\|%{INT:appid}\|%{DATA:messageidofdispatchedmessage}\|%{INT:deliveryfailurecode}\|%{DATE:eventprocessingdate} %{TIME:eventprocessingtime}\|%{INT:msisdn}\|%{INT:imsi}\|\|\|%{INT:vlr}\|\|%{INT:msc}\|%{INT:hlr}\|\|%{DATA:inbound}\|%{INT:visitedmcc}\|%{DATA:visitedmnc}\|%{INT:visitednetworkid}\|%{INT:homemcc}\|%{DATA:homemnc}\|%{INT:homenetworkid}\|%{DATA:messagetext}\|%{GREEDYDATA:restofmessage}' ]
}
}

I would like to display the number of messages on the map and be able to drill down from there, or display number of message sent and message failed (from messagestatuscode)!

Sorry for my stupid questions!

Best regards
/Patrik
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Using map-functionality with Mobile Country Code?

Post by benjaminsmith »

Hi Patrick,

We're are currently working on your issue. We just want to let you know we've received your support request and we are going to do a bit of research on it and get back to you within 24 hours.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked