Renato_166638
Jun 26, 2018Nimbostratus
AFM reporting no data
Hi!
I have an AFM installation here that seems to be working very well as firewall and ddos protection, but the problem is that none of the reports are working. I have a logging profile created for all the VSs and the publisher is set as local-db-publisher everywhere.
Logs working:
Reports not working:
It is also possible to observe some javascript errors being report in console:
My logging profile:
security log profile Log_Local {
dos-network-publisher local-db-publisher
ip-intelligence {
log-publisher local-db-publisher
}
network {
Log_Local {
filter {
log-ip-errors enabled
log-tcp-errors enabled
}
publisher local-db-publisher
}
}
port-misuse {
log-publisher local-db-publisher
}
protocol-dns-dos-publisher local-db-publisher
protocol-inspection {
log-publisher local-db-publisher
}
protocol-sip-dos-publisher local-db-publisher
traffic-statistics {
active-flows enabled
log-publisher local-db-publisher
missed-flows enabled
reaped-flows enabled
syncookies enabled
syncookies-whitelist enabled
}
}
Am I doing something wrong?
Thanks!