You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello;
I want to add a Fortiadc to Wazuh, but I see that there is no decoder and rules created, and I tried to make some but they don't work for me.
I created the following Rule and Decoder, but I want to extract more information from the Syslog, but this is the only thing that works for me.
FADC http_retcode fortiadc http_retcode="200" HTTP 200 OK en FortiADC detectado.But now I want to extract the URL field, and it doesn't bring it, I've tried a thousand ways
FADC http_url="([^"]+)" http_url fortiadc URL accedida en FortiADC: ${http_url} [^"]+Beta Was this translation helpful? Give feedback.
All reactions