IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Automatic Log Purging

    Posted Wed July 17, 2013 12:14 PM

    I need to setup automatic purging of logs in System Management Hub. I have configured as shown in the attached screenshot. The requirement is to delete log entries older than 15 days, and this is to be a sheduled purging job and not manual purging.

    1. Is this possible ?
    2. If yes, is the configuration in the screenshot correct ? I am wondering if SMH has intelligence to automatically delete logs older than Jul-3 when run tomorrow and logs older than Jul-4 when run day after tomorrow.

    I am using CentraSite v8.2.2

    Thanks,
    Janardan.
    Screenshot.docx (24.9 KB)


    #API-Management
    #webMethods
    #CentraSite


  • 2.  RE: Automatic Log Purging

    Posted Fri July 19, 2013 10:12 PM

    You will also need to update D:\SoftwareAG\CentraSite\logpurging\resources\purger.properties to specify the number of days to retain:

    ##partial commit enabled/disabled
    enable.partial.commit=true

    ##policy log threshold
    policy.log.partial.commit.threshold=1000

    ##approval log threshold
    approval.log.partial.commit.threshold=500

    ##events threshold
    runtime.events.partial.commit.threshold=1000

    ##metrics log threshold
    runtime.performance.log.partial.commit.threshold=1000

    No of days before the current day for which the data will not be included in the purging,

    in case of Export Log Entries & Delete Log Entries (i.e. No date criteria specified).

    2012-01-11 monthly purge to purge data older than 5 weeks (35 days)

    purge.older.than=36


    #CentraSite
    #webMethods
    #API-Management