Java flight recorder not recording WebLogic Specific event
I am trying to do Flight Recording from JMC (8.2.0) of WebLogic server (14.1.1.0.0) which running on JDK 11.
Unable to see any WLDF event in WebLogic section of JFR. I have enable flight recoding at manage server level by adding following argument in server start
-XX:+UnlockCommercialFeatures -XX:+FlightRecorder
Also set Diagnostic Volume to High for respective manage server in Configuration > General tab.
Below are screenshot from JMC, can someone help if I am missing something or do need any additional configuration.