Forum Discussion

gun_202111's avatar
gun_202111
Icon for Nimbostratus rankNimbostratus
May 12, 2017

ASM Chart scheduler setup by command?

I'm new to F5 ASM of version 12.x, I want to send out scheduled report by per security policy. However, when I click Chart Scheduler(Security -> Reporting -> Application -> Chart Scheduler), it's redirected to Scheduled Report(Security -> Reporting -> Scheduled Report) and cannot chose which security policy to be sent out. (The feature can be done in older version)

 

Can any buddy help to solve this problem? It's appreciated to show the required command line for the setup. Thanks buddy!

 

4 Replies

  • Tikka_Nagi_1315's avatar
    Tikka_Nagi_1315
    Historic F5 Account

    When you say it can be done in an earlier version what are you referring to? Were you able to do this via a tmsh command and it no longer works in 12.x? Which tmsh command?

     

  • Can you not choose the security policy in the Advanced Filter Settings and save it as a custom filter? At which point, you can use that custom filter for your scheduled report.

     

  • I would like to know the tmsh to configure it, do you know how ? Appreciated.

     

  • Tikka_Nagi_1315's avatar
    Tikka_Nagi_1315
    Historic F5 Account
     tmsh create  analytics application-security scheduled-report aaa email-addresses add { test@domaintesting.com } first-time 2017-05-15:16:00 frequency every-24-hours predefined-report-name Top\ alarmed\ and\ blocked\ policies
    
    
    And list the config of the scheduled report thus:
    
     tmsh list analytics application-security scheduled-report
    analytics application-security scheduled-report aaa {
        email-addresses { test@domaintesting.com }
        first-time 2017-05-15:16:00:00
        frequency every-24-hours
        next-time 2017-05-15:16:00:00
        predefined-report-name "/Common/Top alarmed and blocked policies"
    }